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 16 matching lines...) Expand all Loading... |
27 'error_page.gypi', | 27 'error_page.gypi', |
28 'favicon.gypi', | 28 'favicon.gypi', |
29 'favicon_base.gypi', | 29 'favicon_base.gypi', |
30 'google.gypi', | 30 'google.gypi', |
31 'history.gypi', | 31 'history.gypi', |
32 'infobars.gypi', | 32 'infobars.gypi', |
33 'json_schema.gypi', | 33 'json_schema.gypi', |
34 'keyed_service.gypi', | 34 'keyed_service.gypi', |
35 'language_usage_metrics.gypi', | 35 'language_usage_metrics.gypi', |
36 'leveldb_proto.gypi', | 36 'leveldb_proto.gypi', |
| 37 'login.gypi', |
37 'metrics.gypi', | 38 'metrics.gypi', |
38 'navigation_metrics.gypi', | 39 'navigation_metrics.gypi', |
39 'network_time.gypi', | 40 'network_time.gypi', |
40 'omaha_query_params.gypi', | 41 'omaha_query_params.gypi', |
41 'onc.gypi', | 42 'onc.gypi', |
42 'os_crypt.gypi', | 43 'os_crypt.gypi', |
43 'ownership.gypi', | 44 'ownership.gypi', |
44 'password_manager.gypi', | 45 'password_manager.gypi', |
45 'policy.gypi', | 46 'policy.gypi', |
46 'precache.gypi', | 47 'precache.gypi', |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 'invalidation.gypi', | 116 'invalidation.gypi', |
116 ], | 117 ], |
117 }], | 118 }], |
118 ['enable_plugins==1', { | 119 ['enable_plugins==1', { |
119 'includes': [ | 120 'includes': [ |
120 'pdf.gypi', | 121 'pdf.gypi', |
121 ], | 122 ], |
122 }], | 123 }], |
123 ], | 124 ], |
124 } | 125 } |
OLD | NEW |