| 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 ['<(ozone_platform_egltest) == 1', { | 233 ['<(ozone_platform_egltest) == 1', { |
| 234 'includes': [ | 234 'includes': [ |
| 235 'platform/egltest/egltest.gypi', | 235 'platform/egltest/egltest.gypi', |
| 236 ], | 236 ], |
| 237 }], | 237 }], |
| 238 ['<(ozone_platform_gbm) == 1', { | 238 ['<(ozone_platform_gbm) == 1', { |
| 239 'includes': [ | 239 'includes': [ |
| 240 'platform/drm/gbm.gypi', | 240 'platform/drm/gbm.gypi', |
| 241 ], | 241 ], |
| 242 }], | 242 }], |
| 243 ['<(ozone_platform_test) == 1', { | 243 ['<(ozone_platform_headless) == 1', { |
| 244 'includes': [ | 244 'includes': [ |
| 245 'platform/test/test.gypi', | 245 'platform/headless/headless.gypi', |
| 246 ], | 246 ], |
| 247 }], | 247 }], |
| 248 ], | 248 ], |
| 249 } | 249 } |
| OLD | NEW |