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 25 matching lines...) Expand all Loading... |
36 'metrics.gypi', | 36 'metrics.gypi', |
37 'navigation_metrics.gypi', | 37 'navigation_metrics.gypi', |
38 'network_time.gypi', | 38 'network_time.gypi', |
39 'omaha_query_params.gypi', | 39 'omaha_query_params.gypi', |
40 'onc.gypi', | 40 'onc.gypi', |
41 'os_crypt.gypi', | 41 'os_crypt.gypi', |
42 'ownership.gypi', | 42 'ownership.gypi', |
43 'password_manager.gypi', | 43 'password_manager.gypi', |
44 'policy.gypi', | 44 'policy.gypi', |
45 'precache.gypi', | 45 'precache.gypi', |
| 46 'predictor.gypi', |
46 'pref_registry.gypi', | 47 'pref_registry.gypi', |
47 'query_parser.gypi', | 48 'query_parser.gypi', |
48 'rappor.gypi', | 49 'rappor.gypi', |
49 'search.gypi', | 50 'search.gypi', |
50 'search_provider_logos.gypi', | 51 'search_provider_logos.gypi', |
51 'signin.gypi', | 52 'signin.gypi', |
52 'startup_metric_utils.gypi', | 53 'startup_metric_utils.gypi', |
53 'suggestions.gypi', | 54 'suggestions.gypi', |
54 'translate.gypi', | 55 'translate.gypi', |
55 'url_fixer.gypi', | 56 'url_fixer.gypi', |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
113 'invalidation.gypi', | 114 'invalidation.gypi', |
114 ], | 115 ], |
115 }], | 116 }], |
116 ['enable_plugins==1', { | 117 ['enable_plugins==1', { |
117 'includes': [ | 118 'includes': [ |
118 'pdf.gypi', | 119 'pdf.gypi', |
119 ], | 120 ], |
120 }], | 121 }], |
121 ], | 122 ], |
122 } | 123 } |
OLD | NEW |