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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 'net_log.gypi', | 55 'net_log.gypi', |
56 'network_time.gypi', | 56 'network_time.gypi', |
57 'ntp_snippets.gypi', | 57 'ntp_snippets.gypi', |
58 'offline_pages.gypi', | 58 'offline_pages.gypi', |
59 'omnibox.gypi', | 59 'omnibox.gypi', |
60 'onc.gypi', | 60 'onc.gypi', |
61 'open_from_clipboard.gypi', | 61 'open_from_clipboard.gypi', |
62 'os_crypt.gypi', | 62 'os_crypt.gypi', |
63 'ownership.gypi', | 63 'ownership.gypi', |
64 'password_manager.gypi', | 64 'password_manager.gypi', |
| 65 'permissions.gypi', |
65 'plugins.gypi', | 66 'plugins.gypi', |
66 'policy.gypi', | 67 'policy.gypi', |
67 'precache.gypi', | 68 'precache.gypi', |
68 'pref_registry.gypi', | 69 'pref_registry.gypi', |
69 'profile_metrics.gypi', | 70 'profile_metrics.gypi', |
70 'proxy_config.gypi', | 71 'proxy_config.gypi', |
71 'query_parser.gypi', | 72 'query_parser.gypi', |
72 'rappor.gypi', | 73 'rappor.gypi', |
73 'search.gypi', | 74 'search.gypi', |
74 'search_engines.gypi', | 75 'search_engines.gypi', |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 'rlz.gypi', | 205 'rlz.gypi', |
205 ], | 206 ], |
206 }], | 207 }], |
207 ['use_ash==1', { | 208 ['use_ash==1', { |
208 'includes': [ | 209 'includes': [ |
209 'exo.gypi', | 210 'exo.gypi', |
210 ], | 211 ], |
211 }], | 212 }], |
212 ], | 213 ], |
213 } | 214 } |
OLD | NEW |