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

Unified Diff: gpu/config/gpu_test_config.cc

Issue 1068813002: Add MacOS X 10.10 Yosemite support to GPUTestBotConfig. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restrict access to GPUTestExpectationsParserTest::bot_config_ member. Created 5 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 | « gpu/config/gpu_test_config.h ('k') | gpu/config/gpu_test_expectations_parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/gpu_test_config.cc
diff --git a/gpu/config/gpu_test_config.cc b/gpu/config/gpu_test_config.cc
index 2328bd663ec19839c5138d03e715dca55d46b9fc..c062c4da73c040fe95b4d1cf88e8ff2e94f43db0 100644
--- a/gpu/config/gpu_test_config.cc
+++ b/gpu/config/gpu_test_config.cc
@@ -57,6 +57,8 @@ GPUTestConfig::OS GetCurrentOS() {
return GPUTestConfig::kOsMacMountainLion;
case 9:
return GPUTestConfig::kOsMacMavericks;
+ case 10:
+ return GPUTestConfig::kOsMacYosemite;
}
}
#elif defined(OS_ANDROID)
@@ -172,6 +174,7 @@ bool GPUTestBotConfig::IsValid() const {
case kOsMacLion:
case kOsMacMountainLion:
case kOsMacMavericks:
+ case kOsMacYosemite:
case kOsLinux:
case kOsChromeOS:
case kOsAndroid:
« no previous file with comments | « gpu/config/gpu_test_config.h ('k') | gpu/config/gpu_test_expectations_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698