| 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 3418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3429 '../components/components.gyp:navigation_interception', | 3429 '../components/components.gyp:navigation_interception', |
| 3430 '../components/components.gyp:net_log', | 3430 '../components/components.gyp:net_log', |
| 3431 '../components/components.gyp:network_hints_common', | 3431 '../components/components.gyp:network_hints_common', |
| 3432 '../components/components.gyp:network_session_configurator', | 3432 '../components/components.gyp:network_session_configurator', |
| 3433 '../components/components.gyp:ntp_snippets', | 3433 '../components/components.gyp:ntp_snippets', |
| 3434 '../components/components.gyp:ntp_tiles', | 3434 '../components/components.gyp:ntp_tiles', |
| 3435 '../components/components.gyp:packed_ct_ev_whitelist', | 3435 '../components/components.gyp:packed_ct_ev_whitelist', |
| 3436 '../components/components.gyp:password_manager_content_browser', | 3436 '../components/components.gyp:password_manager_content_browser', |
| 3437 '../components/components.gyp:password_manager_sync_browser', | 3437 '../components/components.gyp:password_manager_sync_browser', |
| 3438 '../components/components.gyp:power', | 3438 '../components/components.gyp:power', |
| 3439 '../components/components.gyp:previews', |
| 3439 '../components/components.gyp:profile_metrics', | 3440 '../components/components.gyp:profile_metrics', |
| 3440 '../components/components.gyp:proxy_config', | 3441 '../components/components.gyp:proxy_config', |
| 3441 '../components/components.gyp:renderer_context_menu', | 3442 '../components/components.gyp:renderer_context_menu', |
| 3442 '../components/components.gyp:safe_browsing_db', | 3443 '../components/components.gyp:safe_browsing_db', |
| 3443 '../components/components.gyp:safe_json', | 3444 '../components/components.gyp:safe_json', |
| 3444 '../components/components.gyp:security_state', | 3445 '../components/components.gyp:security_state', |
| 3445 '../components/components.gyp:sessions_content', | 3446 '../components/components.gyp:sessions_content', |
| 3446 '../components/components.gyp:ssl_config', | 3447 '../components/components.gyp:ssl_config', |
| 3447 '../components/components.gyp:storage_monitor', | 3448 '../components/components.gyp:storage_monitor', |
| 3448 '../components/components.gyp:subresource_filter_content_browser', | 3449 '../components/components.gyp:subresource_filter_content_browser', |
| (...skipping 895 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4344 '../components/components.gyp:rlz', | 4345 '../components/components.gyp:rlz', |
| 4345 '../components/components.gyp:search_engines', | 4346 '../components/components.gyp:search_engines', |
| 4346 '../rlz/rlz.gyp:rlz_lib', | 4347 '../rlz/rlz.gyp:rlz_lib', |
| 4347 'common', | 4348 'common', |
| 4348 ], | 4349 ], |
| 4349 }, | 4350 }, |
| 4350 ], | 4351 ], |
| 4351 }], | 4352 }], |
| 4352 ], | 4353 ], |
| 4353 } | 4354 } |
| OLD | NEW |