| 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 3265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3276 '../components/components.gyp:history_core_browser', | 3276 '../components/components.gyp:history_core_browser', |
| 3277 '../components/components.gyp:history_core_common', | 3277 '../components/components.gyp:history_core_common', |
| 3278 '../components/components.gyp:infobars_core', | 3278 '../components/components.gyp:infobars_core', |
| 3279 '../components/components.gyp:instance_id', | 3279 '../components/components.gyp:instance_id', |
| 3280 '../components/components.gyp:invalidation_impl', | 3280 '../components/components.gyp:invalidation_impl', |
| 3281 '../components/components.gyp:metrics', | 3281 '../components/components.gyp:metrics', |
| 3282 '../components/components.gyp:metrics_net', | 3282 '../components/components.gyp:metrics_net', |
| 3283 '../components/components.gyp:metrics_services_manager', | 3283 '../components/components.gyp:metrics_services_manager', |
| 3284 '../components/components.gyp:metrics_ui', | 3284 '../components/components.gyp:metrics_ui', |
| 3285 '../components/components.gyp:navigation_metrics', | 3285 '../components/components.gyp:navigation_metrics', |
| 3286 '../components/components.gyp:network_hints_mojom', |
| 3286 '../components/components.gyp:network_time', | 3287 '../components/components.gyp:network_time', |
| 3287 '../components/components.gyp:offline_pages', | 3288 '../components/components.gyp:offline_pages', |
| 3288 '../components/components.gyp:omnibox_browser', | 3289 '../components/components.gyp:omnibox_browser', |
| 3289 '../components/components.gyp:os_crypt', | 3290 '../components/components.gyp:os_crypt', |
| 3290 '../components/components.gyp:password_manager_core_browser', | 3291 '../components/components.gyp:password_manager_core_browser', |
| 3291 '../components/components.gyp:password_manager_core_common', | 3292 '../components/components.gyp:password_manager_core_common', |
| 3292 '../components/components.gyp:policy', | 3293 '../components/components.gyp:policy', |
| 3293 '../components/components.gyp:policy_component', | 3294 '../components/components.gyp:policy_component', |
| 3294 '../components/components.gyp:proxy_config', | 3295 '../components/components.gyp:proxy_config', |
| 3295 '../components/components.gyp:query_parser', | 3296 '../components/components.gyp:query_parser', |
| (...skipping 1016 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4312 '../components/components.gyp:rlz', | 4313 '../components/components.gyp:rlz', |
| 4313 '../components/components.gyp:search_engines', | 4314 '../components/components.gyp:search_engines', |
| 4314 '../rlz/rlz.gyp:rlz_lib', | 4315 '../rlz/rlz.gyp:rlz_lib', |
| 4315 'common', | 4316 'common', |
| 4316 ], | 4317 ], |
| 4317 }, | 4318 }, |
| 4318 ], | 4319 ], |
| 4319 }], | 4320 }], |
| 4320 ], | 4321 ], |
| 4321 } | 4322 } |
| OLD | NEW |