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

Unified Diff: content/test/gpu/gpu_test_config.h

Issue 10815027: Fix GPUTestConfigTest.LoadCurrentConfig on Android (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 8 years, 5 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 | « build/android/gtest_filter/content_unittests_disabled ('k') | content/test/gpu/gpu_test_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_test_config.h
diff --git a/content/test/gpu/gpu_test_config.h b/content/test/gpu/gpu_test_config.h
index 0750b52e631f84ccdb22be33713264fcf71c9f0b..46725c4db78f977174966348378881d8de903470 100644
--- a/content/test/gpu/gpu_test_config.h
+++ b/content/test/gpu/gpu_test_config.h
@@ -29,6 +29,7 @@ class GPUTestConfig {
kOsMac = kOsMacLeopard | kOsMacSnowLeopard | kOsMacLion,
kOsLinux = 1 << 6,
kOsChromeOS = 1 << 7,
+ kOsAndroid = 1 << 8,
};
enum BuildType {
« no previous file with comments | « build/android/gtest_filter/content_unittests_disabled ('k') | content/test/gpu/gpu_test_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698