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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 'renderer_context_menu.gypi', | 68 'renderer_context_menu.gypi', |
69 'search.gypi', | 69 'search.gypi', |
70 'search_engines.gypi', | 70 'search_engines.gypi', |
71 'search_provider_logos.gypi', | 71 'search_provider_logos.gypi', |
72 'security_interstitials.gypi', | 72 'security_interstitials.gypi', |
73 'sessions.gypi', | 73 'sessions.gypi', |
74 'signin.gypi', | 74 'signin.gypi', |
75 'startup_metric_utils.gypi', | 75 'startup_metric_utils.gypi', |
76 'suggestions.gypi', | 76 'suggestions.gypi', |
77 'sync_driver.gypi', | 77 'sync_driver.gypi', |
| 78 'syncable_prefs.gypi', |
78 'toolbar.gypi', | 79 'toolbar.gypi', |
79 'translate.gypi', | 80 'translate.gypi', |
80 'ui_zoom.gypi', | 81 'ui_zoom.gypi', |
81 'undo.gypi', | 82 'undo.gypi', |
82 'update_client.gypi', | 83 'update_client.gypi', |
83 'upload_list.gypi', | 84 'upload_list.gypi', |
84 'url_matcher.gypi', | 85 'url_matcher.gypi', |
85 'user_prefs.gypi', | 86 'user_prefs.gypi', |
86 'variations.gypi', | 87 'variations.gypi', |
87 'version_info.gypi', | 88 'version_info.gypi', |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 'chrome_apps.gypi', | 178 'chrome_apps.gypi', |
178 ], | 179 ], |
179 }], | 180 }], |
180 ['enable_rlz_support==1', { | 181 ['enable_rlz_support==1', { |
181 'includes': [ | 182 'includes': [ |
182 'rlz.gypi', | 183 'rlz.gypi', |
183 ], | 184 ], |
184 }] | 185 }] |
185 ], | 186 ], |
186 } | 187 } |
OLD | NEW |