Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3772)

Unified Diff: build/apk_test.gypi

Issue 10913083: Remove {base,net}_java dependencies from GYP client targets on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/apk_test.gypi
diff --git a/build/apk_test.gypi b/build/apk_test.gypi
index 68ac2396ae14c05dfb61e825e772a2aa8013792e..4f6d5c814e3013f69012aa49030be3528d96d4e9 100644
--- a/build/apk_test.gypi
+++ b/build/apk_test.gypi
@@ -20,7 +20,10 @@
{
'variables': {
- 'input_jars_paths': [],
+ 'input_jars_paths': [
+ # Needed by ChromeNativeTestActivity.java.
+ '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
+ ],
},
'target_conditions': [
['_toolset == "target"', {
« no previous file with comments | « base/base.gyp ('k') | chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698