Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1564773002: Move components/compression to third_party/zlib/google (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nico's review Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | third_party/zlib/google/zip.gyp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | third_party/zlib/google/zip.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698