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

Side by Side Diff: components/components.gyp

Issue 1351923002: Revert of Turn components/crash into a layered component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « components/BUILD.gn ('k') | components/components_tests.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
11 }, 11 },
12 'includes': [ 12 'includes': [
13 'about_handler.gypi', 13 'about_handler.gypi',
14 'auto_login_parser.gypi', 14 'auto_login_parser.gypi',
15 'autofill.gypi', 15 'autofill.gypi',
16 'bookmarks.gypi', 16 'bookmarks.gypi',
17 'bubble.gypi', 17 'bubble.gypi',
18 'captive_portal.gypi', 18 'captive_portal.gypi',
19 'certificate_reporting.gypi', 19 'certificate_reporting.gypi',
20 'cloud_devices.gypi', 20 'cloud_devices.gypi',
21 'component_updater.gypi', 21 'component_updater.gypi',
22 'compression.gypi', 22 'compression.gypi',
23 'content_settings.gypi', 23 'content_settings.gypi',
24 'crash.gypi',
25 'crash_keys.gypi', 24 'crash_keys.gypi',
26 'cronet.gypi', 25 'cronet.gypi',
27 'crx_file.gypi', 26 'crx_file.gypi',
28 'data_reduction_proxy.gypi', 27 'data_reduction_proxy.gypi',
29 'data_use_measurement.gypi', 28 'data_use_measurement.gypi',
30 'device_event_log.gypi', 29 'device_event_log.gypi',
31 'dom_distiller.gypi', 30 'dom_distiller.gypi',
32 'domain_reliability.gypi', 31 'domain_reliability.gypi',
33 'enhanced_bookmarks.gypi', 32 'enhanced_bookmarks.gypi',
34 'error_page.gypi', 33 'error_page.gypi',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'external_video_surface.gypi', 97 'external_video_surface.gypi',
99 'service_tab_launcher.gypi', 98 'service_tab_launcher.gypi',
100 ], 99 ],
101 }], 100 }],
102 ['OS != "ios"', { 101 ['OS != "ios"', {
103 'includes': [ 102 'includes': [
104 'app_modal.gypi', 103 'app_modal.gypi',
105 'browsing_data.gypi', 104 'browsing_data.gypi',
106 'cdm.gypi', 105 'cdm.gypi',
107 'certificate_transparency.gypi', 106 'certificate_transparency.gypi',
107 'crash.gypi',
108 'devtools_discovery.gypi', 108 'devtools_discovery.gypi',
109 'devtools_http_handler.gypi', 109 'devtools_http_handler.gypi',
110 'drive.gypi', 110 'drive.gypi',
111 'message_port.gypi', 111 'message_port.gypi',
112 'navigation_interception.gypi', 112 'navigation_interception.gypi',
113 'power.gypi', 113 'power.gypi',
114 'safe_json.gypi', 114 'safe_json.gypi',
115 'visitedlink.gypi', 115 'visitedlink.gypi',
116 'web_cache.gypi', 116 'web_cache.gypi',
117 'web_contents_delegate_android.gypi', 117 'web_contents_delegate_android.gypi',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 'chrome_apps.gypi', 178 'chrome_apps.gypi',
179 ], 179 ],
180 }], 180 }],
181 ['enable_rlz_support==1', { 181 ['enable_rlz_support==1', {
182 'includes': [ 182 'includes': [
183 'rlz.gypi', 183 'rlz.gypi',
184 ], 184 ],
185 }] 185 }]
186 ], 186 ],
187 } 187 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698