| 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 3108 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 3119         '../components/components.gyp:query_parser', | 3119         '../components/components.gyp:query_parser', | 
| 3120         '../components/components.gyp:rappor', | 3120         '../components/components.gyp:rappor', | 
| 3121         '../components/components.gyp:renderer_context_menu', | 3121         '../components/components.gyp:renderer_context_menu', | 
| 3122         '../components/components.gyp:search', | 3122         '../components/components.gyp:search', | 
| 3123         '../components/components.gyp:search_engines', | 3123         '../components/components.gyp:search_engines', | 
| 3124         '../components/components.gyp:search_provider_logos', | 3124         '../components/components.gyp:search_provider_logos', | 
| 3125         '../components/components.gyp:security_interstitials_core', | 3125         '../components/components.gyp:security_interstitials_core', | 
| 3126         '../components/components.gyp:ssl_errors', | 3126         '../components/components.gyp:ssl_errors', | 
| 3127         '../components/components.gyp:suggestions', | 3127         '../components/components.gyp:suggestions', | 
| 3128         '../components/components.gyp:signin_core_browser', | 3128         '../components/components.gyp:signin_core_browser', | 
| 3129         '../components/components.gyp:startup_metric_utils', | 3129         '../components/components.gyp:startup_metric_utils_browser', | 
| 3130         '../components/components.gyp:sync_bookmarks', | 3130         '../components/components.gyp:sync_bookmarks', | 
| 3131         '../components/components.gyp:sync_driver', | 3131         '../components/components.gyp:sync_driver', | 
| 3132         '../components/components.gyp:sync_sessions', | 3132         '../components/components.gyp:sync_sessions', | 
| 3133         '../components/components.gyp:translate_core_browser', | 3133         '../components/components.gyp:translate_core_browser', | 
| 3134         '../components/components.gyp:translate_core_common', | 3134         '../components/components.gyp:translate_core_common', | 
| 3135         '../components/components.gyp:update_client', | 3135         '../components/components.gyp:update_client', | 
| 3136         '../components/components.gyp:undo_component', | 3136         '../components/components.gyp:undo_component', | 
| 3137         '../components/components.gyp:user_prefs', | 3137         '../components/components.gyp:user_prefs', | 
| 3138         '../components/components_strings.gyp:components_strings', | 3138         '../components/components_strings.gyp:components_strings', | 
| 3139         # This depends directly on the variations target, rather than just | 3139         # This depends directly on the variations target, rather than just | 
| (...skipping 975 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 4115             '../components/components.gyp:omnibox_browser', | 4115             '../components/components.gyp:omnibox_browser', | 
| 4116             '../components/components.gyp:rlz', | 4116             '../components/components.gyp:rlz', | 
| 4117             '../components/components.gyp:search_engines', | 4117             '../components/components.gyp:search_engines', | 
| 4118             '../rlz/rlz.gyp:rlz_lib', | 4118             '../rlz/rlz.gyp:rlz_lib', | 
| 4119           ], | 4119           ], | 
| 4120         }, | 4120         }, | 
| 4121       ], | 4121       ], | 
| 4122     }], | 4122     }], | 
| 4123   ], | 4123   ], | 
| 4124 } | 4124 } | 
| OLD | NEW | 
|---|