diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-04 00:20:03 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-04 00:20:03 +0000 |
commit | d4717d5a62ec1d4350dc7204f716d2daadcdfe49 (patch) | |
tree | 7f880fd99756038266df0edf6addbae6d58ebfde /android_webview/android_webview.gyp | |
parent | e5c23d6b4e8314b021c2105f2b4aafebd50790a9 (diff) | |
download | chromium_src-d4717d5a62ec1d4350dc7204f716d2daadcdfe49.zip chromium_src-d4717d5a62ec1d4350dc7204f716d2daadcdfe49.tar.gz chromium_src-d4717d5a62ec1d4350dc7204f716d2daadcdfe49.tar.bz2 |
Move webkit_resources / webkit_strings targets out of webkit_support.gyp
The webkit_resources / webkit_strings targets were defined in webkit_glue.gypi
which gets pulled in to webkit/support/webkit_support.gyp. This makes it hard to
extract other targets that depend on these (such as webkit_common) out of
webkit_support.gyp without creating cycles between gyp files, which is forbidden
due to the xcode generator. This pulls these leaf targets out so we can start
extracting other targets out.
R=darin
Review URL: https://chromiumcodereview.appspot.com/17472006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210080 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/android_webview.gyp')
-rw-r--r-- | android_webview/android_webview.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp index b78816a..0dcf2c1 100644 --- a/android_webview/android_webview.gyp +++ b/android_webview/android_webview.gyp @@ -31,7 +31,7 @@ '<(DEPTH)/content/content_resources.gyp:content_resources', '<(DEPTH)/net/net.gyp:net_resources', '<(DEPTH)/ui/ui.gyp:ui_resources', - '<(DEPTH)/webkit/support/webkit_support.gyp:webkit_resources', + '<(DEPTH)/webkit/webkit_resources.gyp:webkit_temp_resources', ], 'variables': { 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py', |