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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 'webp_transcode.gypi', | 119 'webp_transcode.gypi', |
120 ], | 120 ], |
121 }], | 121 }], |
122 ['OS != "ios" and OS != "android"', { | 122 ['OS != "ios" and OS != "android"', { |
123 'includes': [ | 123 'includes': [ |
124 'audio_modem.gypi', | 124 'audio_modem.gypi', |
125 'copresence.gypi', | 125 'copresence.gypi', |
126 'feedback.gypi', | 126 'feedback.gypi', |
127 'proximity_auth.gypi', | 127 'proximity_auth.gypi', |
128 'storage_monitor.gypi', | 128 'storage_monitor.gypi', |
| 129 'webusb.gypi', |
129 ] | 130 ] |
130 }], | 131 }], |
131 ['chromeos == 1', { | 132 ['chromeos == 1', { |
132 'includes': [ | 133 'includes': [ |
133 'pairing.gypi', | 134 'pairing.gypi', |
134 'timers.gypi', | 135 'timers.gypi', |
135 'wifi_sync.gypi', | 136 'wifi_sync.gypi', |
136 ], | 137 ], |
137 }], | 138 }], |
138 ['OS == "win" or OS == "mac"', { | 139 ['OS == "win" or OS == "mac"', { |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
173 'chrome_apps.gypi', | 174 'chrome_apps.gypi', |
174 ], | 175 ], |
175 }], | 176 }], |
176 ['enable_rlz_support==1', { | 177 ['enable_rlz_support==1', { |
177 'includes': [ | 178 'includes': [ |
178 'rlz.gypi', | 179 'rlz.gypi', |
179 ], | 180 ], |
180 }] | 181 }] |
181 ], | 182 ], |
182 } | 183 } |
OLD | NEW |