| 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 'rappor.gypi', | 76 'rappor.gypi', |
| 77 'search.gypi', | 77 'search.gypi', |
| 78 'search_engines.gypi', | 78 'search_engines.gypi', |
| 79 'search_provider_logos.gypi', | 79 'search_provider_logos.gypi', |
| 80 'security_interstitials.gypi', | 80 'security_interstitials.gypi', |
| 81 'security_state.gypi', | 81 'security_state.gypi', |
| 82 'sessions.gypi', | 82 'sessions.gypi', |
| 83 'signin.gypi', | 83 'signin.gypi', |
| 84 'ssl_config.gypi', | 84 'ssl_config.gypi', |
| 85 'ssl_errors.gypi', | 85 'ssl_errors.gypi', |
| 86 'subresource_filter.gypi', |
| 86 'suggestions.gypi', | 87 'suggestions.gypi', |
| 87 'supervised_user_error_page.gypi', | 88 'supervised_user_error_page.gypi', |
| 88 'sync_bookmarks.gypi', | 89 'sync_bookmarks.gypi', |
| 89 'sync_driver.gypi', | 90 'sync_driver.gypi', |
| 90 'sync_sessions.gypi', | 91 'sync_sessions.gypi', |
| 91 'syncable_prefs.gypi', | 92 'syncable_prefs.gypi', |
| 92 'toolbar.gypi', | 93 'toolbar.gypi', |
| 93 'translate.gypi', | 94 'translate.gypi', |
| 94 'undo.gypi', | 95 'undo.gypi', |
| 95 'update_client.gypi', | 96 'update_client.gypi', |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 'rlz.gypi', | 209 'rlz.gypi', |
| 209 ], | 210 ], |
| 210 }], | 211 }], |
| 211 ['use_ash==1', { | 212 ['use_ash==1', { |
| 212 'includes': [ | 213 'includes': [ |
| 213 'exo.gypi', | 214 'exo.gypi', |
| 214 ], | 215 ], |
| 215 }], | 216 }], |
| 216 ], | 217 ], |
| 217 } | 218 } |
| OLD | NEW |