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

Side by Side Diff: gpu/gles2_conform_support/gles2_conform.gypi

Issue 2085413002: gles2_conform: Fix sources list in GN/gypi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | gpu/gles2_conform_support/gles2_conform_test.gyp » ('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 (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 'variables': { 6 'variables': {
7 'gl2_extension_test_sources': [ 7 'gl2_extension_test_sources': [
8 '<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestCompressedETC1RGB8Texture.c', 8 '<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestCompressedETC1RGB8Texture.c',
9 '<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestCompressedETC1RGB8Texture.h', 9 '<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestCompressedETC1RGB8Texture.h',
10 '<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestCompressedPalettedTexture.c', 10 '<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/GL2ExtensionTes ts/GTFExtensionTestCompressedPalettedTexture.c',
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 '<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/eglu.h', 294 '<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/eglu.h',
295 '<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/eglut.c', 295 '<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/eglut.c',
296 '<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/eglut.h', 296 '<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/eglut.h',
297 '<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/gl2Native.c', 297 '<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/gl2Native.c',
298 '<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/gl2Native.h', 298 '<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/gl2Native.h',
299 '<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/gl2ext_missing. h', 299 '<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/gl2ext_missing. h',
300 #'<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/main.c', 300 #'<(DEPTH)/third_party/gles2_conform/GTF_ES/glsl/GTF/Source/main.c',
301 '<(SHARED_INTERMEDIATE_DIR)/gles2_conform_test_embedded_data/FilesDATA.c', 301 '<(SHARED_INTERMEDIATE_DIR)/gles2_conform_test_embedded_data/FilesDATA.c',
302 '<(SHARED_INTERMEDIATE_DIR)/gles2_conform_test_embedded_data/FilesDATA.h', 302 '<(SHARED_INTERMEDIATE_DIR)/gles2_conform_test_embedded_data/FilesDATA.h',
303 '<(SHARED_INTERMEDIATE_DIR)/gles2_conform_test_embedded_data/FilesTOC.c', 303 '<(SHARED_INTERMEDIATE_DIR)/gles2_conform_test_embedded_data/FilesTOC.c',
304 '<@(gl2_extension_test_sources)',
305 '<@(gl2_fixed_test_sources)',
306 '<@(gl2_test_sources)',
307 ], 304 ],
308 }, 305 },
309 # We cannot have any targets here because these tests are compiled against 306 # We cannot have any targets here because these tests are compiled against
310 # multiple platforms - ANGLE, CommandBufferService, and Pepper. Each platform 307 # multiple platforms - ANGLE, CommandBufferService, and Pepper. Each platform
311 # has different EGL headers. 308 # has different EGL headers.
312 } 309 }
313 310
314 # Local Variables: 311 # Local Variables:
315 # tab-width:2 312 # tab-width:2
316 # indent-tabs-mode:nil 313 # indent-tabs-mode:nil
317 # End: 314 # End:
318 # vim: set expandtab tabstop=2 shiftwidth=2: 315 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | gpu/gles2_conform_support/gles2_conform_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698