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

Side by Side Diff: components/components.gyp

Issue 1041673002: Remove "easy" android_webview_build conditions from components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | components/crash.gypi » ('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 'auto_login_parser.gypi', 13 'auto_login_parser.gypi',
14 'autofill.gypi', 14 'autofill.gypi',
15 'bookmarks.gypi', 15 'bookmarks.gypi',
16 'captive_portal.gypi', 16 'captive_portal.gypi',
17 'cloud_devices.gypi', 17 'cloud_devices.gypi',
18 'component_updater.gypi', 18 'component_updater.gypi',
19 'content_settings.gypi', 19 'content_settings.gypi',
20 'crash.gypi', 20 'crash.gypi',
21 'cronet.gypi', 21 'cronet.gypi',
22 'crx_file.gypi', 22 'crx_file.gypi',
23 'data_reduction_proxy.gypi', 23 'data_reduction_proxy.gypi',
24 'device_event_log.gypi', 24 'device_event_log.gypi',
25 'network_hints.gypi',
26 'dom_distiller.gypi', 25 'dom_distiller.gypi',
27 'domain_reliability.gypi', 26 'domain_reliability.gypi',
28 'enhanced_bookmarks.gypi', 27 'enhanced_bookmarks.gypi',
29 'error_page.gypi', 28 'error_page.gypi',
29 'favicon.gypi',
30 'favicon_base.gypi', 30 'favicon_base.gypi',
31 'gcm_driver.gypi',
31 'google.gypi', 32 'google.gypi',
32 'handoff.gypi', 33 'handoff.gypi',
34 'history.gypi',
33 'infobars.gypi', 35 'infobars.gypi',
36 'invalidation.gypi',
34 'json_schema.gypi', 37 'json_schema.gypi',
35 'keyed_service.gypi', 38 'keyed_service.gypi',
36 'language_usage_metrics.gypi', 39 'language_usage_metrics.gypi',
37 'leveldb_proto.gypi', 40 'leveldb_proto.gypi',
38 'login.gypi', 41 'login.gypi',
39 'metrics.gypi', 42 'metrics.gypi',
40 'navigation_metrics.gypi', 43 'navigation_metrics.gypi',
44 'network_hints.gypi',
41 'network_time.gypi', 45 'network_time.gypi',
46 'omnibox.gypi',
42 'onc.gypi', 47 'onc.gypi',
43 'os_crypt.gypi', 48 'os_crypt.gypi',
44 'ownership.gypi', 49 'ownership.gypi',
45 'packed_ct_ev_whitelist.gypi', 50 'packed_ct_ev_whitelist.gypi',
46 'password_manager.gypi', 51 'password_manager.gypi',
47 'policy.gypi', 52 'policy.gypi',
48 'precache.gypi', 53 'precache.gypi',
49 'pref_registry.gypi', 54 'pref_registry.gypi',
50 'query_parser.gypi', 55 'query_parser.gypi',
51 'rappor.gypi', 56 'rappor.gypi',
57 'renderer_context_menu.gypi',
52 'search.gypi', 58 'search.gypi',
59 'search_engines.gypi',
53 'search_provider_logos.gypi', 60 'search_provider_logos.gypi',
54 'sessions.gypi', 61 'sessions.gypi',
55 'signin.gypi', 62 'signin.gypi',
56 'startup_metric_utils.gypi', 63 'startup_metric_utils.gypi',
57 'suggestions.gypi', 64 'suggestions.gypi',
65 'sync_driver.gypi',
58 'translate.gypi', 66 'translate.gypi',
59 'ui_zoom.gypi', 67 'ui_zoom.gypi',
60 'update_client.gypi', 68 'update_client.gypi',
61 'url_fixer.gypi', 69 'url_fixer.gypi',
62 'url_matcher.gypi', 70 'url_matcher.gypi',
63 'user_prefs.gypi', 71 'user_prefs.gypi',
64 'variations.gypi', 72 'variations.gypi',
65 'wallpaper.gypi', 73 'wallpaper.gypi',
66 'web_resource.gypi', 74 'web_resource.gypi',
67 'webdata.gypi', 75 'webdata.gypi',
76 'webdata_services.gypi',
68 ], 77 ],
69 'conditions': [ 78 'conditions': [
70 ['OS != "ios"', { 79 ['OS != "ios"', {
71 'includes': [ 80 'includes': [
72 'app_modal.gypi', 81 'app_modal.gypi',
73 'cdm.gypi', 82 'cdm.gypi',
74 'navigation_interception.gypi', 83 'navigation_interception.gypi',
75 'plugins.gypi', 84 'plugins.gypi',
76 'power.gypi', 85 'power.gypi',
77 'visitedlink.gypi', 86 'visitedlink.gypi',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 'includes': [ 126 'includes': [
118 'session_manager.gypi', 127 'session_manager.gypi',
119 'user_manager.gypi', 128 'user_manager.gypi',
120 ], 129 ],
121 }], 130 }],
122 ['toolkit_views==1', { 131 ['toolkit_views==1', {
123 'includes': [ 132 'includes': [
124 'constrained_window.gypi', 133 'constrained_window.gypi',
125 ], 134 ],
126 }], 135 }],
127 ['android_webview_build == 0', {
128 # Android WebView fails to build if a dependency on these targets is
129 # introduced.
130 'includes': [
131 'favicon.gypi',
132 'gcm_driver.gypi',
133 'history.gypi',
134 'omnibox.gypi',
135 'renderer_context_menu.gypi',
136 'search_engines.gypi',
137 'sync_driver.gypi',
138 'invalidation.gypi',
139 'webdata_services.gypi',
140 ],
141 }],
142 ['enable_basic_printing==1 or enable_print_preview==1', { 136 ['enable_basic_printing==1 or enable_print_preview==1', {
143 'includes': [ 137 'includes': [
144 'printing.gypi', 138 'printing.gypi',
145 ], 139 ],
146 }], 140 }],
147 ['enable_plugins==1', { 141 ['enable_plugins==1', {
148 'includes': [ 142 'includes': [
149 'pdf.gypi', 143 'pdf.gypi',
150 ], 144 ],
151 }], 145 }],
152 ], 146 ],
153 } 147 }
OLDNEW
« no previous file with comments | « no previous file | components/crash.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698