| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 'proxy_config.gypi', | 63 'proxy_config.gypi', |
| 64 'query_parser.gypi', | 64 'query_parser.gypi', |
| 65 'rappor.gypi', | 65 'rappor.gypi', |
| 66 'renderer_context_menu.gypi', | 66 'renderer_context_menu.gypi', |
| 67 'search.gypi', | 67 'search.gypi', |
| 68 'search_engines.gypi', | 68 'search_engines.gypi', |
| 69 'search_provider_logos.gypi', | 69 'search_provider_logos.gypi', |
| 70 'security_interstitials.gypi', | 70 'security_interstitials.gypi', |
| 71 'sessions.gypi', | 71 'sessions.gypi', |
| 72 'signin.gypi', | 72 'signin.gypi', |
| 73 'ssl_config.gypi', |
| 73 'startup_metric_utils.gypi', | 74 'startup_metric_utils.gypi', |
| 74 'suggestions.gypi', | 75 'suggestions.gypi', |
| 75 'sync_driver.gypi', | 76 'sync_driver.gypi', |
| 76 'toolbar.gypi', | 77 'toolbar.gypi', |
| 77 'translate.gypi', | 78 'translate.gypi', |
| 78 'ui_zoom.gypi', | 79 'ui_zoom.gypi', |
| 79 'undo.gypi', | 80 'undo.gypi', |
| 80 'update_client.gypi', | 81 'update_client.gypi', |
| 81 'upload_list.gypi', | 82 'upload_list.gypi', |
| 82 'url_matcher.gypi', | 83 'url_matcher.gypi', |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 'chrome_apps.gypi', | 176 'chrome_apps.gypi', |
| 176 ], | 177 ], |
| 177 }], | 178 }], |
| 178 ['enable_rlz_support==1', { | 179 ['enable_rlz_support==1', { |
| 179 'includes': [ | 180 'includes': [ |
| 180 'rlz.gypi', | 181 'rlz.gypi', |
| 181 ], | 182 ], |
| 182 }] | 183 }] |
| 183 ], | 184 ], |
| 184 } | 185 } |
| OLD | NEW |