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

Unified Diff: content/content_tests.gypi

Issue 11363150: Support Java resources within content and chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: don't include R.java files twice in test apks Created 8 years, 1 month 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: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 8b208f0ef7c0f4ce30419716f135d8e08f33817a..4dd06d1bb7e61755b3cb4d2ca55246d8a97bb8e1 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -921,6 +921,7 @@
'java_in_dir': '../content/shell/android/javatests',
'resource_dir': '../res',
'additional_src_dirs': ['../content/public/android/javatests/'],
+ 'is_test_apk': 1,
},
'includes': [ '../build/java_apk.gypi' ],
},

Powered by Google App Engine
This is Rietveld 408576698