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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 'offline_pages.gypi', | 47 'offline_pages.gypi', |
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 'prefs_tracker.gypi', |
57 'pref_registry.gypi', | 58 'pref_registry.gypi', |
58 'proxy_config.gypi', | 59 'proxy_config.gypi', |
59 'query_parser.gypi', | 60 'query_parser.gypi', |
60 'rappor.gypi', | 61 'rappor.gypi', |
61 'renderer_context_menu.gypi', | 62 'renderer_context_menu.gypi', |
62 'search.gypi', | 63 'search.gypi', |
63 'search_engines.gypi', | 64 'search_engines.gypi', |
64 'search_provider_logos.gypi', | 65 'search_provider_logos.gypi', |
65 'sessions.gypi', | 66 'sessions.gypi', |
66 'signin.gypi', | 67 'signin.gypi', |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 }], | 160 }], |
160 # TODO(tbarzic): Remove chromeos condition when there are non-chromeos apps | 161 # TODO(tbarzic): Remove chromeos condition when there are non-chromeos apps |
161 # in components/apps. | 162 # in components/apps. |
162 ['enable_extensions == 1 and chromeos == 1', { | 163 ['enable_extensions == 1 and chromeos == 1', { |
163 'includes': [ | 164 'includes': [ |
164 'chrome_apps.gypi', | 165 'chrome_apps.gypi', |
165 ], | 166 ], |
166 }], | 167 }], |
167 ], | 168 ], |
168 } | 169 } |
OLD | NEW |