| 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 'proxy_config.gypi', | 71 'proxy_config.gypi', |
| 72 'query_parser.gypi', | 72 'query_parser.gypi', |
| 73 'rappor.gypi', | 73 'rappor.gypi', |
| 74 'search.gypi', | 74 'search.gypi', |
| 75 'search_engines.gypi', | 75 'search_engines.gypi', |
| 76 'search_provider_logos.gypi', | 76 'search_provider_logos.gypi', |
| 77 'security_interstitials.gypi', | 77 'security_interstitials.gypi', |
| 78 'security_state.gypi', | 78 'security_state.gypi', |
| 79 'sessions.gypi', | 79 'sessions.gypi', |
| 80 'signin.gypi', | 80 'signin.gypi', |
| 81 'spellcheck.gypi', |
| 81 'ssl_config.gypi', | 82 'ssl_config.gypi', |
| 82 'ssl_errors.gypi', | 83 'ssl_errors.gypi', |
| 83 'suggestions.gypi', | 84 'suggestions.gypi', |
| 84 'supervised_user_error_page.gypi', | 85 'supervised_user_error_page.gypi', |
| 85 'sync_bookmarks.gypi', | 86 'sync_bookmarks.gypi', |
| 86 'sync_driver.gypi', | 87 'sync_driver.gypi', |
| 87 'sync_sessions.gypi', | 88 'sync_sessions.gypi', |
| 88 'syncable_prefs.gypi', | 89 'syncable_prefs.gypi', |
| 89 'toolbar.gypi', | 90 'toolbar.gypi', |
| 90 'translate.gypi', | 91 'translate.gypi', |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 'rlz.gypi', | 204 'rlz.gypi', |
| 204 ], | 205 ], |
| 205 }], | 206 }], |
| 206 ['use_ash==1', { | 207 ['use_ash==1', { |
| 207 'includes': [ | 208 'includes': [ |
| 208 'exo.gypi', | 209 'exo.gypi', |
| 209 ], | 210 ], |
| 210 }], | 211 }], |
| 211 ], | 212 ], |
| 212 } | 213 } |
| OLD | NEW |