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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 'proxy_config.gypi', | 65 'proxy_config.gypi', |
66 'query_parser.gypi', | 66 'query_parser.gypi', |
67 'rappor.gypi', | 67 'rappor.gypi', |
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 'ssl_errors.gypi', |
75 'startup_metric_utils.gypi', | 76 'startup_metric_utils.gypi', |
76 'suggestions.gypi', | 77 'suggestions.gypi', |
77 'sync_driver.gypi', | 78 'sync_driver.gypi', |
78 'syncable_prefs.gypi', | 79 'syncable_prefs.gypi', |
79 'toolbar.gypi', | 80 'toolbar.gypi', |
80 'translate.gypi', | 81 'translate.gypi', |
81 'ui_zoom.gypi', | 82 'ui_zoom.gypi', |
82 'undo.gypi', | 83 'undo.gypi', |
83 'update_client.gypi', | 84 'update_client.gypi', |
84 'upload_list.gypi', | 85 'upload_list.gypi', |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 'chrome_apps.gypi', | 179 'chrome_apps.gypi', |
179 ], | 180 ], |
180 }], | 181 }], |
181 ['enable_rlz_support==1', { | 182 ['enable_rlz_support==1', { |
182 'includes': [ | 183 'includes': [ |
183 'rlz.gypi', | 184 'rlz.gypi', |
184 ], | 185 ], |
185 }] | 186 }] |
186 ], | 187 ], |
187 } | 188 } |
OLD | NEW |