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

Side by Side Diff: gpu/gles2_conform_support/gles2_conform_test.gyp

Issue 1586293002: Don't depend on gles2_conform_support.gyp:egl_native in windowless (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@defaultdirectcomposition
Patch Set: Created 4 years, 11 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 6
7 'includes': [ 7 'includes': [
8 'gles2_conform.gypi', 8 'gles2_conform.gypi',
9 ], 9 ],
10 'target_defaults': { 10 'target_defaults': {
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 '<(SHARED_INTERMEDIATE_DIR)/gles2_conform_test_embedded_data', 103 '<(SHARED_INTERMEDIATE_DIR)/gles2_conform_test_embedded_data',
104 ], 104 ],
105 }, 105 },
106 ], 106 ],
107 }, 107 },
108 { 108 {
109 'target_name': 'gles2_conform_test_windowless', 109 'target_name': 'gles2_conform_test_windowless',
110 'type': 'executable', 110 'type': 'executable',
111 'dependencies': [ 111 'dependencies': [
112 'gles2_conform_test_embedded_data', 112 'gles2_conform_test_embedded_data',
113 '<(DEPTH)/gpu/gles2_conform_support/gles2_conform_support.gyp:egl_na tive',
114 '<(DEPTH)/gpu/gles2_conform_support/gles2_conform_support.gyp:egl_ma in_windowless', 113 '<(DEPTH)/gpu/gles2_conform_support/gles2_conform_support.gyp:egl_ma in_windowless',
115 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib_nocheck', 114 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib_nocheck',
116 '<(DEPTH)/third_party/expat/expat.gyp:expat', 115 '<(DEPTH)/third_party/expat/expat.gyp:expat',
117 ], 116 ],
118 'conditions': [ 117 'conditions': [
119 ['OS=="linux"', { 118 ['OS=="linux"', {
120 'conditions': [ 119 'conditions': [
121 [ 'chromeos==0', { 120 [ 'chromeos==0', {
122 'dependencies': ['../../build/linux/system.gyp:gtk2'] 121 'dependencies': ['../../build/linux/system.gyp:gtk2']
123 }], 122 }],
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 }], 261 }],
263 ], 262 ],
264 } 263 }
265 264
266 265
267 # Local Variables: 266 # Local Variables:
268 # tab-width:2 267 # tab-width:2
269 # indent-tabs-mode:nil 268 # indent-tabs-mode:nil
270 # End: 269 # End:
271 # vim: set expandtab tabstop=2 shiftwidth=2: 270 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698