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 { |