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

Unified Diff: content/browser/gpu/webgl_conformance_test_list_autogen.h

Issue 10916334: Enable webgl conformance tests under content/test/gpu in content_browsertests (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: namespace fixup Created 8 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/gpu/test_support_gpu.gypi ('k') | content/browser/gpu/webgl_conformance_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/webgl_conformance_test_list_autogen.h
diff --git a/chrome/test/gpu/webgl_conformance_test_list_autogen.h b/content/browser/gpu/webgl_conformance_test_list_autogen.h
similarity index 99%
copy from chrome/test/gpu/webgl_conformance_test_list_autogen.h
copy to content/browser/gpu/webgl_conformance_test_list_autogen.h
index 14da2b0ab1bbfef073cedb1816a665122aa6b3f5..9f5b5a0918f6c8eb509cf45e08ba631a2e988f88 100644
--- a/chrome/test/gpu/webgl_conformance_test_list_autogen.h
+++ b/content/browser/gpu/webgl_conformance_test_list_autogen.h
@@ -6,8 +6,8 @@
// generate_webgl_conformance_test_list.py
// It is included by webgl_conformance_tests.cc
-#ifndef CHROME_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_
-#define CHROME_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_
+#ifndef CONTENT_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_
+#define CONTENT_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_
CONFORMANCE_TEST(conformance_more_conformance_constants,
"conformance/more/conformance/constants.html");
@@ -1076,5 +1076,5 @@ CONFORMANCE_TEST(conformance_ogles_GL_vec_vec_017_to_018,
CONFORMANCE_TEST(conformance_ogles_GL_vec3_vec3_001_to_008,
"conformance/ogles/GL/vec3/vec3_001_to_008.html");
-#endif // CHROME_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_
+#endif // CONTENT_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_
« no previous file with comments | « content/browser/gpu/test_support_gpu.gypi ('k') | content/browser/gpu/webgl_conformance_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698