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

Unified Diff: chrome/test/gpu/gpu_pixel_browsertest.cc

Issue 10080006: Make default location of checked in images match the checked in images. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/gpu/gpu_pixel_browsertest.cc
===================================================================
--- chrome/test/gpu/gpu_pixel_browsertest.cc (revision 132122)
+++ chrome/test/gpu/gpu_pixel_browsertest.cc (working copy)
@@ -113,6 +113,8 @@
generated_img_dir_ = test_data_dir_.AppendASCII("generated");
if (command_line->HasSwitch(kReferenceDir))
ref_img_dir_ = command_line->GetSwitchValuePath(kReferenceDir);
+ else if (!command_line->HasSwitch(switches::kUseGpuInTests))
+ ref_img_dir_ = test_data_dir_.AppendASCII("llvmpipe_reference");
else
ref_img_dir_ = test_data_dir_.AppendASCII("gpu_reference");
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698