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 3205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3216 '../components/components.gyp:keyed_service_content', | 3216 '../components/components.gyp:keyed_service_content', |
3217 '../components/components.gyp:navigation_interception', | 3217 '../components/components.gyp:navigation_interception', |
3218 '../components/components.gyp:network_hints_common', | 3218 '../components/components.gyp:network_hints_common', |
3219 '../components/components.gyp:metrics_gpu', | 3219 '../components/components.gyp:metrics_gpu', |
3220 '../components/components.gyp:metrics_profiler', | 3220 '../components/components.gyp:metrics_profiler', |
3221 '../components/components.gyp:metrics_profiler_content', | 3221 '../components/components.gyp:metrics_profiler_content', |
3222 '../components/components.gyp:net_log', | 3222 '../components/components.gyp:net_log', |
3223 '../components/components.gyp:packed_ct_ev_whitelist', | 3223 '../components/components.gyp:packed_ct_ev_whitelist', |
3224 '../components/components.gyp:password_manager_content_browser', | 3224 '../components/components.gyp:password_manager_content_browser', |
3225 '../components/components.gyp:password_manager_sync_browser', | 3225 '../components/components.gyp:password_manager_sync_browser', |
3226 '../components/components.gyp:plugins_common', | |
3227 '../components/components.gyp:power', | 3226 '../components/components.gyp:power', |
3228 '../components/components.gyp:profile_metrics', | 3227 '../components/components.gyp:profile_metrics', |
3229 '../components/components.gyp:proxy_config', | 3228 '../components/components.gyp:proxy_config', |
3230 '../components/components.gyp:safe_browsing_db', | 3229 '../components/components.gyp:safe_browsing_db', |
3231 '../components/components.gyp:safe_json', | 3230 '../components/components.gyp:safe_json', |
3232 '../components/components.gyp:sessions_content', | 3231 '../components/components.gyp:sessions_content', |
3233 '../components/components.gyp:storage_monitor', | 3232 '../components/components.gyp:storage_monitor', |
3234 '../components/components.gyp:ssl_config', | 3233 '../components/components.gyp:ssl_config', |
3235 '../components/components.gyp:syncable_prefs', | 3234 '../components/components.gyp:syncable_prefs', |
3236 '../components/components.gyp:translate_content_browser', | 3235 '../components/components.gyp:translate_content_browser', |
(...skipping 863 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4100 '../components/components.gyp:omnibox_browser', | 4099 '../components/components.gyp:omnibox_browser', |
4101 '../components/components.gyp:rlz', | 4100 '../components/components.gyp:rlz', |
4102 '../components/components.gyp:search_engines', | 4101 '../components/components.gyp:search_engines', |
4103 '../rlz/rlz.gyp:rlz_lib', | 4102 '../rlz/rlz.gyp:rlz_lib', |
4104 ], | 4103 ], |
4105 }, | 4104 }, |
4106 ], | 4105 ], |
4107 }], | 4106 }], |
4108 ], | 4107 ], |
4109 } | 4108 } |
OLD | NEW |