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

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

Issue 8341052: share all the needed linux code with OpenBSD in chrome and content (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 2 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
Index: content/browser/gpu/gpu_blacklist_unittest.cc
diff --git a/content/browser/gpu/gpu_blacklist_unittest.cc b/content/browser/gpu/gpu_blacklist_unittest.cc
index a598322e56e76c0f1712ef62154c5f53edafa5aa..261674b0534a6c33837cf5f5f4636a7416022a8a 100644
--- a/content/browser/gpu/gpu_blacklist_unittest.cc
+++ b/content/browser/gpu/gpu_blacklist_unittest.cc
@@ -189,7 +189,7 @@ TEST_F(GpuBlacklistTest, VendorOnAllOsEntry) {
GpuBlacklist::kOsLinux, os_version.get(), gpu_info());
EXPECT_EQ(flags.flags(),
static_cast<uint32>(GpuFeatureFlags::kGpuFeatureWebgl));
-#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_MACOSX)
+#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_MACOSX) || defined(OS_OPENBSD)
Mark Mentovai 2011/10/26 23:24:28 Watch the 80-character limitation. Use a \ if you
Robert Nagy 2011/10/31 15:38:38 Done.
// Blacklist entries will be filtered to the current OS only upon loading.
EXPECT_TRUE(
blacklist.LoadGpuBlacklist(vendor_json, GpuBlacklist::kCurrentOsOnly));

Powered by Google App Engine
This is Rietveld 408576698