| 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 3218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3229 '../components/components.gyp:security_interstitials_core', | 3229 '../components/components.gyp:security_interstitials_core', |
| 3230 '../components/components.gyp:security_state', | 3230 '../components/components.gyp:security_state', |
| 3231 '../components/components.gyp:ssl_errors', | 3231 '../components/components.gyp:ssl_errors', |
| 3232 '../components/components.gyp:suggestions', | 3232 '../components/components.gyp:suggestions', |
| 3233 '../components/components.gyp:signin_core_browser', | 3233 '../components/components.gyp:signin_core_browser', |
| 3234 '../components/components.gyp:startup_metric_utils_browser', | 3234 '../components/components.gyp:startup_metric_utils_browser', |
| 3235 '../components/components.gyp:startup_metric_utils_browser_message_filte
r', | 3235 '../components/components.gyp:startup_metric_utils_browser_message_filte
r', |
| 3236 # TODO(fdoray): Remove this once the PreRead field trial has expired. | 3236 # TODO(fdoray): Remove this once the PreRead field trial has expired. |
| 3237 # crbug.com/577698 | 3237 # crbug.com/577698 |
| 3238 '../components/components.gyp:startup_metric_utils_common', | 3238 '../components/components.gyp:startup_metric_utils_common', |
| 3239 '../components/components.gyp:subresource_filter_content_browser', |
| 3240 '../components/components.gyp:subresource_filter_core_browser', |
| 3239 '../components/components.gyp:supervised_user_error_page', | 3241 '../components/components.gyp:supervised_user_error_page', |
| 3240 '../components/components.gyp:sync_bookmarks', | 3242 '../components/components.gyp:sync_bookmarks', |
| 3241 '../components/components.gyp:sync_driver', | 3243 '../components/components.gyp:sync_driver', |
| 3242 '../components/components.gyp:sync_sessions', | 3244 '../components/components.gyp:sync_sessions', |
| 3243 '../components/components.gyp:translate_core_browser', | 3245 '../components/components.gyp:translate_core_browser', |
| 3244 '../components/components.gyp:translate_core_common', | 3246 '../components/components.gyp:translate_core_common', |
| 3245 '../components/components.gyp:update_client', | 3247 '../components/components.gyp:update_client', |
| 3246 '../components/components.gyp:undo_component', | 3248 '../components/components.gyp:undo_component', |
| 3247 '../components/components.gyp:user_prefs', | 3249 '../components/components.gyp:user_prefs', |
| 3248 '../components/components_strings.gyp:components_strings', | 3250 '../components/components_strings.gyp:components_strings', |
| (...skipping 1011 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4260 '../components/components.gyp:rlz', | 4262 '../components/components.gyp:rlz', |
| 4261 '../components/components.gyp:search_engines', | 4263 '../components/components.gyp:search_engines', |
| 4262 '../rlz/rlz.gyp:rlz_lib', | 4264 '../rlz/rlz.gyp:rlz_lib', |
| 4263 'common', | 4265 'common', |
| 4264 ], | 4266 ], |
| 4265 }, | 4267 }, |
| 4266 ], | 4268 ], |
| 4267 }], | 4269 }], |
| 4268 ], | 4270 ], |
| 4269 } | 4271 } |
| OLD | NEW |