| 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 3241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3252 '../components/components.gyp:contextual_search_browser', | 3252 '../components/components.gyp:contextual_search_browser', |
| 3253 '../components/components.gyp:cookie_config', | 3253 '../components/components.gyp:cookie_config', |
| 3254 '../components/components.gyp:data_reduction_proxy_content_browser', | 3254 '../components/components.gyp:data_reduction_proxy_content_browser', |
| 3255 '../components/components.gyp:data_use_measurement_content', | 3255 '../components/components.gyp:data_use_measurement_content', |
| 3256 '../components/components.gyp:devtools_discovery', | 3256 '../components/components.gyp:devtools_discovery', |
| 3257 '../components/components.gyp:devtools_http_handler', | 3257 '../components/components.gyp:devtools_http_handler', |
| 3258 '../components/components.gyp:dom_distiller_content_browser', | 3258 '../components/components.gyp:dom_distiller_content_browser', |
| 3259 '../components/components.gyp:error_page_common', | 3259 '../components/components.gyp:error_page_common', |
| 3260 '../components/components.gyp:favicon_content', | 3260 '../components/components.gyp:favicon_content', |
| 3261 '../components/components.gyp:flags_ui', | 3261 '../components/components.gyp:flags_ui', |
| 3262 '../components/components.gyp:framelet_browser', |
| 3262 '../components/components.gyp:guest_view_browser', | 3263 '../components/components.gyp:guest_view_browser', |
| 3263 '../components/components.gyp:history_content_browser', | 3264 '../components/components.gyp:history_content_browser', |
| 3264 '../components/components.gyp:keyed_service_content', | 3265 '../components/components.gyp:keyed_service_content', |
| 3265 '../components/components.gyp:navigation_interception', | 3266 '../components/components.gyp:navigation_interception', |
| 3266 '../components/components.gyp:network_hints_common', | 3267 '../components/components.gyp:network_hints_common', |
| 3267 '../components/components.gyp:metrics_gpu', | 3268 '../components/components.gyp:metrics_gpu', |
| 3268 '../components/components.gyp:metrics_profiler', | 3269 '../components/components.gyp:metrics_profiler', |
| 3269 '../components/components.gyp:metrics_profiler_content', | 3270 '../components/components.gyp:metrics_profiler_content', |
| 3270 '../components/components.gyp:net_log', | 3271 '../components/components.gyp:net_log', |
| 3271 '../components/components.gyp:ntp_snippets', | 3272 '../components/components.gyp:ntp_snippets', |
| (...skipping 885 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4157 '../components/components.gyp:omnibox_browser', | 4158 '../components/components.gyp:omnibox_browser', |
| 4158 '../components/components.gyp:rlz', | 4159 '../components/components.gyp:rlz', |
| 4159 '../components/components.gyp:search_engines', | 4160 '../components/components.gyp:search_engines', |
| 4160 '../rlz/rlz.gyp:rlz_lib', | 4161 '../rlz/rlz.gyp:rlz_lib', |
| 4161 ], | 4162 ], |
| 4162 }, | 4163 }, |
| 4163 ], | 4164 ], |
| 4164 }], | 4165 }], |
| 4165 ], | 4166 ], |
| 4166 } | 4167 } |
| OLD | NEW |