Chromium Code Reviews| 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 109 'browser/browsing_data/cookies_tree_model.h', | 109 'browser/browsing_data/cookies_tree_model.h', |
| 110 'browser/browsing_data/history_counter.cc', | 110 'browser/browsing_data/history_counter.cc', |
| 111 'browser/browsing_data/history_counter.h', | 111 'browser/browsing_data/history_counter.h', |
| 112 'browser/browsing_data/local_data_container.cc', | 112 'browser/browsing_data/local_data_container.cc', |
| 113 'browser/browsing_data/local_data_container.h', | 113 'browser/browsing_data/local_data_container.h', |
| 114 'browser/browsing_data/origin_filter_builder.cc', | 114 'browser/browsing_data/origin_filter_builder.cc', |
| 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/budget_service/budget_database.cc', | |
| 120 'browser/budget_service/budget_database.h', | |
| 119 'browser/budget_service/background_budget_service.cc', | 121 'browser/budget_service/background_budget_service.cc', |
| 120 'browser/budget_service/background_budget_service.h', | 122 'browser/budget_service/background_budget_service.h', |
| 121 'browser/budget_service/background_budget_service_factory.cc', | 123 'browser/budget_service/background_budget_service_factory.cc', |
| 122 'browser/budget_service/background_budget_service_factory.h', | 124 'browser/budget_service/background_budget_service_factory.h', |
| 123 'browser/character_encoding.cc', | 125 'browser/character_encoding.cc', |
| 124 'browser/character_encoding.h', | 126 'browser/character_encoding.h', |
| 125 'browser/chrome_browser_application_mac.h', | 127 'browser/chrome_browser_application_mac.h', |
| 126 'browser/chrome_browser_application_mac.mm', | 128 'browser/chrome_browser_application_mac.mm', |
| 127 'browser/chrome_browser_field_trials.cc', | 129 'browser/chrome_browser_field_trials.cc', |
| 128 'browser/chrome_browser_field_trials.h', | 130 'browser/chrome_browser_field_trials.h', |
| (...skipping 3195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3324 '<@(chrome_browser_undo_sources)', | 3326 '<@(chrome_browser_undo_sources)', |
| 3325 ], | 3327 ], |
| 3326 'includes': [ | 3328 'includes': [ |
| 3327 # Disable LTO due to ELF section name out of range | 3329 # Disable LTO due to ELF section name out of range |
| 3328 # crbug.com/422251 | 3330 # crbug.com/422251 |
| 3329 '../build/android/disable_gcc_lto.gypi', | 3331 '../build/android/disable_gcc_lto.gypi', |
| 3330 ], | 3332 ], |
| 3331 'conditions': [ | 3333 'conditions': [ |
| 3332 ['OS != "ios"', { | 3334 ['OS != "ios"', { |
| 3333 'dependencies': [ | 3335 'dependencies': [ |
| 3336 'budget_proto', | |
| 3334 'common_mojo_bindings', | 3337 'common_mojo_bindings', |
| 3335 'common_net', | 3338 'common_net', |
| 3336 'debugger', | 3339 'debugger', |
| 3337 'installer_util', | 3340 'installer_util', |
| 3338 '../cc/cc.gyp:cc', | 3341 '../cc/cc.gyp:cc', |
| 3339 '../components/components.gyp:about_handler', | 3342 '../components/components.gyp:about_handler', |
| 3340 '../components/components.gyp:autofill_content_browser', | 3343 '../components/components.gyp:autofill_content_browser', |
| 3341 '../components/components.gyp:browsing_data', | 3344 '../components/components.gyp:browsing_data', |
| 3342 '../components/components.gyp:certificate_reporting', | 3345 '../components/components.gyp:certificate_reporting', |
| 3343 '../components/components.gyp:certificate_transparency', | 3346 '../components/components.gyp:certificate_transparency', |
| (...skipping 735 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4079 'target_name': 'incident_reporting_state_store_data_proto', | 4082 'target_name': 'incident_reporting_state_store_data_proto', |
| 4080 'type': 'static_library', | 4083 'type': 'static_library', |
| 4081 'sources': [ 'browser/safe_browsing/incident_reporting/state_store_data.pr oto' ], | 4084 'sources': [ 'browser/safe_browsing/incident_reporting/state_store_data.pr oto' ], |
| 4082 'variables': { | 4085 'variables': { |
| 4083 'proto_in_dir': 'browser/safe_browsing/incident_reporting', | 4086 'proto_in_dir': 'browser/safe_browsing/incident_reporting', |
| 4084 'proto_out_dir': 'chrome/browser/safe_browsing/incident_reporting', | 4087 'proto_out_dir': 'chrome/browser/safe_browsing/incident_reporting', |
| 4085 }, | 4088 }, |
| 4086 'includes': [ '../build/protoc.gypi' ], | 4089 'includes': [ '../build/protoc.gypi' ], |
| 4087 }, | 4090 }, |
| 4088 { | 4091 { |
| 4092 # Protobuf compiler / generator for the budget database | |
| 4093 # protocol buffer. | |
|
Peter Beverloo
2016/06/29 13:37:28
micro nit: I think this fits on one line?
harkness
2016/06/30 10:41:57
Done.
| |
| 4094 # GN version: //chrome/browser/budget_service:budget_proto | |
| 4095 'target_name': 'budget_proto', | |
| 4096 'type': 'static_library', | |
| 4097 'sources': [ 'browser/budget_service/budget.proto' ], | |
| 4098 'variables': { | |
| 4099 'proto_in_dir': 'browser/budget_service', | |
| 4100 'proto_out_dir': 'chrome/browser/budget_service', | |
| 4101 }, | |
| 4102 'includes': [ '../build/protoc.gypi' ] | |
| 4103 }, | |
| 4104 { | |
| 4089 # Protobuf compiler / generator for reset reports | 4105 # Protobuf compiler / generator for reset reports |
| 4090 # protocol buffer. | 4106 # protocol buffer. |
| 4091 # GN version: //chrome/browser/profile_resetter:profile_reset_report_proto | 4107 # GN version: //chrome/browser/profile_resetter:profile_reset_report_proto |
| 4092 'target_name': 'profile_reset_report_proto', | 4108 'target_name': 'profile_reset_report_proto', |
| 4093 'type': 'static_library', | 4109 'type': 'static_library', |
| 4094 'sources': [ 'browser/profile_resetter/profile_reset_report.proto' ], | 4110 'sources': [ 'browser/profile_resetter/profile_reset_report.proto' ], |
| 4095 'variables': { | 4111 'variables': { |
| 4096 'proto_in_dir': 'browser/profile_resetter', | 4112 'proto_in_dir': 'browser/profile_resetter', |
| 4097 'proto_out_dir': 'chrome/browser/profile_resetter', | 4113 'proto_out_dir': 'chrome/browser/profile_resetter', |
| 4098 }, | 4114 }, |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4286 '../components/components.gyp:rlz', | 4302 '../components/components.gyp:rlz', |
| 4287 '../components/components.gyp:search_engines', | 4303 '../components/components.gyp:search_engines', |
| 4288 '../rlz/rlz.gyp:rlz_lib', | 4304 '../rlz/rlz.gyp:rlz_lib', |
| 4289 'common', | 4305 'common', |
| 4290 ], | 4306 ], |
| 4291 }, | 4307 }, |
| 4292 ], | 4308 ], |
| 4293 }], | 4309 }], |
| 4294 ], | 4310 ], |
| 4295 } | 4311 } |
| OLD | NEW |