OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 # Normally, the external_ozone_platform* variables below can be | 8 # Normally, the external_ozone_platform* variables below can be |
9 # overridden by supplement.gypi which must exist exactly one level | 9 # overridden by supplement.gypi which must exist exactly one level |
10 # below the top-level src directory. They can now also be set in | 10 # below the top-level src directory. They can now also be set in |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 ['<(ozone_platform_caca) == 1', { | 196 ['<(ozone_platform_caca) == 1', { |
197 'includes': [ | 197 'includes': [ |
198 'platform/caca/caca.gypi', | 198 'platform/caca/caca.gypi', |
199 ], | 199 ], |
200 }], | 200 }], |
201 ['<(ozone_platform_cast) == 1', { | 201 ['<(ozone_platform_cast) == 1', { |
202 'includes': [ | 202 'includes': [ |
203 'platform/cast/cast.gypi', | 203 'platform/cast/cast.gypi', |
204 ], | 204 ], |
205 }], | 205 }], |
206 ['<(ozone_platform_dri) == 1 or <(ozone_platform_drm) == 1 or <(ozone_platfo
rm_gbm) == 1', { | 206 ['<(ozone_platform_drm) == 1 or <(ozone_platform_gbm) == 1', { |
207 'includes': [ | 207 'includes': [ |
208 'platform/drm/drm.gypi', | 208 'platform/drm/drm.gypi', |
209 ], | 209 ], |
210 }], | 210 }], |
211 ['<(ozone_platform_egltest) == 1', { | 211 ['<(ozone_platform_egltest) == 1', { |
212 'includes': [ | 212 'includes': [ |
213 'platform/egltest/egltest.gypi', | 213 'platform/egltest/egltest.gypi', |
214 ], | 214 ], |
215 }], | 215 }], |
216 ['<(ozone_platform_gbm) == 1', { | 216 ['<(ozone_platform_gbm) == 1', { |
217 'includes': [ | 217 'includes': [ |
218 'platform/drm/gbm.gypi', | 218 'platform/drm/gbm.gypi', |
219 ], | 219 ], |
220 }], | 220 }], |
221 ['<(ozone_platform_test) == 1', { | 221 ['<(ozone_platform_test) == 1', { |
222 'includes': [ | 222 'includes': [ |
223 'platform/test/test.gypi', | 223 'platform/test/test.gypi', |
224 ], | 224 ], |
225 }], | 225 }], |
226 ], | 226 ], |
227 } | 227 } |
OLD | NEW |