| 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 'external_ozone_platforms': [], | 8 'external_ozone_platforms': [], |
| 9 'external_ozone_platform_files': [], | 9 'external_ozone_platform_files': [], |
| 10 'external_ozone_platform_deps': [], | 10 'external_ozone_platform_deps': [], |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 ['<(ozone_platform_caca) == 1', { | 90 ['<(ozone_platform_caca) == 1', { |
| 91 'includes': [ | 91 'includes': [ |
| 92 'platform/caca/caca.gypi', | 92 'platform/caca/caca.gypi', |
| 93 ], | 93 ], |
| 94 }], | 94 }], |
| 95 ['<(ozone_platform_dri) == 1', { | 95 ['<(ozone_platform_dri) == 1', { |
| 96 'includes': [ | 96 'includes': [ |
| 97 'platform/dri/dri.gypi', | 97 'platform/dri/dri.gypi', |
| 98 ], | 98 ], |
| 99 }], | 99 }], |
| 100 ['<(ozone_platform_egltest) == 1', { | |
| 101 'includes': [ | |
| 102 'platform/egltest/egltest.gypi', | |
| 103 ], | |
| 104 }], | |
| 105 ['<(ozone_platform_test) == 1', { | 100 ['<(ozone_platform_test) == 1', { |
| 106 'includes': [ | 101 'includes': [ |
| 107 'platform/test/test.gypi', | 102 'platform/test/test.gypi', |
| 108 ], | 103 ], |
| 109 }], | 104 }], |
| 110 ], | 105 ], |
| 111 } | 106 } |
| OLD | NEW |