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