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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 'json_schema.gypi', | 46 'json_schema.gypi', |
47 'keyed_service.gypi', | 47 'keyed_service.gypi', |
48 'language_usage_metrics.gypi', | 48 'language_usage_metrics.gypi', |
49 'leveldb_proto.gypi', | 49 'leveldb_proto.gypi', |
50 'login.gypi', | 50 'login.gypi', |
51 'memory_pressure.gypi', | 51 'memory_pressure.gypi', |
52 'metrics.gypi', | 52 'metrics.gypi', |
53 'metrics_services_manager.gypi', | 53 'metrics_services_manager.gypi', |
54 'navigation_metrics.gypi', | 54 'navigation_metrics.gypi', |
55 'net_log.gypi', | 55 'net_log.gypi', |
| 56 'network_session_configurator.gypi', |
56 'network_time.gypi', | 57 'network_time.gypi', |
57 'ntp_snippets.gypi', | 58 'ntp_snippets.gypi', |
58 'offline_pages.gypi', | 59 'offline_pages.gypi', |
59 'omnibox.gypi', | 60 'omnibox.gypi', |
60 'onc.gypi', | 61 'onc.gypi', |
61 'open_from_clipboard.gypi', | 62 'open_from_clipboard.gypi', |
62 'os_crypt.gypi', | 63 'os_crypt.gypi', |
63 'ownership.gypi', | 64 'ownership.gypi', |
64 'password_manager.gypi', | 65 'password_manager.gypi', |
65 'plugins.gypi', | 66 'plugins.gypi', |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
203 'rlz.gypi', | 204 'rlz.gypi', |
204 ], | 205 ], |
205 }], | 206 }], |
206 ['use_ash==1', { | 207 ['use_ash==1', { |
207 'includes': [ | 208 'includes': [ |
208 'exo.gypi', | 209 'exo.gypi', |
209 ], | 210 ], |
210 }], | 211 }], |
211 ], | 212 ], |
212 } | 213 } |
OLD | NEW |