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

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

Issue 288013002: Revert 270471 "ozone: Add egltest platform" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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
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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW
« no previous file with comments | « trunk/src/build/linux/system.gyp ('k') | trunk/src/ui/ozone/platform/egltest/eglplatform_shim.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698