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