| OLD | NEW |
| 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 Loading... |
| 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: |
| OLD | NEW |