diff options
author | benm@chromium.org <benm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-11 11:11:25 +0000 |
---|---|---|
committer | benm@chromium.org <benm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-11 11:11:25 +0000 |
commit | a0284b656a864990d42f077cf863b00166ff141b (patch) | |
tree | 3fc4e023d8850c8cfa12b709ab4f090cdf19dd7d /android_webview/all_webview.gyp | |
parent | 80a0b0698cc61b4d7d98ac27617678b0738b024a (diff) | |
download | chromium_src-a0284b656a864990d42f077cf863b00166ff141b.zip chromium_src-a0284b656a864990d42f077cf863b00166ff141b.tar.gz chromium_src-a0284b656a864990d42f077cf863b00166ff141b.tar.bz2 |
[Android WebView] Remove pak rules that depend on chrome/
These rules are no longer needed and finally break android_webview's
ties with the chrome/ layer!
Android only; android bots green
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/11511003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172304 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/all_webview.gyp')
-rw-r--r-- | android_webview/all_webview.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android_webview/all_webview.gyp b/android_webview/all_webview.gyp index 69716db..0eaf5bc 100644 --- a/android_webview/all_webview.gyp +++ b/android_webview/all_webview.gyp @@ -13,7 +13,6 @@ 'type': 'none', 'dependencies': [ 'android_webview.gyp:libwebviewchromium', - '../chrome/chrome_resources.gyp:packed_resources', # Needed by android_webview_java '../net/net.gyp:net_errors_java', ], |