diff options
author | yfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-12 00:59:16 +0000 |
---|---|---|
committer | yfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-12 00:59:16 +0000 |
commit | f38f2c90e8b88a8bd0197a319539be996f7ca048 (patch) | |
tree | 94a872e3c03e4601cb9e4c0aeca880f09ab97f55 /android_webview | |
parent | 20b3df63531bf7f1962333400cf11322eff000a7 (diff) | |
download | chromium_src-f38f2c90e8b88a8bd0197a319539be996f7ca048.zip chromium_src-f38f2c90e8b88a8bd0197a319539be996f7ca048.tar.gz chromium_src-f38f2c90e8b88a8bd0197a319539be996f7ca048.tar.bz2 |
[Android] Fix unit_tests and webview compilations for components build.
What I missed in https://codereview.chromium.org/13494003/ is that
jingle is also needed for unit tests. Other variants get it
transitivitely through the 'service' process/target which is unused on
Android.
Also fixes a regression in component build for android_webview after
some changes there.
BUG=158821
Review URL: https://chromiumcodereview.appspot.com/14099007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193813 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview')
-rw-r--r-- | android_webview/android_webview.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp index 32c1fa6..52c84ad 100644 --- a/android_webview/android_webview.gyp +++ b/android_webview/android_webview.gyp @@ -84,6 +84,7 @@ '../components/components.gyp:web_contents_delegate_android', '../content/content.gyp:content', '../skia/skia.gyp:skia', + '../gpu/gpu.gyp:gles2_implementation', '../ui/gl/gl.gyp:gl', 'android_webview_pak', ], |