Index: ui/gl/gl_tests.gyp |
diff --git a/ui/gl/gl_tests.gyp b/ui/gl/gl_tests.gyp |
index 0638e944e8e0d3c853182b6332bdbd6866402b74..193b6612ec8043370383d11447a4c7ffbea6a309 100644 |
--- a/ui/gl/gl_tests.gyp |
+++ b/ui/gl/gl_tests.gyp |
@@ -24,6 +24,17 @@ |
'<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', |
], |
}], |
+ ['OS in ("win", "android", "linux")', { |
+ 'sources': [ |
+ 'test/egl_initialization_displays_unittest.cc', |
+ ], |
+ 'dependencies': [ |
+ '<(DEPTH)/ui/gl/gl.gyp:gl', |
+ ], |
+ 'include_dirs': [ |
+ '<(DEPTH)/third_party/khronos', |
+ ], |
+ }], |
], |
} |
], |