| 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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 'webp_transcode.gypi', | 145 'webp_transcode.gypi', |
| 146 ], | 146 ], |
| 147 }], | 147 }], |
| 148 ['OS != "ios" and OS != "android"', { | 148 ['OS != "ios" and OS != "android"', { |
| 149 'includes': [ | 149 'includes': [ |
| 150 'audio_modem.gypi', | 150 'audio_modem.gypi', |
| 151 'copresence.gypi', | 151 'copresence.gypi', |
| 152 'feedback.gypi', | 152 'feedback.gypi', |
| 153 'proximity_auth.gypi', | 153 'proximity_auth.gypi', |
| 154 'storage_monitor.gypi', | 154 'storage_monitor.gypi', |
| 155 'ui_chooser_controller.gypi', |
| 155 ] | 156 ] |
| 156 }], | 157 }], |
| 157 ['chromeos == 1', { | 158 ['chromeos == 1', { |
| 158 'includes': [ | 159 'includes': [ |
| 159 'arc.gypi', | 160 'arc.gypi', |
| 160 'pairing.gypi', | 161 'pairing.gypi', |
| 161 'quirks.gypi', | 162 'quirks.gypi', |
| 162 'timers.gypi', | 163 'timers.gypi', |
| 163 'wifi_sync.gypi', | 164 'wifi_sync.gypi', |
| 164 ], | 165 ], |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 'rlz.gypi', | 207 'rlz.gypi', |
| 207 ], | 208 ], |
| 208 }], | 209 }], |
| 209 ['use_ash==1', { | 210 ['use_ash==1', { |
| 210 'includes': [ | 211 'includes': [ |
| 211 'exo.gypi', | 212 'exo.gypi', |
| 212 ], | 213 ], |
| 213 }], | 214 }], |
| 214 ], | 215 ], |
| 215 } | 216 } |
| OLD | NEW |