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

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: Address Peter's comment 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 eaab63f2106c74d0ad521c10f32437b073458f2c..59993858bda9852df65acf1d5d854ce7463c76b8 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',
+ ],
},
cjhopman 2012/09/06 20:29:25 Can this be specified as a dependency on base here
Philippe 2012/09/07 09:45:57 This does not work unfortunately :/ The Python scr
cjhopman 2012/09/07 16:37:01 Depending on base should add the path to chromium_
'target_conditions': [
['_toolset == "target"', {

Powered by Google App Engine
This is Rietveld 408576698