| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 'infobars.gypi', | 42 'infobars.gypi', |
| 43 'invalidation.gypi', | 43 'invalidation.gypi', |
| 44 'json_schema.gypi', | 44 'json_schema.gypi', |
| 45 'keyed_service.gypi', | 45 'keyed_service.gypi', |
| 46 'language_usage_metrics.gypi', | 46 'language_usage_metrics.gypi', |
| 47 'leveldb_proto.gypi', | 47 'leveldb_proto.gypi', |
| 48 'login.gypi', | 48 'login.gypi', |
| 49 'memory_pressure.gypi', | 49 'memory_pressure.gypi', |
| 50 'metrics.gypi', | 50 'metrics.gypi', |
| 51 'navigation_metrics.gypi', | 51 'navigation_metrics.gypi', |
| 52 'net_log.gypi', |
| 52 'network_hints.gypi', | 53 'network_hints.gypi', |
| 53 'network_time.gypi', | 54 'network_time.gypi', |
| 54 'offline_pages.gypi', | 55 'offline_pages.gypi', |
| 55 'omnibox.gypi', | 56 'omnibox.gypi', |
| 56 'onc.gypi', | 57 'onc.gypi', |
| 57 'open_from_clipboard.gypi', | 58 'open_from_clipboard.gypi', |
| 58 'os_crypt.gypi', | 59 'os_crypt.gypi', |
| 59 'ownership.gypi', | 60 'ownership.gypi', |
| 60 'packed_ct_ev_whitelist.gypi', | 61 'packed_ct_ev_whitelist.gypi', |
| 61 'password_manager.gypi', | 62 'password_manager.gypi', |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 'chrome_apps.gypi', | 180 'chrome_apps.gypi', |
| 180 ], | 181 ], |
| 181 }], | 182 }], |
| 182 ['enable_rlz_support==1', { | 183 ['enable_rlz_support==1', { |
| 183 'includes': [ | 184 'includes': [ |
| 184 'rlz.gypi', | 185 'rlz.gypi', |
| 185 ], | 186 ], |
| 186 }] | 187 }] |
| 187 ], | 188 ], |
| 188 } | 189 } |
| OLD | NEW |