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

Unified Diff: chrome/chrome.gyp

Issue 1678943002: DataUse UI strings should be changeable via Finch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: autogen enum and more changes Created 4 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
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 6795b601f7e1e7163365e3973f29e3246aa6034e..05e347015ce8a1530d78da552ea10d96f325f205 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -540,6 +540,7 @@
'content_setting_java',
'content_settings_type_java',
'connectivity_check_result_java',
+ 'data_use_ui_message_enum_java',
'document_tab_model_info_proto_java',
'infobar_action_type_java',
'most_visited_tile_type_java',
@@ -683,6 +684,15 @@
},
'includes': [ '../build/android/java_cpp_enum.gypi' ],
},
+ {
+ # GN: //chrome:data_use_ui_message_enum_javagen
+ 'target_name': 'data_use_ui_message_enum_java',
+ 'type': 'none',
+ 'variables': {
+ 'source_file': '../chrome/browser/android/data_usage/data_use_tab_ui_manager_android.cc',
sky 2016/02/09 20:33:14 Why do you have ../chrome here? Can't you just hav
Raj 2016/02/09 20:58:20 Done.
+ },
+ 'includes': [ '../build/android/java_cpp_enum.gypi' ],
+ },
], # 'targets'
'includes': [
'chrome_android.gypi',

Powered by Google App Engine
This is Rietveld 408576698