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

Unified Diff: android_webview/android_webview_tests.gypi

Issue 11308030: Use _target_name instead of package_name for java*.gypi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@apk_jar
Patch Set: Created 7 years, 10 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
« no previous file with comments | « android_webview/android_webview.gyp ('k') | base/base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/android_webview_tests.gypi
diff --git a/android_webview/android_webview_tests.gypi b/android_webview/android_webview_tests.gypi
index 0ca95ca5edb3777bfa5ce9e2d651760483d7905c..6110b86c537e45186a137c9a32880a476247d4cd 100644
--- a/android_webview/android_webview_tests.gypi
+++ b/android_webview/android_webview_tests.gypi
@@ -14,15 +14,18 @@
'libwebviewchromium',
],
'variables': {
- 'package_name': 'android_webview_test',
'apk_name': 'AndroidWebViewTest',
'java_in_dir': '../android_webview/javatests',
'resource_dir': 'res',
'is_test_apk': 1,
+ 'additional_input_paths': [
+ '<(PRODUCT_DIR)/android_webview_test_apk/assets/asset_file.html',
+ '<(PRODUCT_DIR)/android_webview_test_apk/assets/asset_icon.png',
+ ],
},
'copies': [
{
- 'destination': '<(PRODUCT_DIR)/android_webview_test/assets',
+ 'destination': '<(PRODUCT_DIR)/android_webview_test_apk/assets',
'files': [
'<(java_in_dir)/assets/asset_file.html',
'<(java_in_dir)/assets/asset_icon.png',
@@ -64,7 +67,6 @@
'android_webview_java',
],
'variables': {
- 'package_name': 'android_webview_unittest_java',
'java_in_dir': '../android_webview/unittestjava',
},
'includes': [ '../build/java.gypi' ],
« no previous file with comments | « android_webview/android_webview.gyp ('k') | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698