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

Unified Diff: gpu/config/gpu_util_unittest.cc

Issue 2756793003: Move GPU blacklist and driver bug workaround list from json to data struct. (Closed)
Patch Set: pure rebase Created 3 years, 9 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 | « gpu/config/gpu_util.cc ('k') | gpu/config/process_json.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/gpu_util_unittest.cc
diff --git a/gpu/config/gpu_util_unittest.cc b/gpu/config/gpu_util_unittest.cc
index 4b28ac649d197ebbbd3e9d5dee0f5b39fc770d8e..271d821efd4111aeb144530ca7a3b8ced6833774 100644
--- a/gpu/config/gpu_util_unittest.cc
+++ b/gpu/config/gpu_util_unittest.cc
@@ -8,7 +8,6 @@
#include "base/strings/string_split.h"
#include "base/strings/stringprintf.h"
-#include "gpu/config/gpu_control_list_jsons.h"
#include "gpu/config/gpu_driver_bug_list.h"
#include "gpu/config/gpu_info.h"
#include "gpu/config/gpu_info_collector.h"
@@ -44,7 +43,6 @@ TEST(GpuUtilTest,
GPUInfo gpu_info;
CollectBasicGraphicsInfo(&gpu_info);
std::unique_ptr<GpuDriverBugList> list(GpuDriverBugList::Create());
- list->LoadList(kGpuDriverBugListJson, GpuControlList::kCurrentOsOnly);
list->MakeDecision(GpuControlList::kOsAny, std::string(), gpu_info);
std::vector<std::string> expected_disabled_extensions =
list->GetDisabledExtensions();
« no previous file with comments | « gpu/config/gpu_util.cc ('k') | gpu/config/process_json.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698