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

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

Issue 1198573002: [Ozone] Remove deprecated DRI platform name (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « ui/ozone/ozone.gni ('k') | ui/ozone/platform/drm/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW
« no previous file with comments | « 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