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, |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 'omnibox.gypi', | 48 'omnibox.gypi', |
49 'onc.gypi', | 49 'onc.gypi', |
50 'os_crypt.gypi', | 50 'os_crypt.gypi', |
51 'ownership.gypi', | 51 'ownership.gypi', |
52 'packed_ct_ev_whitelist.gypi', | 52 'packed_ct_ev_whitelist.gypi', |
53 'password_manager.gypi', | 53 'password_manager.gypi', |
54 'plugins.gypi', | 54 'plugins.gypi', |
55 'policy.gypi', | 55 'policy.gypi', |
56 'precache.gypi', | 56 'precache.gypi', |
57 'pref_registry.gypi', | 57 'pref_registry.gypi', |
| 58 'proxy_config.gypi', |
58 'query_parser.gypi', | 59 'query_parser.gypi', |
59 'rappor.gypi', | 60 'rappor.gypi', |
60 'renderer_context_menu.gypi', | 61 'renderer_context_menu.gypi', |
61 'search.gypi', | 62 'search.gypi', |
62 'search_engines.gypi', | 63 'search_engines.gypi', |
63 'search_provider_logos.gypi', | 64 'search_provider_logos.gypi', |
64 'sessions.gypi', | 65 'sessions.gypi', |
65 'signin.gypi', | 66 'signin.gypi', |
66 'startup_metric_utils.gypi', | 67 'startup_metric_utils.gypi', |
67 'suggestions.gypi', | 68 'suggestions.gypi', |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 }], | 159 }], |
159 # TODO(tbarzic): Remove chromeos condition when there are non-chromeos apps | 160 # TODO(tbarzic): Remove chromeos condition when there are non-chromeos apps |
160 # in components/apps. | 161 # in components/apps. |
161 ['enable_extensions == 1 and chromeos == 1', { | 162 ['enable_extensions == 1 and chromeos == 1', { |
162 'includes': [ | 163 'includes': [ |
163 'chrome_apps.gypi', | 164 'chrome_apps.gypi', |
164 ], | 165 ], |
165 }], | 166 }], |
166 ], | 167 ], |
167 } | 168 } |
OLD | NEW |