From f38f2c90e8b88a8bd0197a319539be996f7ca048 Mon Sep 17 00:00:00 2001 From: "yfriedman@chromium.org" Date: Fri, 12 Apr 2013 00:59:16 +0000 Subject: [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 --- android_webview/android_webview.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'android_webview') 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', ], -- cgit v1.1