| 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 3063 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3074 'chrome_resources.gyp:chrome_strings', | 3074 'chrome_resources.gyp:chrome_strings', |
| 3075 'chrome_resources.gyp:chrome_ui_string_overrider_factory', | 3075 'chrome_resources.gyp:chrome_ui_string_overrider_factory', |
| 3076 'chrome_resources.gyp:make_chrome_ui_string_overrider_factory', | 3076 'chrome_resources.gyp:make_chrome_ui_string_overrider_factory', |
| 3077 'chrome_resources.gyp:platform_locale_settings', | 3077 'chrome_resources.gyp:platform_locale_settings', |
| 3078 'chrome_resources.gyp:theme_resources', | 3078 'chrome_resources.gyp:theme_resources', |
| 3079 'common', | 3079 'common', |
| 3080 'probe_message_proto', | 3080 'probe_message_proto', |
| 3081 '../components/components.gyp:autofill_core_browser', | 3081 '../components/components.gyp:autofill_core_browser', |
| 3082 '../components/components.gyp:bookmarks_browser', | 3082 '../components/components.gyp:bookmarks_browser', |
| 3083 '../components/components.gyp:bookmarks_managed', | 3083 '../components/components.gyp:bookmarks_managed', |
| 3084 '../components/components.gyp:browser_sync_common', |
| 3084 '../components/components.gyp:captive_portal', | 3085 '../components/components.gyp:captive_portal', |
| 3085 '../components/components.gyp:cloud_devices_common', | 3086 '../components/components.gyp:cloud_devices_common', |
| 3086 '../components/components.gyp:component_metrics_proto', | 3087 '../components/components.gyp:component_metrics_proto', |
| 3087 '../components/components.gyp:component_updater', | 3088 '../components/components.gyp:component_updater', |
| 3088 '../components/components.gyp:compression', | 3089 '../components/components.gyp:compression', |
| 3089 '../components/components.gyp:content_settings_content_common', | 3090 '../components/components.gyp:content_settings_content_common', |
| 3090 '../components/components.gyp:content_settings_core_browser', | 3091 '../components/components.gyp:content_settings_core_browser', |
| 3091 '../components/components.gyp:content_settings_core_common', | 3092 '../components/components.gyp:content_settings_core_common', |
| 3092 '../components/components.gyp:crx_file', | 3093 '../components/components.gyp:crx_file', |
| 3093 '../components/components.gyp:data_reduction_proxy_core_browser', | 3094 '../components/components.gyp:data_reduction_proxy_core_browser', |
| (...skipping 1024 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4118 '../components/components.gyp:omnibox_browser', | 4119 '../components/components.gyp:omnibox_browser', |
| 4119 '../components/components.gyp:rlz', | 4120 '../components/components.gyp:rlz', |
| 4120 '../components/components.gyp:search_engines', | 4121 '../components/components.gyp:search_engines', |
| 4121 '../rlz/rlz.gyp:rlz_lib', | 4122 '../rlz/rlz.gyp:rlz_lib', |
| 4122 ], | 4123 ], |
| 4123 }, | 4124 }, |
| 4124 ], | 4125 ], |
| 4125 }], | 4126 }], |
| 4126 ], | 4127 ], |
| 4127 } | 4128 } |
| OLD | NEW |