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

Unified Diff: content/content.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 | « chrome/chrome.gyp ('k') | ui/android/ui_android.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 5cc87475f728cd4582b5e178936d5736d73d84d6..703c7540a9d2f0446e3fd26e39d99de555e39245 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -421,6 +421,7 @@
'../ui/android/ui_android.gyp:ui_java',
'common_aidl',
'content_common',
+ 'content_strings_grd',
'gesture_event_type_java',
'page_transition_types_java',
'popup_item_type_java',
@@ -434,7 +435,6 @@
'has_java_resources': 1,
'R_package': 'org.chromium.content',
'R_package_relpath': 'org/chromium/content',
- 'java_strings_grd': 'android_content_strings.grd',
},
'conditions': [
['android_webview_build == 0', {
@@ -447,6 +447,16 @@
'includes': [ '../build/java.gypi' ],
},
{
+ 'target_name': 'content_strings_grd',
+ 'type': 'none',
+ 'variables': {
+ 'grd_file': '../content/public/android/java/strings/android_content_strings.grd',
+ },
+ 'includes': [
+ '../build/java_strings_grd.gypi',
+ ],
+ },
+ {
'target_name': 'gesture_event_type_java',
'type': 'none',
'sources': [
« no previous file with comments | « chrome/chrome.gyp ('k') | ui/android/ui_android.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698