Remove dependency of views on angle
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 29 Apr 2014 00:38:39 +0000 (00:38 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 29 Apr 2014 00:38:39 +0000 (00:38 +0000)
Just like with http://code.google.com/p/skia/source/detail?r=13618,
listing angle.gyp as a dependency when in the Android tree (i.e.
w/o third_party/externals) causes gyp_to_android.py to fail.

(See http://108.170.220.27:10115/builders/Housekeeper-PerCommit-AndroidRoll/builds/229/steps/Merge/logs/stdio
for example failure.)

Fortunately, views (and views_animated) has no need to depend directly
on angle.

R=bungeman@google.com, bsalomon@google.com, robertphillips@google.com
TBR=bsalomon@google.com

BUG=skia:2447

Author: scroggo@google.com

Review URL: https://codereview.chromium.org/253773004

git-svn-id: http://skia.googlecode.com/svn/trunk@14426 2bbb7eff-a529-9590-31e7-b0007b416f81

gyp/views.gyp
gyp/views_animated.gyp

index b94061a..6db85df 100644 (file)
@@ -13,7 +13,6 @@
       'standalone_static_library': 1,
       'dependencies': [
         'skia_lib.gyp:skia_lib',
-        'angle.gyp:*',
         'xml.gyp:*',
       ],
       'include_dirs': [
index 01ec4fa..c10e9f7 100644 (file)
@@ -7,7 +7,6 @@
       'type': 'static_library',
       'dependencies': [
         'skia_lib.gyp:skia_lib',
-        'angle.gyp:*',
         'animator.gyp:*',
         'views.gyp:*',
         'xml.gyp:*',