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

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

Issue 275263002: [wip] ozonex: X11 backend for ozone. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « ui/gfx/x/gfx_x11.gyp ('k') | ui/ozone/ozone_platform.cc » ('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 '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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 ['<(ozone_platform_egltest) == 1', { 98 ['<(ozone_platform_egltest) == 1', {
99 'includes': [ 99 'includes': [
100 'platform/egltest/egltest.gypi', 100 'platform/egltest/egltest.gypi',
101 ], 101 ],
102 }], 102 }],
103 ['<(ozone_platform_test) == 1', { 103 ['<(ozone_platform_test) == 1', {
104 'includes': [ 104 'includes': [
105 'platform/test/test.gypi', 105 'platform/test/test.gypi',
106 ], 106 ],
107 }], 107 }],
108 ['<(ozone_platform_ozonex) == 1', {
109 'includes': [
110 'platform/ozonex/ozonex.gyp',
111 ],
112 }],
108 ], 113 ],
109 } 114 }
OLDNEW
« no previous file with comments | « ui/gfx/x/gfx_x11.gyp ('k') | ui/ozone/ozone_platform.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698