| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
| 8 # * tests and mocks. | 8 # * tests and mocks. |
| 9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
| 10 # * code below browser/extensions | 10 # * code below browser/extensions |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 'browser/browsing_data/origin_filter_builder.h', | 115 'browser/browsing_data/origin_filter_builder.h', |
| 116 'browser/browsing_data/passwords_counter.cc', | 116 'browser/browsing_data/passwords_counter.cc', |
| 117 'browser/browsing_data/passwords_counter.h', | 117 'browser/browsing_data/passwords_counter.h', |
| 118 'browser/browsing_data/registrable_domain_filter_builder.cc', | 118 'browser/browsing_data/registrable_domain_filter_builder.cc', |
| 119 'browser/browsing_data/site_data_size_collector.cc', | 119 'browser/browsing_data/site_data_size_collector.cc', |
| 120 'browser/browsing_data/site_data_size_collector.h', | 120 'browser/browsing_data/site_data_size_collector.h', |
| 121 'browser/budget_service/background_budget_service.cc', | 121 'browser/budget_service/background_budget_service.cc', |
| 122 'browser/budget_service/background_budget_service.h', | 122 'browser/budget_service/background_budget_service.h', |
| 123 'browser/budget_service/background_budget_service_factory.cc', | 123 'browser/budget_service/background_budget_service_factory.cc', |
| 124 'browser/budget_service/background_budget_service_factory.h', | 124 'browser/budget_service/background_budget_service_factory.h', |
| 125 'browser/budget_service/budget_database.cc', |
| 126 'browser/budget_service/budget_database.h', |
| 125 'browser/character_encoding.cc', | 127 'browser/character_encoding.cc', |
| 126 'browser/character_encoding.h', | 128 'browser/character_encoding.h', |
| 127 'browser/chrome_browser_application_mac.h', | 129 'browser/chrome_browser_application_mac.h', |
| 128 'browser/chrome_browser_application_mac.mm', | 130 'browser/chrome_browser_application_mac.mm', |
| 129 'browser/chrome_browser_field_trials.cc', | 131 'browser/chrome_browser_field_trials.cc', |
| 130 'browser/chrome_browser_field_trials.h', | 132 'browser/chrome_browser_field_trials.h', |
| 131 'browser/chrome_browser_main.cc', | 133 'browser/chrome_browser_main.cc', |
| 132 'browser/chrome_browser_main.h', | 134 'browser/chrome_browser_main.h', |
| 133 'browser/chrome_browser_main_android.cc', | 135 'browser/chrome_browser_main_android.cc', |
| 134 'browser/chrome_browser_main_android.h', | 136 'browser/chrome_browser_main_android.h', |
| (...skipping 3209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3344 '<@(chrome_browser_undo_sources)', | 3346 '<@(chrome_browser_undo_sources)', |
| 3345 ], | 3347 ], |
| 3346 'includes': [ | 3348 'includes': [ |
| 3347 # Disable LTO due to ELF section name out of range | 3349 # Disable LTO due to ELF section name out of range |
| 3348 # crbug.com/422251 | 3350 # crbug.com/422251 |
| 3349 '../build/android/disable_gcc_lto.gypi', | 3351 '../build/android/disable_gcc_lto.gypi', |
| 3350 ], | 3352 ], |
| 3351 'conditions': [ | 3353 'conditions': [ |
| 3352 ['OS != "ios"', { | 3354 ['OS != "ios"', { |
| 3353 'dependencies': [ | 3355 'dependencies': [ |
| 3356 'budget_proto', |
| 3354 'common_mojo_bindings', | 3357 'common_mojo_bindings', |
| 3355 'common_net', | 3358 'common_net', |
| 3356 'debugger', | 3359 'debugger', |
| 3357 'installer_util', | 3360 'installer_util', |
| 3358 '../cc/cc.gyp:cc', | 3361 '../cc/cc.gyp:cc', |
| 3359 '../components/components.gyp:about_handler', | 3362 '../components/components.gyp:about_handler', |
| 3360 '../components/components.gyp:autofill_content_browser', | 3363 '../components/components.gyp:autofill_content_browser', |
| 3361 '../components/components.gyp:browsing_data', | 3364 '../components/components.gyp:browsing_data', |
| 3362 '../components/components.gyp:certificate_reporting', | 3365 '../components/components.gyp:certificate_reporting', |
| 3363 '../components/components.gyp:certificate_transparency', | 3366 '../components/components.gyp:certificate_transparency', |
| (...skipping 730 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4094 'target_name': 'incident_reporting_state_store_data_proto', | 4097 'target_name': 'incident_reporting_state_store_data_proto', |
| 4095 'type': 'static_library', | 4098 'type': 'static_library', |
| 4096 'sources': [ 'browser/safe_browsing/incident_reporting/state_store_data.pr
oto' ], | 4099 'sources': [ 'browser/safe_browsing/incident_reporting/state_store_data.pr
oto' ], |
| 4097 'variables': { | 4100 'variables': { |
| 4098 'proto_in_dir': 'browser/safe_browsing/incident_reporting', | 4101 'proto_in_dir': 'browser/safe_browsing/incident_reporting', |
| 4099 'proto_out_dir': 'chrome/browser/safe_browsing/incident_reporting', | 4102 'proto_out_dir': 'chrome/browser/safe_browsing/incident_reporting', |
| 4100 }, | 4103 }, |
| 4101 'includes': [ '../build/protoc.gypi' ], | 4104 'includes': [ '../build/protoc.gypi' ], |
| 4102 }, | 4105 }, |
| 4103 { | 4106 { |
| 4107 # Protobuf compiler / generator for the budget database protocol buffer. |
| 4108 # GN version: //chrome/browser/budget_service:budget_proto |
| 4109 'target_name': 'budget_proto', |
| 4110 'type': 'static_library', |
| 4111 'sources': [ 'browser/budget_service/budget.proto' ], |
| 4112 'variables': { |
| 4113 'proto_in_dir': 'browser/budget_service', |
| 4114 'proto_out_dir': 'chrome/browser/budget_service', |
| 4115 }, |
| 4116 'includes': [ '../build/protoc.gypi' ] |
| 4117 }, |
| 4118 { |
| 4104 # Protobuf compiler / generator for reset reports | 4119 # Protobuf compiler / generator for reset reports |
| 4105 # protocol buffer. | 4120 # protocol buffer. |
| 4106 # GN version: //chrome/browser/profile_resetter:profile_reset_report_proto | 4121 # GN version: //chrome/browser/profile_resetter:profile_reset_report_proto |
| 4107 'target_name': 'profile_reset_report_proto', | 4122 'target_name': 'profile_reset_report_proto', |
| 4108 'type': 'static_library', | 4123 'type': 'static_library', |
| 4109 'sources': [ 'browser/profile_resetter/profile_reset_report.proto' ], | 4124 'sources': [ 'browser/profile_resetter/profile_reset_report.proto' ], |
| 4110 'variables': { | 4125 'variables': { |
| 4111 'proto_in_dir': 'browser/profile_resetter', | 4126 'proto_in_dir': 'browser/profile_resetter', |
| 4112 'proto_out_dir': 'chrome/browser/profile_resetter', | 4127 'proto_out_dir': 'chrome/browser/profile_resetter', |
| 4113 }, | 4128 }, |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4301 '../components/components.gyp:rlz', | 4316 '../components/components.gyp:rlz', |
| 4302 '../components/components.gyp:search_engines', | 4317 '../components/components.gyp:search_engines', |
| 4303 '../rlz/rlz.gyp:rlz_lib', | 4318 '../rlz/rlz.gyp:rlz_lib', |
| 4304 'common', | 4319 'common', |
| 4305 ], | 4320 ], |
| 4306 }, | 4321 }, |
| 4307 ], | 4322 ], |
| 4308 }], | 4323 }], |
| 4309 ], | 4324 ], |
| 4310 } | 4325 } |
| OLD | NEW |