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

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

Issue 1610683003: Add initial SHM-only Wayland Ozone implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/wayland/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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 ['<(ozone_platform_gbm) == 1', { 243 ['<(ozone_platform_gbm) == 1', {
244 'includes': [ 244 'includes': [
245 'platform/drm/gbm.gypi', 245 'platform/drm/gbm.gypi',
246 ], 246 ],
247 }], 247 }],
248 ['<(ozone_platform_headless) == 1', { 248 ['<(ozone_platform_headless) == 1', {
249 'includes': [ 249 'includes': [
250 'platform/headless/headless.gypi', 250 'platform/headless/headless.gypi',
251 ], 251 ],
252 }], 252 }],
253 ['<(ozone_platform_wayland) == 1', {
254 'includes': [
255 'platform/wayland/wayland.gypi',
256 ],
257 }],
253 ], 258 ],
254 } 259 }
OLDNEW
« no previous file with comments | « ui/ozone/ozone.gni ('k') | ui/ozone/platform/wayland/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698