Remove dependency of views on angle

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
This commit is contained in:
commit-bot@chromium.org 2014-04-29 00:38:39 +00:00
parent 19bce5fc4b
commit 16348bb421
2 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@
'standalone_static_library': 1,
'dependencies': [
'skia_lib.gyp:skia_lib',
'angle.gyp:*',
'xml.gyp:*',
],
'include_dirs': [

View File

@ -7,7 +7,6 @@
'type': 'static_library',
'dependencies': [
'skia_lib.gyp:skia_lib',
'angle.gyp:*',
'animator.gyp:*',
'views.gyp:*',
'xml.gyp:*',