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

Unified Diff: build/java_apk.gypi

Issue 487223003: Remove package_name from java_apk.gypi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 6 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
« no previous file with comments | « build/android/tests/multiple_proguards/multiple_proguards.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/java_apk.gypi
diff --git a/build/java_apk.gypi b/build/java_apk.gypi
index 08529fa367a17ffe038fbd48781618bb871953cd..4f736053f7974dcc080d914a31ffc2d7f31f65ba 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -198,7 +198,7 @@
# We generate R.java in package R_package (in addition to the package
# listed in the AndroidManifest.xml, which is unavoidable).
'additional_res_packages': ['<(R_package)'],
- 'additional_R_text_files': ['<(PRODUCT_DIR)/<(package_name)/R.txt'],
+ 'additional_R_text_files': ['<(intermediate_dir)/R.txt'],
},
}],
['native_lib_target != "" and component == "shared_library"', {
« no previous file with comments | « build/android/tests/multiple_proguards/multiple_proguards.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698