| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 'language_usage_metrics.gypi', | 48 'language_usage_metrics.gypi', |
| 49 'leveldb_proto.gypi', | 49 'leveldb_proto.gypi', |
| 50 'login.gypi', | 50 'login.gypi', |
| 51 'memory_pressure.gypi', | 51 'memory_pressure.gypi', |
| 52 'metrics.gypi', | 52 'metrics.gypi', |
| 53 'metrics_services_manager.gypi', | 53 'metrics_services_manager.gypi', |
| 54 'navigation_metrics.gypi', | 54 'navigation_metrics.gypi', |
| 55 'net_log.gypi', | 55 'net_log.gypi', |
| 56 'network_time.gypi', | 56 'network_time.gypi', |
| 57 'ntp_snippets.gypi', | 57 'ntp_snippets.gypi', |
| 58 'ntp_tiles.gypi', |
| 58 'offline_pages.gypi', | 59 'offline_pages.gypi', |
| 59 'omnibox.gypi', | 60 'omnibox.gypi', |
| 60 'onc.gypi', | 61 'onc.gypi', |
| 61 'open_from_clipboard.gypi', | 62 'open_from_clipboard.gypi', |
| 62 'os_crypt.gypi', | 63 'os_crypt.gypi', |
| 63 'ownership.gypi', | 64 'ownership.gypi', |
| 64 'password_manager.gypi', | 65 'password_manager.gypi', |
| 65 'plugins.gypi', | 66 'plugins.gypi', |
| 66 'policy.gypi', | 67 'policy.gypi', |
| 67 'precache.gypi', | 68 'precache.gypi', |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 'rlz.gypi', | 205 'rlz.gypi', |
| 205 ], | 206 ], |
| 206 }], | 207 }], |
| 207 ['use_ash==1', { | 208 ['use_ash==1', { |
| 208 'includes': [ | 209 'includes': [ |
| 209 'exo.gypi', | 210 'exo.gypi', |
| 210 ], | 211 ], |
| 211 }], | 212 }], |
| 212 ], | 213 ], |
| 213 } | 214 } |
| OLD | NEW |