| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index 1c5878128c17badfe68a4a10610fac58888354f7..859b4b7857f92ecc2e22740c967162eed15845d9 100644
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -538,6 +538,7 @@
|
| 'chrome_strings_grd',
|
| 'chrome_version_java',
|
| 'content_setting_java',
|
| + 'content_settings_type_java',
|
| 'connectivity_check_result_java',
|
| 'data_use_ui_message_enum_java',
|
| 'document_tab_model_info_proto_java',
|
| @@ -656,6 +657,15 @@
|
| 'includes': [ '../build/android/java_cpp_enum.gypi' ],
|
| },
|
| {
|
| + # GN: //chrome:content_settings_type_javagen
|
| + 'target_name': 'content_settings_type_java',
|
| + 'type': 'none',
|
| + 'variables': {
|
| + 'source_file': '../components/content_settings/core/common/content_settings_types.cc',
|
| + },
|
| + 'includes': [ '../build/android/java_cpp_string.gypi' ],
|
| + },
|
| + {
|
| # GN: //chrome:page_info_connection_type_javagen
|
| 'target_name': 'page_info_connection_type_java',
|
| 'type': 'none',
|
|
|