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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 'language_usage_metrics.gypi', | 49 'language_usage_metrics.gypi', |
50 'leveldb_proto.gypi', | 50 'leveldb_proto.gypi', |
51 'login.gypi', | 51 'login.gypi', |
52 'memory_pressure.gypi', | 52 'memory_pressure.gypi', |
53 'metrics.gypi', | 53 'metrics.gypi', |
54 'metrics_services_manager.gypi', | 54 'metrics_services_manager.gypi', |
55 'navigation_metrics.gypi', | 55 'navigation_metrics.gypi', |
56 'net_log.gypi', | 56 'net_log.gypi', |
57 'network_hints.gypi', | 57 'network_hints.gypi', |
58 'network_time.gypi', | 58 'network_time.gypi', |
| 59 'ntp_snippets.gypi', |
59 'offline_pages.gypi', | 60 'offline_pages.gypi', |
60 'omnibox.gypi', | 61 'omnibox.gypi', |
61 'onc.gypi', | 62 'onc.gypi', |
62 'open_from_clipboard.gypi', | 63 'open_from_clipboard.gypi', |
63 'os_crypt.gypi', | 64 'os_crypt.gypi', |
64 'ownership.gypi', | 65 'ownership.gypi', |
65 'password_manager.gypi', | 66 'password_manager.gypi', |
66 'plugins.gypi', | 67 'plugins.gypi', |
67 'policy.gypi', | 68 'policy.gypi', |
68 'precache.gypi', | 69 'precache.gypi', |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 'chrome_apps.gypi', | 197 'chrome_apps.gypi', |
197 ], | 198 ], |
198 }], | 199 }], |
199 ['enable_rlz_support==1', { | 200 ['enable_rlz_support==1', { |
200 'includes': [ | 201 'includes': [ |
201 'rlz.gypi', | 202 'rlz.gypi', |
202 ], | 203 ], |
203 }] | 204 }] |
204 ], | 205 ], |
205 } | 206 } |
OLD | NEW |