| 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 3226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3237 '../components/components.gyp:security_interstitials_core', | 3237 '../components/components.gyp:security_interstitials_core', |
| 3238 '../components/components.gyp:security_state', | 3238 '../components/components.gyp:security_state', |
| 3239 '../components/components.gyp:ssl_errors', | 3239 '../components/components.gyp:ssl_errors', |
| 3240 '../components/components.gyp:suggestions', | 3240 '../components/components.gyp:suggestions', |
| 3241 '../components/components.gyp:signin_core_browser', | 3241 '../components/components.gyp:signin_core_browser', |
| 3242 '../components/components.gyp:startup_metric_utils_browser', | 3242 '../components/components.gyp:startup_metric_utils_browser', |
| 3243 '../components/components.gyp:startup_metric_utils_browser_message_filte
r', | 3243 '../components/components.gyp:startup_metric_utils_browser_message_filte
r', |
| 3244 # TODO(fdoray): Remove this once the PreRead field trial has expired. | 3244 # TODO(fdoray): Remove this once the PreRead field trial has expired. |
| 3245 # crbug.com/577698 | 3245 # crbug.com/577698 |
| 3246 '../components/components.gyp:startup_metric_utils_common', | 3246 '../components/components.gyp:startup_metric_utils_common', |
| 3247 '../components/components.gyp:subresource_filter_content_browser', |
| 3248 '../components/components.gyp:subresource_filter_core_browser', |
| 3247 '../components/components.gyp:supervised_user_error_page', | 3249 '../components/components.gyp:supervised_user_error_page', |
| 3248 '../components/components.gyp:sync_bookmarks', | 3250 '../components/components.gyp:sync_bookmarks', |
| 3249 '../components/components.gyp:sync_driver', | 3251 '../components/components.gyp:sync_driver', |
| 3250 '../components/components.gyp:sync_sessions', | 3252 '../components/components.gyp:sync_sessions', |
| 3251 '../components/components.gyp:translate_core_browser', | 3253 '../components/components.gyp:translate_core_browser', |
| 3252 '../components/components.gyp:translate_core_common', | 3254 '../components/components.gyp:translate_core_common', |
| 3253 '../components/components.gyp:update_client', | 3255 '../components/components.gyp:update_client', |
| 3254 '../components/components.gyp:undo_component', | 3256 '../components/components.gyp:undo_component', |
| 3255 '../components/components.gyp:user_prefs', | 3257 '../components/components.gyp:user_prefs', |
| 3256 '../components/components_strings.gyp:components_strings', | 3258 '../components/components_strings.gyp:components_strings', |
| (...skipping 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4272 '../components/components.gyp:rlz', | 4274 '../components/components.gyp:rlz', |
| 4273 '../components/components.gyp:search_engines', | 4275 '../components/components.gyp:search_engines', |
| 4274 '../rlz/rlz.gyp:rlz_lib', | 4276 '../rlz/rlz.gyp:rlz_lib', |
| 4275 'common', | 4277 'common', |
| 4276 ], | 4278 ], |
| 4277 }, | 4279 }, |
| 4278 ], | 4280 ], |
| 4279 }], | 4281 }], |
| 4280 ], | 4282 ], |
| 4281 } | 4283 } |
| OLD | NEW |