Chromium Code Reviews| 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', |