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

Unified Diff: content/browser/gpu/generate_webgl_conformance_test_list.py

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 | « chrome/test/perf/rendering/latency_tests.cc ('k') | content/browser/gpu/test_support_gpu.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/generate_webgl_conformance_test_list.py
diff --git a/chrome/test/gpu/generate_webgl_conformance_test_list.py b/content/browser/gpu/generate_webgl_conformance_test_list.py
similarity index 92%
copy from chrome/test/gpu/generate_webgl_conformance_test_list.py
copy to content/browser/gpu/generate_webgl_conformance_test_list.py
index 613e55983fd8ed7627869262cffdaf99be008fe1..9dff85b90d75ae4ac6ab973386ffdd6072be18e1 100755
--- a/chrome/test/gpu/generate_webgl_conformance_test_list.py
+++ b/content/browser/gpu/generate_webgl_conformance_test_list.py
@@ -29,16 +29,16 @@ WARNING = """\
"""
HEADER_GUARD = """\
-#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_
"""
HEADER_GUARD_END = """
-#endif // CHROME_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_
+#endif // CONTENT_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_
"""
-# Assume this script is run from the src/chrome/test/gpu directory.
+# Assume this script is run from the src/content/test/gpu directory.
INPUT_DIR = "../../../third_party/webgl_conformance"
INPUT_FILE = "00_test_list.txt"
OUTPUT_FILE = "webgl_conformance_test_list_autogen.h"
« no previous file with comments | « chrome/test/perf/rendering/latency_tests.cc ('k') | content/browser/gpu/test_support_gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698