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

Unified Diff: content/test/gpu/gpu_test_expectations_parser.cc

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: small fixes 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/test/gpu/generate_webgl_conformance_test_list.py ('k') | content/test/gpu/test_support_gpu.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_test_expectations_parser.cc
diff --git a/content/test/gpu/gpu_test_expectations_parser.cc b/content/test/gpu/gpu_test_expectations_parser.cc
index 8caedc74ee078dba8ef35d063b110a5f02e568c4..9c2c3337c6001b9457ffeb1edbe2e83b0cb5d5e2 100644
--- a/content/test/gpu/gpu_test_expectations_parser.cc
+++ b/content/test/gpu/gpu_test_expectations_parser.cc
@@ -501,7 +501,7 @@ bool GPUTestExpectationsParser::GetExpectationsPath(
case kWebGLConformanceTest:
rt = PathService::Get(base::DIR_SOURCE_ROOT, path);
if (rt) {
- *path = path->Append(FILE_PATH_LITERAL("chrome"))
+ *path = path->Append(FILE_PATH_LITERAL("content"))
Zhenyao Mo 2012/09/19 18:19:37 Since we switch to use the content side version of
yongsheng 2012/09/20 01:55:06 ok, i'll do it.
.Append(FILE_PATH_LITERAL("test"))
.Append(FILE_PATH_LITERAL("gpu"))
jam 2012/09/19 19:52:40 test data is normally put under content/test/data.
yongsheng 2012/09/20 01:55:06 yes, i agree with you. Zheyao, if you agree with t
.Append(FILE_PATH_LITERAL(
« no previous file with comments | « content/test/gpu/generate_webgl_conformance_test_list.py ('k') | content/test/gpu/test_support_gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698