aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-03-28 20:01:06 +0000
committerGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-03-28 20:01:06 +0000
commit802eee956c0dcc0c30f29911b9254d1dcd92088e (patch)
tree20fee36d427c882c644332c88515454be75aa7c2 /gyp
parent78ff6b4ab677e156b016054ece6a4d08d5846cb7 (diff)
Move SkTextBox.h from utils to views.
git-svn-id: http://skia.googlecode.com/svn/trunk@3531 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/utils.gyp1
-rw-r--r--gyp/views.gyp1
2 files changed, 1 insertions, 1 deletions
diff --git a/gyp/utils.gyp b/gyp/utils.gyp
index e30b433f45..4859360c39 100644
--- a/gyp/utils.gyp
+++ b/gyp/utils.gyp
@@ -31,7 +31,6 @@
'../include/utils/SkParsePath.h',
'../include/utils/SkProxyCanvas.h',
'../include/utils/SkSfntUtils.h',
- '../include/utils/SkTextBox.h',
'../include/utils/SkUnitMappers.h',
'../include/utils/SkWGL.h',
diff --git a/gyp/views.gyp b/gyp/views.gyp
index f663f124ab..7998cd79d9 100644
--- a/gyp/views.gyp
+++ b/gyp/views.gyp
@@ -37,6 +37,7 @@
'../include/views/SkScrollBarView.h',
'../include/views/SkStackViewLayout.h',
'../include/views/SkSystemEventTypes.h',
+ '../include/views/SkTextBox.h',
'../include/views/SkTouchGesture.h',
'../include/views/SkView.h',
'../include/views/SkViewInflate.h',