Move SkTextBox.h from utils to views.
authorbungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 28 Mar 2012 20:01:06 +0000 (20:01 +0000)
committerbungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 28 Mar 2012 20:01:06 +0000 (20:01 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@3531 2bbb7eff-a529-9590-31e7-b0007b416f81

gyp/utils.gyp
gyp/views.gyp
include/views/SkTextBox.h [moved from include/utils/SkTextBox.h with 100% similarity]

index e30b433..4859360 100644 (file)
@@ -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',
 
index f663f12..7998cd7 100644 (file)
@@ -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',