| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 'omnibox.gypi', | 59 'omnibox.gypi', |
| 60 'onc.gypi', | 60 'onc.gypi', |
| 61 'open_from_clipboard.gypi', | 61 'open_from_clipboard.gypi', |
| 62 'os_crypt.gypi', | 62 'os_crypt.gypi', |
| 63 'ownership.gypi', | 63 'ownership.gypi', |
| 64 'password_manager.gypi', | 64 'password_manager.gypi', |
| 65 'plugins.gypi', | 65 'plugins.gypi', |
| 66 'policy.gypi', | 66 'policy.gypi', |
| 67 'precache.gypi', | 67 'precache.gypi', |
| 68 'pref_registry.gypi', | 68 'pref_registry.gypi', |
| 69 'profile_metrics.gypi', |
| 69 'proxy_config.gypi', | 70 'proxy_config.gypi', |
| 70 'query_parser.gypi', | 71 'query_parser.gypi', |
| 71 'rappor.gypi', | 72 'rappor.gypi', |
| 72 'renderer_context_menu.gypi', | 73 'renderer_context_menu.gypi', |
| 73 'search.gypi', | 74 'search.gypi', |
| 74 'search_engines.gypi', | 75 'search_engines.gypi', |
| 75 'search_provider_logos.gypi', | 76 'search_provider_logos.gypi', |
| 76 'security_interstitials.gypi', | 77 'security_interstitials.gypi', |
| 77 'sessions.gypi', | 78 'sessions.gypi', |
| 78 'signin.gypi', | 79 'signin.gypi', |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 'chrome_apps.gypi', | 190 'chrome_apps.gypi', |
| 190 ], | 191 ], |
| 191 }], | 192 }], |
| 192 ['enable_rlz_support==1', { | 193 ['enable_rlz_support==1', { |
| 193 'includes': [ | 194 'includes': [ |
| 194 'rlz.gypi', | 195 'rlz.gypi', |
| 195 ], | 196 ], |
| 196 }] | 197 }] |
| 197 ], | 198 ], |
| 198 } | 199 } |
| OLD | NEW |