| 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 3051 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3062 'chrome_resources.gyp:chrome_strings', | 3062 'chrome_resources.gyp:chrome_strings', |
| 3063 'chrome_resources.gyp:chrome_ui_string_overrider_factory', | 3063 'chrome_resources.gyp:chrome_ui_string_overrider_factory', |
| 3064 'chrome_resources.gyp:make_chrome_ui_string_overrider_factory', | 3064 'chrome_resources.gyp:make_chrome_ui_string_overrider_factory', |
| 3065 'chrome_resources.gyp:platform_locale_settings', | 3065 'chrome_resources.gyp:platform_locale_settings', |
| 3066 'chrome_resources.gyp:theme_resources', | 3066 'chrome_resources.gyp:theme_resources', |
| 3067 'common', | 3067 'common', |
| 3068 'probe_message_proto', | 3068 'probe_message_proto', |
| 3069 '../components/components.gyp:autofill_core_browser', | 3069 '../components/components.gyp:autofill_core_browser', |
| 3070 '../components/components.gyp:bookmarks_browser', | 3070 '../components/components.gyp:bookmarks_browser', |
| 3071 '../components/components.gyp:bookmarks_managed', | 3071 '../components/components.gyp:bookmarks_managed', |
| 3072 '../components/components.gyp:browser_sync_common', |
| 3072 '../components/components.gyp:captive_portal', | 3073 '../components/components.gyp:captive_portal', |
| 3073 '../components/components.gyp:cloud_devices_common', | 3074 '../components/components.gyp:cloud_devices_common', |
| 3074 '../components/components.gyp:component_metrics_proto', | 3075 '../components/components.gyp:component_metrics_proto', |
| 3075 '../components/components.gyp:component_updater', | 3076 '../components/components.gyp:component_updater', |
| 3076 '../components/components.gyp:compression', | 3077 '../components/components.gyp:compression', |
| 3077 '../components/components.gyp:content_settings_content_common', | 3078 '../components/components.gyp:content_settings_content_common', |
| 3078 '../components/components.gyp:content_settings_core_browser', | 3079 '../components/components.gyp:content_settings_core_browser', |
| 3079 '../components/components.gyp:content_settings_core_common', | 3080 '../components/components.gyp:content_settings_core_common', |
| 3080 '../components/components.gyp:crx_file', | 3081 '../components/components.gyp:crx_file', |
| 3081 '../components/components.gyp:data_reduction_proxy_core_browser', | 3082 '../components/components.gyp:data_reduction_proxy_core_browser', |
| (...skipping 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4097 '../components/components.gyp:omnibox_browser', | 4098 '../components/components.gyp:omnibox_browser', |
| 4098 '../components/components.gyp:rlz', | 4099 '../components/components.gyp:rlz', |
| 4099 '../components/components.gyp:search_engines', | 4100 '../components/components.gyp:search_engines', |
| 4100 '../rlz/rlz.gyp:rlz_lib', | 4101 '../rlz/rlz.gyp:rlz_lib', |
| 4101 ], | 4102 ], |
| 4102 }, | 4103 }, |
| 4103 ], | 4104 ], |
| 4104 }], | 4105 }], |
| 4105 ], | 4106 ], |
| 4106 } | 4107 } |
| OLD | NEW |