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

Side by Side Diff: content/browser/gpu/webgl_conformance_test_list_autogen.h

Issue 11453026: Rename WebGLConformanceTests to WebGLConformanceTest (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years 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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 // DO NOT EDIT! This file is auto-generated by 5 // DO NOT EDIT! This file is auto-generated by
6 // generate_webgl_conformance_test_list.py 6 // generate_webgl_conformance_test_list.py
7 // It is included by webgl_conformance_tests.cc 7 // It is included by webgl_conformance_test.cc
8 8
9 #ifndef CONTENT_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_ 9 #ifndef CONTENT_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_
10 #define CONTENT_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_ 10 #define CONTENT_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_
11 11
12 CONFORMANCE_TEST(conformance_more_conformance_constants, 12 CONFORMANCE_TEST(conformance_more_conformance_constants,
13 "conformance/more/conformance/constants.html"); 13 "conformance/more/conformance/constants.html");
14 CONFORMANCE_TEST(conformance_more_conformance_getContext, 14 CONFORMANCE_TEST(conformance_more_conformance_getContext,
15 "conformance/more/conformance/getContext.html"); 15 "conformance/more/conformance/getContext.html");
16 CONFORMANCE_TEST(conformance_more_conformance_methods, 16 CONFORMANCE_TEST(conformance_more_conformance_methods,
17 "conformance/more/conformance/methods.html"); 17 "conformance/more/conformance/methods.html");
(...skipping 1053 matching lines...) Expand 10 before | Expand all | Expand 10 after
1071 "conformance/ogles/GL/vec/vec_001_to_008.html"); 1071 "conformance/ogles/GL/vec/vec_001_to_008.html");
1072 CONFORMANCE_TEST(conformance_ogles_GL_vec_vec_009_to_016, 1072 CONFORMANCE_TEST(conformance_ogles_GL_vec_vec_009_to_016,
1073 "conformance/ogles/GL/vec/vec_009_to_016.html"); 1073 "conformance/ogles/GL/vec/vec_009_to_016.html");
1074 CONFORMANCE_TEST(conformance_ogles_GL_vec_vec_017_to_018, 1074 CONFORMANCE_TEST(conformance_ogles_GL_vec_vec_017_to_018,
1075 "conformance/ogles/GL/vec/vec_017_to_018.html"); 1075 "conformance/ogles/GL/vec/vec_017_to_018.html");
1076 CONFORMANCE_TEST(conformance_ogles_GL_vec3_vec3_001_to_008, 1076 CONFORMANCE_TEST(conformance_ogles_GL_vec3_vec3_001_to_008,
1077 "conformance/ogles/GL/vec3/vec3_001_to_008.html"); 1077 "conformance/ogles/GL/vec3/vec3_001_to_008.html");
1078 1078
1079 #endif // CONTENT_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_ 1079 #endif // CONTENT_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_
1080 1080
OLDNEW
« no previous file with comments | « content/browser/gpu/webgl_conformance_test.cc ('k') | content/browser/gpu/webgl_conformance_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698