Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(894)

Side by Side Diff: ui/ozone/ozone.gyp

Issue 957253005: [Ozone] Update GYP and GN to include a DRM platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@split-host-gpu
Patch Set: fix media Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 '<@(internal_ozone_platform_unittest_deps)', 189 '<@(internal_ozone_platform_unittest_deps)',
190 ], 190 ],
191 }, 191 },
192 ], 192 ],
193 'conditions': [ 193 'conditions': [
194 ['<(ozone_platform_caca) == 1', { 194 ['<(ozone_platform_caca) == 1', {
195 'includes': [ 195 'includes': [
196 'platform/caca/caca.gypi', 196 'platform/caca/caca.gypi',
197 ], 197 ],
198 }], 198 }],
199 ['<(ozone_platform_dri) == 1 or <(ozone_platform_gbm) == 1', { 199 ['<(ozone_platform_dri) == 1 or <(ozone_platform_drm) == 1 or <(ozone_platfo rm_gbm) == 1', {
200 'includes': [ 200 'includes': [
201 'platform/drm/drm.gypi', 201 'platform/drm/drm.gypi',
202 ], 202 ],
203 }], 203 }],
204 ['<(ozone_platform_egltest) == 1', { 204 ['<(ozone_platform_egltest) == 1', {
205 'includes': [ 205 'includes': [
206 'platform/egltest/egltest.gypi', 206 'platform/egltest/egltest.gypi',
207 ], 207 ],
208 }], 208 }],
209 ['<(ozone_platform_gbm) == 1', { 209 ['<(ozone_platform_gbm) == 1', {
210 'includes': [ 210 'includes': [
211 'platform/drm/gbm.gypi', 211 'platform/drm/gbm.gypi',
212 ], 212 ],
213 }], 213 }],
214 ['<(ozone_platform_test) == 1', { 214 ['<(ozone_platform_test) == 1', {
215 'includes': [ 215 'includes': [
216 'platform/test/test.gypi', 216 'platform/test/test.gypi',
217 ], 217 ],
218 }], 218 }],
219 ], 219 ],
220 } 220 }
OLDNEW
« ui/ozone/BUILD.gn ('K') | « ui/ozone/ozone.gni ('k') | ui/ozone/platform/drm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698