| 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 3245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3256 '../components/components.gyp:history_core_browser', | 3256 '../components/components.gyp:history_core_browser', |
| 3257 '../components/components.gyp:history_core_common', | 3257 '../components/components.gyp:history_core_common', |
| 3258 '../components/components.gyp:infobars_core', | 3258 '../components/components.gyp:infobars_core', |
| 3259 '../components/components.gyp:instance_id', | 3259 '../components/components.gyp:instance_id', |
| 3260 '../components/components.gyp:invalidation_impl', | 3260 '../components/components.gyp:invalidation_impl', |
| 3261 '../components/components.gyp:metrics', | 3261 '../components/components.gyp:metrics', |
| 3262 '../components/components.gyp:metrics_net', | 3262 '../components/components.gyp:metrics_net', |
| 3263 '../components/components.gyp:metrics_services_manager', | 3263 '../components/components.gyp:metrics_services_manager', |
| 3264 '../components/components.gyp:metrics_ui', | 3264 '../components/components.gyp:metrics_ui', |
| 3265 '../components/components.gyp:navigation_metrics', | 3265 '../components/components.gyp:navigation_metrics', |
| 3266 '../components/components.gyp:network_hints_mojom', |
| 3266 '../components/components.gyp:network_time', | 3267 '../components/components.gyp:network_time', |
| 3267 '../components/components.gyp:offline_pages', | 3268 '../components/components.gyp:offline_pages', |
| 3268 '../components/components.gyp:omnibox_browser', | 3269 '../components/components.gyp:omnibox_browser', |
| 3269 '../components/components.gyp:os_crypt', | 3270 '../components/components.gyp:os_crypt', |
| 3270 '../components/components.gyp:password_manager_core_browser', | 3271 '../components/components.gyp:password_manager_core_browser', |
| 3271 '../components/components.gyp:password_manager_core_common', | 3272 '../components/components.gyp:password_manager_core_common', |
| 3272 '../components/components.gyp:policy', | 3273 '../components/components.gyp:policy', |
| 3273 '../components/components.gyp:policy_component', | 3274 '../components/components.gyp:policy_component', |
| 3274 '../components/components.gyp:proxy_config', | 3275 '../components/components.gyp:proxy_config', |
| 3275 '../components/components.gyp:query_parser', | 3276 '../components/components.gyp:query_parser', |
| (...skipping 1017 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4293 '../components/components.gyp:rlz', | 4294 '../components/components.gyp:rlz', |
| 4294 '../components/components.gyp:search_engines', | 4295 '../components/components.gyp:search_engines', |
| 4295 '../rlz/rlz.gyp:rlz_lib', | 4296 '../rlz/rlz.gyp:rlz_lib', |
| 4296 'common', | 4297 'common', |
| 4297 ], | 4298 ], |
| 4298 }, | 4299 }, |
| 4299 ], | 4300 ], |
| 4300 }], | 4301 }], |
| 4301 ], | 4302 ], |
| 4302 } | 4303 } |
| OLD | NEW |