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

Unified Diff: build/java_apk.gypi

Issue 2096763002: Reland of land: Refactor process_resources.py to use aapt's --extra-packages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix webrtc Created 4 years, 6 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/gyp/process_resources.py ('k') | no next file » | 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 f1c5bbfe4951280d875cb0b6e7f7be914c3acf8c..ffa18f20db9066112e1ecdbebe3dadc9d54c6079 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -286,14 +286,6 @@
'resource_input_paths': [ '<!@(find <(resource_dir) -name "*")' ]
},
}],
- ['R_package != ""', {
- 'variables': {
- # 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': ['<(intermediate_dir)/R.txt'],
- },
- }],
['native_lib_target != "" and android_must_copy_system_libraries == 1', {
'dependencies': [
'<(DEPTH)/build/android/setup.gyp:copy_system_libraries',
« no previous file with comments | « build/android/gyp/process_resources.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698