OLD | NEW |
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', |
30 'favicon.gypi', | 29 'favicon.gypi', |
31 'favicon_base.gypi', | 30 'favicon_base.gypi', |
32 'google.gypi', | 31 'google.gypi', |
33 'handoff.gypi', | 32 'handoff.gypi', |
34 'history.gypi', | 33 'history.gypi', |
35 'infobars.gypi', | 34 'infobars.gypi', |
36 'json_schema.gypi', | 35 'json_schema.gypi', |
37 'keyed_service.gypi', | 36 'keyed_service.gypi', |
38 'language_usage_metrics.gypi', | 37 'language_usage_metrics.gypi', |
39 'leveldb_proto.gypi', | 38 'leveldb_proto.gypi', |
40 'login.gypi', | 39 'login.gypi', |
41 'metrics.gypi', | 40 'metrics.gypi', |
42 'navigation_metrics.gypi', | 41 'navigation_metrics.gypi', |
| 42 'network_hints.gypi', |
43 'network_time.gypi', | 43 'network_time.gypi', |
44 'onc.gypi', | 44 'onc.gypi', |
45 'os_crypt.gypi', | 45 'os_crypt.gypi', |
46 'ownership.gypi', | 46 'ownership.gypi', |
47 'packed_ct_ev_whitelist.gypi', | 47 'packed_ct_ev_whitelist.gypi', |
48 'password_manager.gypi', | 48 'password_manager.gypi', |
49 'policy.gypi', | 49 'policy.gypi', |
50 'precache.gypi', | 50 'precache.gypi', |
51 'pref_registry.gypi', | 51 'pref_registry.gypi', |
52 'query_parser.gypi', | 52 'query_parser.gypi', |
53 'rappor.gypi', | 53 'rappor.gypi', |
54 'search.gypi', | 54 'search.gypi', |
55 'search_provider_logos.gypi', | 55 'search_provider_logos.gypi', |
56 'sessions.gypi', | 56 'sessions.gypi', |
57 'signin.gypi', | 57 'signin.gypi', |
58 'startup_metric_utils.gypi', | 58 'startup_metric_utils.gypi', |
59 'suggestions.gypi', | 59 'suggestions.gypi', |
60 'translate.gypi', | 60 'translate.gypi', |
61 'ui_zoom.gypi', | 61 'ui_zoom.gypi', |
62 'update_client.gypi', | 62 'update_client.gypi', |
63 'url_fixer.gypi', | 63 'url_fixer.gypi', |
64 'url_matcher.gypi', | 64 'url_matcher.gypi', |
65 'user_prefs.gypi', | 65 'user_prefs.gypi', |
66 'variations.gypi', | 66 'variations.gypi', |
67 'wallpaper.gypi', | 67 'wallpaper.gypi', |
| 68 'web_resource.gypi', |
68 'webdata.gypi', | 69 'webdata.gypi', |
69 'web_resource.gypi', | |
70 ], | 70 ], |
71 'conditions': [ | 71 'conditions': [ |
72 ['OS != "ios"', { | 72 ['OS != "ios"', { |
73 'includes': [ | 73 'includes': [ |
74 'app_modal.gypi', | 74 'app_modal.gypi', |
75 'cdm.gypi', | 75 'cdm.gypi', |
76 'navigation_interception.gypi', | 76 'navigation_interception.gypi', |
77 'plugins.gypi', | 77 'plugins.gypi', |
78 'power.gypi', | 78 'power.gypi', |
79 'visitedlink.gypi', | 79 'visitedlink.gypi', |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 ['toolkit_views==1', { | 123 ['toolkit_views==1', { |
124 'includes': [ | 124 'includes': [ |
125 'constrained_window.gypi', | 125 'constrained_window.gypi', |
126 ], | 126 ], |
127 }], | 127 }], |
128 ['android_webview_build == 0', { | 128 ['android_webview_build == 0', { |
129 # Android WebView fails to build if a dependency on these targets is | 129 # Android WebView fails to build if a dependency on these targets is |
130 # introduced. | 130 # introduced. |
131 'includes': [ | 131 'includes': [ |
132 'gcm_driver.gypi', | 132 'gcm_driver.gypi', |
| 133 'invalidation.gypi', |
133 'omnibox.gypi', | 134 'omnibox.gypi', |
134 'renderer_context_menu.gypi', | 135 'renderer_context_menu.gypi', |
135 'search_engines.gypi', | 136 'search_engines.gypi', |
136 'sync_driver.gypi', | 137 'sync_driver.gypi', |
137 'invalidation.gypi', | |
138 'webdata_services.gypi', | 138 'webdata_services.gypi', |
139 ], | 139 ], |
140 }], | 140 }], |
141 ['enable_basic_printing==1 or enable_print_preview==1', { | 141 ['enable_basic_printing==1 or enable_print_preview==1', { |
142 'includes': [ | 142 'includes': [ |
143 'printing.gypi', | 143 'printing.gypi', |
144 ], | 144 ], |
145 }], | 145 }], |
146 ['enable_plugins==1', { | 146 ['enable_plugins==1', { |
147 'includes': [ | 147 'includes': [ |
148 'pdf.gypi', | 148 'pdf.gypi', |
149 ], | 149 ], |
150 }], | 150 }], |
151 ], | 151 ], |
152 } | 152 } |
OLD | NEW |