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 3287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3298 '../components/components.gyp:flags_ui', | 3298 '../components/components.gyp:flags_ui', |
3299 '../components/components.gyp:guest_view_browser', | 3299 '../components/components.gyp:guest_view_browser', |
3300 '../components/components.gyp:history_content_browser', | 3300 '../components/components.gyp:history_content_browser', |
3301 '../components/components.gyp:keyed_service_content', | 3301 '../components/components.gyp:keyed_service_content', |
3302 '../components/components.gyp:metrics_gpu', | 3302 '../components/components.gyp:metrics_gpu', |
3303 '../components/components.gyp:metrics_profiler', | 3303 '../components/components.gyp:metrics_profiler', |
3304 '../components/components.gyp:metrics_profiler_content', | 3304 '../components/components.gyp:metrics_profiler_content', |
3305 '../components/components.gyp:navigation_interception', | 3305 '../components/components.gyp:navigation_interception', |
3306 '../components/components.gyp:net_log', | 3306 '../components/components.gyp:net_log', |
3307 '../components/components.gyp:network_hints_common', | 3307 '../components/components.gyp:network_hints_common', |
| 3308 '../components/components.gyp:network_session_configurator', |
3308 '../components/components.gyp:ntp_snippets', | 3309 '../components/components.gyp:ntp_snippets', |
3309 '../components/components.gyp:packed_ct_ev_whitelist', | 3310 '../components/components.gyp:packed_ct_ev_whitelist', |
3310 '../components/components.gyp:password_manager_content_browser', | 3311 '../components/components.gyp:password_manager_content_browser', |
3311 '../components/components.gyp:password_manager_sync_browser', | 3312 '../components/components.gyp:password_manager_sync_browser', |
3312 '../components/components.gyp:power', | 3313 '../components/components.gyp:power', |
3313 '../components/components.gyp:profile_metrics', | 3314 '../components/components.gyp:profile_metrics', |
3314 '../components/components.gyp:proxy_config', | 3315 '../components/components.gyp:proxy_config', |
3315 '../components/components.gyp:renderer_context_menu', | 3316 '../components/components.gyp:renderer_context_menu', |
3316 '../components/components.gyp:safe_browsing_db', | 3317 '../components/components.gyp:safe_browsing_db', |
3317 '../components/components.gyp:safe_json', | 3318 '../components/components.gyp:safe_json', |
(...skipping 889 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4207 '../components/components.gyp:rlz', | 4208 '../components/components.gyp:rlz', |
4208 '../components/components.gyp:search_engines', | 4209 '../components/components.gyp:search_engines', |
4209 '../rlz/rlz.gyp:rlz_lib', | 4210 '../rlz/rlz.gyp:rlz_lib', |
4210 'common', | 4211 'common', |
4211 ], | 4212 ], |
4212 }, | 4213 }, |
4213 ], | 4214 ], |
4214 }], | 4215 }], |
4215 ], | 4216 ], |
4216 } | 4217 } |
OLD | NEW |