| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 'policy.gypi', | 55 'policy.gypi', |
| 56 'precache.gypi', | 56 'precache.gypi', |
| 57 'pref_registry.gypi', | 57 'pref_registry.gypi', |
| 58 'proxy_config.gypi', | 58 'proxy_config.gypi', |
| 59 'query_parser.gypi', | 59 'query_parser.gypi', |
| 60 'rappor.gypi', | 60 'rappor.gypi', |
| 61 'renderer_context_menu.gypi', | 61 'renderer_context_menu.gypi', |
| 62 'search.gypi', | 62 'search.gypi', |
| 63 'search_engines.gypi', | 63 'search_engines.gypi', |
| 64 'search_provider_logos.gypi', | 64 'search_provider_logos.gypi', |
| 65 'secure_display.gypi', |
| 65 'security_interstitials.gypi', | 66 'security_interstitials.gypi', |
| 66 'sessions.gypi', | 67 'sessions.gypi', |
| 67 'signin.gypi', | 68 'signin.gypi', |
| 68 'startup_metric_utils.gypi', | 69 'startup_metric_utils.gypi', |
| 69 'suggestions.gypi', | 70 'suggestions.gypi', |
| 70 'sync_driver.gypi', | 71 'sync_driver.gypi', |
| 71 'toolbar.gypi', | 72 'toolbar.gypi', |
| 72 'translate.gypi', | 73 'translate.gypi', |
| 73 'ui_zoom.gypi', | 74 'ui_zoom.gypi', |
| 74 'undo.gypi', | 75 'undo.gypi', |
| 75 'update_client.gypi', | 76 'update_client.gypi', |
| 77 'url_fixer.gypi', |
| 76 'url_matcher.gypi', | 78 'url_matcher.gypi', |
| 77 'user_prefs.gypi', | 79 'user_prefs.gypi', |
| 78 'variations.gypi', | 80 'variations.gypi', |
| 79 'version_info.gypi', | 81 'version_info.gypi', |
| 80 'wallpaper.gypi', | 82 'wallpaper.gypi', |
| 81 'web_resource.gypi', | 83 'web_resource.gypi', |
| 82 'webdata.gypi', | 84 'webdata.gypi', |
| 83 'webdata_services.gypi', | 85 'webdata_services.gypi', |
| 84 ], | 86 ], |
| 85 'conditions': [ | 87 'conditions': [ |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 'chrome_apps.gypi', | 169 'chrome_apps.gypi', |
| 168 ], | 170 ], |
| 169 }], | 171 }], |
| 170 ['enable_rlz_support==1', { | 172 ['enable_rlz_support==1', { |
| 171 'includes': [ | 173 'includes': [ |
| 172 'rlz.gypi', | 174 'rlz.gypi', |
| 173 ], | 175 ], |
| 174 }] | 176 }] |
| 175 ], | 177 ], |
| 176 } | 178 } |
| OLD | NEW |