| 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 10 matching lines...) Expand all Loading... |
| 21 'cronet.gypi', | 21 'cronet.gypi', |
| 22 'crx_file.gypi', | 22 'crx_file.gypi', |
| 23 'data_reduction_proxy.gypi', | 23 'data_reduction_proxy.gypi', |
| 24 'device_event_log.gypi', | 24 'device_event_log.gypi', |
| 25 'network_hints.gypi', | 25 'network_hints.gypi', |
| 26 'dom_distiller.gypi', | 26 'dom_distiller.gypi', |
| 27 'domain_reliability.gypi', | 27 'domain_reliability.gypi', |
| 28 'enhanced_bookmarks.gypi', | 28 'enhanced_bookmarks.gypi', |
| 29 'error_page.gypi', | 29 'error_page.gypi', |
| 30 'favicon_base.gypi', | 30 'favicon_base.gypi', |
| 31 'feedback.gypi', | |
| 32 'google.gypi', | 31 'google.gypi', |
| 33 'handoff.gypi', | 32 'handoff.gypi', |
| 34 'infobars.gypi', | 33 'infobars.gypi', |
| 35 'json_schema.gypi', | 34 'json_schema.gypi', |
| 36 'keyed_service.gypi', | 35 'keyed_service.gypi', |
| 37 'language_usage_metrics.gypi', | 36 'language_usage_metrics.gypi', |
| 38 'leveldb_proto.gypi', | 37 'leveldb_proto.gypi', |
| 39 'login.gypi', | 38 'login.gypi', |
| 40 'metrics.gypi', | 39 'metrics.gypi', |
| 41 'navigation_metrics.gypi', | 40 'navigation_metrics.gypi', |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 ['OS == "ios"', { | 84 ['OS == "ios"', { |
| 86 'includes': [ | 85 'includes': [ |
| 87 'open_from_clipboard.gypi', | 86 'open_from_clipboard.gypi', |
| 88 'webp_transcode.gypi', | 87 'webp_transcode.gypi', |
| 89 ], | 88 ], |
| 90 }], | 89 }], |
| 91 ['OS != "ios" and OS != "android"', { | 90 ['OS != "ios" and OS != "android"', { |
| 92 'includes': [ | 91 'includes': [ |
| 93 'audio_modem.gypi', | 92 'audio_modem.gypi', |
| 94 'copresence.gypi', | 93 'copresence.gypi', |
| 94 'feedback.gypi', |
| 95 'proximity_auth.gypi', | 95 'proximity_auth.gypi', |
| 96 'storage_monitor.gypi', | 96 'storage_monitor.gypi', |
| 97 ] | 97 ] |
| 98 }], | 98 }], |
| 99 ['chromeos == 1', { | 99 ['chromeos == 1', { |
| 100 'includes': [ | 100 'includes': [ |
| 101 'pairing.gypi', | 101 'pairing.gypi', |
| 102 'timers.gypi', | 102 'timers.gypi', |
| 103 'wifi_sync.gypi', | 103 'wifi_sync.gypi', |
| 104 ], | 104 ], |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 'printing.gypi', | 144 'printing.gypi', |
| 145 ], | 145 ], |
| 146 }], | 146 }], |
| 147 ['enable_plugins==1', { | 147 ['enable_plugins==1', { |
| 148 'includes': [ | 148 'includes': [ |
| 149 'pdf.gypi', | 149 'pdf.gypi', |
| 150 ], | 150 ], |
| 151 }], | 151 }], |
| 152 ], | 152 ], |
| 153 } | 153 } |
| OLD | NEW |