| 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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 ['<(ozone_platform_caca) == 1', { | 259 ['<(ozone_platform_caca) == 1', { |
| 260 'includes': [ | 260 'includes': [ |
| 261 'platform/caca/caca.gypi', | 261 'platform/caca/caca.gypi', |
| 262 ], | 262 ], |
| 263 }], | 263 }], |
| 264 ['<(ozone_platform_cast) == 1', { | 264 ['<(ozone_platform_cast) == 1', { |
| 265 'includes': [ | 265 'includes': [ |
| 266 'platform/cast/cast.gypi', | 266 'platform/cast/cast.gypi', |
| 267 ], | 267 ], |
| 268 }], | 268 }], |
| 269 ['<(ozone_platform_egltest) == 1', { | |
| 270 'includes': [ | |
| 271 'platform/egltest/egltest.gypi', | |
| 272 ], | |
| 273 }], | |
| 274 ['<(ozone_platform_gbm) == 1', { | 269 ['<(ozone_platform_gbm) == 1', { |
| 275 'includes': [ | 270 'includes': [ |
| 276 'platform/drm/gbm.gypi', | 271 'platform/drm/gbm.gypi', |
| 277 ], | 272 ], |
| 278 }], | 273 }], |
| 279 ['<(ozone_platform_headless) == 1', { | 274 ['<(ozone_platform_headless) == 1', { |
| 280 'includes': [ | 275 'includes': [ |
| 281 'platform/headless/headless.gypi', | 276 'platform/headless/headless.gypi', |
| 282 ], | 277 ], |
| 283 }], | 278 }], |
| 284 ['<(ozone_platform_wayland) == 1', { | 279 ['<(ozone_platform_wayland) == 1', { |
| 285 'includes': [ | 280 'includes': [ |
| 286 'platform/wayland/wayland.gypi', | 281 'platform/wayland/wayland.gypi', |
| 287 ], | 282 ], |
| 288 }], | 283 }], |
| 289 ], | 284 ], |
| 290 } | 285 } |
| OLD | NEW |