| 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 3387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3398 '../cc/cc.gyp:cc', | 3398 '../cc/cc.gyp:cc', |
| 3399 '../components/components.gyp:about_handler', | 3399 '../components/components.gyp:about_handler', |
| 3400 '../components/components.gyp:autofill_content_browser', | 3400 '../components/components.gyp:autofill_content_browser', |
| 3401 '../components/components.gyp:browsing_data_content', | 3401 '../components/components.gyp:browsing_data_content', |
| 3402 '../components/components.gyp:certificate_reporting', | 3402 '../components/components.gyp:certificate_reporting', |
| 3403 '../components/components.gyp:certificate_transparency', | 3403 '../components/components.gyp:certificate_transparency', |
| 3404 '../components/components.gyp:contextual_search_browser', | 3404 '../components/components.gyp:contextual_search_browser', |
| 3405 '../components/components.gyp:cookie_config', | 3405 '../components/components.gyp:cookie_config', |
| 3406 '../components/components.gyp:data_reduction_proxy_content_browser', | 3406 '../components/components.gyp:data_reduction_proxy_content_browser', |
| 3407 '../components/components.gyp:data_use_measurement_content', | 3407 '../components/components.gyp:data_use_measurement_content', |
| 3408 '../components/components.gyp:devtools_discovery', | |
| 3409 '../components/components.gyp:devtools_http_handler', | 3408 '../components/components.gyp:devtools_http_handler', |
| 3410 '../components/components.gyp:dom_distiller_content_browser', | 3409 '../components/components.gyp:dom_distiller_content_browser', |
| 3411 '../components/components.gyp:domain_reliability', | 3410 '../components/components.gyp:domain_reliability', |
| 3412 '../components/components.gyp:error_page_common', | 3411 '../components/components.gyp:error_page_common', |
| 3413 '../components/components.gyp:favicon_content', | 3412 '../components/components.gyp:favicon_content', |
| 3414 '../components/components.gyp:flags_ui', | 3413 '../components/components.gyp:flags_ui', |
| 3415 '../components/components.gyp:guest_view_browser', | 3414 '../components/components.gyp:guest_view_browser', |
| 3416 '../components/components.gyp:history_content_browser', | 3415 '../components/components.gyp:history_content_browser', |
| 3417 '../components/components.gyp:image_fetcher', | 3416 '../components/components.gyp:image_fetcher', |
| 3418 '../components/components.gyp:keyed_service_content', | 3417 '../components/components.gyp:keyed_service_content', |
| (...skipping 914 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4333 '../components/components.gyp:rlz', | 4332 '../components/components.gyp:rlz', |
| 4334 '../components/components.gyp:search_engines', | 4333 '../components/components.gyp:search_engines', |
| 4335 '../rlz/rlz.gyp:rlz_lib', | 4334 '../rlz/rlz.gyp:rlz_lib', |
| 4336 'common', | 4335 'common', |
| 4337 ], | 4336 ], |
| 4338 }, | 4337 }, |
| 4339 ], | 4338 ], |
| 4340 }], | 4339 }], |
| 4341 ], | 4340 ], |
| 4342 } | 4341 } |
| OLD | NEW |