| 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 3278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3289 'dependencies': [ | 3289 'dependencies': [ |
| 3290 'common_mojo_bindings', | 3290 'common_mojo_bindings', |
| 3291 'common_net', | 3291 'common_net', |
| 3292 'debugger', | 3292 'debugger', |
| 3293 'installer_util', | 3293 'installer_util', |
| 3294 '../cc/cc.gyp:cc', | 3294 '../cc/cc.gyp:cc', |
| 3295 '../components/components.gyp:about_handler', | 3295 '../components/components.gyp:about_handler', |
| 3296 '../components/components.gyp:autofill_content_browser', | 3296 '../components/components.gyp:autofill_content_browser', |
| 3297 '../components/components.gyp:browsing_data', | 3297 '../components/components.gyp:browsing_data', |
| 3298 '../components/components.gyp:certificate_reporting', | 3298 '../components/components.gyp:certificate_reporting', |
| 3299 '../components/components.gyp:certificate_transparency', |
| 3299 '../components/components.gyp:contextual_search_browser', | 3300 '../components/components.gyp:contextual_search_browser', |
| 3300 '../components/components.gyp:cookie_config', | 3301 '../components/components.gyp:cookie_config', |
| 3301 '../components/components.gyp:data_reduction_proxy_content_browser', | 3302 '../components/components.gyp:data_reduction_proxy_content_browser', |
| 3302 '../components/components.gyp:data_use_measurement_content', | 3303 '../components/components.gyp:data_use_measurement_content', |
| 3303 '../components/components.gyp:devtools_discovery', | 3304 '../components/components.gyp:devtools_discovery', |
| 3304 '../components/components.gyp:devtools_http_handler', | 3305 '../components/components.gyp:devtools_http_handler', |
| 3305 '../components/components.gyp:dom_distiller_content_browser', | 3306 '../components/components.gyp:dom_distiller_content_browser', |
| 3306 '../components/components.gyp:domain_reliability', | 3307 '../components/components.gyp:domain_reliability', |
| 3307 '../components/components.gyp:error_page_common', | 3308 '../components/components.gyp:error_page_common', |
| 3308 '../components/components.gyp:favicon_content', | 3309 '../components/components.gyp:favicon_content', |
| (...skipping 912 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4221 '../components/components.gyp:rlz', | 4222 '../components/components.gyp:rlz', |
| 4222 '../components/components.gyp:search_engines', | 4223 '../components/components.gyp:search_engines', |
| 4223 '../rlz/rlz.gyp:rlz_lib', | 4224 '../rlz/rlz.gyp:rlz_lib', |
| 4224 'common', | 4225 'common', |
| 4225 ], | 4226 ], |
| 4226 }, | 4227 }, |
| 4227 ], | 4228 ], |
| 4228 }], | 4229 }], |
| 4229 ], | 4230 ], |
| 4230 } | 4231 } |
| OLD | NEW |