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 3117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3128 'probe_message_proto', | 3128 'probe_message_proto', |
3129 '../components/components.gyp:autofill_core_browser', | 3129 '../components/components.gyp:autofill_core_browser', |
3130 '../components/components.gyp:bookmarks_browser', | 3130 '../components/components.gyp:bookmarks_browser', |
3131 '../components/components.gyp:bookmarks_managed', | 3131 '../components/components.gyp:bookmarks_managed', |
3132 '../components/components.gyp:browser_sync_browser', | 3132 '../components/components.gyp:browser_sync_browser', |
3133 '../components/components.gyp:browser_sync_common', | 3133 '../components/components.gyp:browser_sync_common', |
3134 '../components/components.gyp:captive_portal', | 3134 '../components/components.gyp:captive_portal', |
3135 '../components/components.gyp:cloud_devices_common', | 3135 '../components/components.gyp:cloud_devices_common', |
3136 '../components/components.gyp:component_metrics_proto', | 3136 '../components/components.gyp:component_metrics_proto', |
3137 '../components/components.gyp:component_updater', | 3137 '../components/components.gyp:component_updater', |
3138 '../components/components.gyp:compression', | |
3139 '../components/components.gyp:content_settings_content_common', | 3138 '../components/components.gyp:content_settings_content_common', |
3140 '../components/components.gyp:content_settings_core_browser', | 3139 '../components/components.gyp:content_settings_core_browser', |
3141 '../components/components.gyp:content_settings_core_common', | 3140 '../components/components.gyp:content_settings_core_common', |
3142 '../components/components.gyp:crx_file', | 3141 '../components/components.gyp:crx_file', |
3143 '../components/components.gyp:data_reduction_proxy_core_browser', | 3142 '../components/components.gyp:data_reduction_proxy_core_browser', |
3144 '../components/components.gyp:data_usage_core', | 3143 '../components/components.gyp:data_usage_core', |
3145 '../components/components.gyp:data_use_measurement_core', | 3144 '../components/components.gyp:data_use_measurement_core', |
3146 '../components/components.gyp:domain_reliability', | 3145 '../components/components.gyp:domain_reliability', |
3147 '../components/components.gyp:enhanced_bookmarks', | 3146 '../components/components.gyp:enhanced_bookmarks', |
3148 '../components/components.gyp:favicon_base', | 3147 '../components/components.gyp:favicon_base', |
(...skipping 1040 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4189 '../components/components.gyp:omnibox_browser', | 4188 '../components/components.gyp:omnibox_browser', |
4190 '../components/components.gyp:rlz', | 4189 '../components/components.gyp:rlz', |
4191 '../components/components.gyp:search_engines', | 4190 '../components/components.gyp:search_engines', |
4192 '../rlz/rlz.gyp:rlz_lib', | 4191 '../rlz/rlz.gyp:rlz_lib', |
4193 ], | 4192 ], |
4194 }, | 4193 }, |
4195 ], | 4194 ], |
4196 }], | 4195 }], |
4197 ], | 4196 ], |
4198 } | 4197 } |
OLD | NEW |