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

Unified Diff: chrome/chrome.gyp

Issue 270633015: [android] Generate strings.xml for android_webview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/java_strings_grd.gypi ('k') | content/content.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index f819d2608b1105c487357e75ea7489cee69cc8fd..8f793af13a69d8d652cf4873c5f59d9bcfbd5279 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -979,6 +979,7 @@
'activity_type_ids_java',
'app_banner_metrics_ids_java',
'chrome_resources.gyp:chrome_strings',
+ 'chrome_strings_grd',
'profile_sync_service_model_type_selection_java',
'resource_id_java',
'toolbar_model_security_levels_java',
@@ -1000,7 +1001,6 @@
'has_java_resources': 1,
'R_package': 'org.chromium.chrome',
'R_package_relpath': 'org/chromium/chrome',
- 'java_strings_grd': 'android_chrome_strings.grd',
# Include xml string files generated from generated_resources.grd
'res_extra_dirs': ['<(SHARED_INTERMEDIATE_DIR)/chrome/java/res'],
'res_extra_files': ['<!@pymod_do_main(grit_info <@(grit_defines) --outputs "<(SHARED_INTERMEDIATE_DIR)/chrome" app/generated_resources.grd)'],
@@ -1009,6 +1009,16 @@
'../build/java.gypi',
],
},
+ {
+ 'target_name': 'chrome_strings_grd',
+ 'type': 'none',
+ 'variables': {
+ 'grd_file': '../chrome/android/java/strings/android_chrome_strings.grd',
+ },
+ 'includes': [
+ '../build/java_strings_grd.gypi',
+ ],
+ },
], # 'targets'
'includes': [
'chrome_android.gypi',
« no previous file with comments | « build/java_strings_grd.gypi ('k') | content/content.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698