diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-29 11:16:03 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-29 11:16:03 +0000 |
commit | 819e83e11f734af26da7c0de8c2b0316a35516dc (patch) | |
tree | e8f45e9f3d85019d85de5938839febd9e84a7ca1 /build/all.gyp | |
parent | 771c4b98a77ada386d369ef7cdadb062773c6085 (diff) | |
download | chromium_src-819e83e11f734af26da7c0de8c2b0316a35516dc.zip chromium_src-819e83e11f734af26da7c0de8c2b0316a35516dc.tar.gz chromium_src-819e83e11f734af26da7c0de8c2b0316a35516dc.tar.bz2 |
Revert 153817 - views: Add a gyp file to build webview.
BUG=105557
R=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10882064
TBR=tfarina@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10885028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153876 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/all.gyp b/build/all.gyp index 613df8c..f4dde28 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -138,15 +138,14 @@ }], ['toolkit_views==1', { 'dependencies': [ - '../ui/views/controls/webview/webview.gyp:*', '../ui/views/views.gyp:*', ], }], ['use_aura==1', { 'dependencies': [ - '../ash/ash.gyp:*', '../ui/aura/aura.gyp:*', '../ui/oak/oak.gyp:*', + '../ash/ash.gyp:*', ], }], ['remoting==1', { |