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

Unified Diff: content/browser/gpu/gpu_blacklist_unittest.cc

Issue 10911315: Move gpu blacklist data file to content side. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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/browser_main_loop.cc ('k') | content/browser/gpu/gpu_data_manager_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/gpu_blacklist_unittest.cc
===================================================================
--- content/browser/gpu/gpu_blacklist_unittest.cc (revision 156701)
+++ content/browser/gpu/gpu_blacklist_unittest.cc (working copy)
@@ -56,9 +56,9 @@
FilePath data_file;
ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &data_file));
data_file =
- data_file.Append(FILE_PATH_LITERAL("chrome"))
+ data_file.Append(FILE_PATH_LITERAL("content"))
.Append(FILE_PATH_LITERAL("browser"))
- .Append(FILE_PATH_LITERAL("resources"))
+ .Append(FILE_PATH_LITERAL("gpu"))
.Append(FILE_PATH_LITERAL("software_rendering_list.json"));
ASSERT_TRUE(file_util::PathExists(data_file));
int64 data_file_size64 = 0;
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | content/browser/gpu/gpu_data_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698