Chromium Code Reviews| Index: ui/gl/BUILD.gn |
| diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn |
| index 2dc61403817b40cee2d6e14276aaef5f8f6cc403..0ed9774fe7fc83b0a9f4eb0cdee16aa20b17d16b 100644 |
| --- a/ui/gl/BUILD.gn |
| +++ b/ui/gl/BUILD.gn |
| @@ -284,6 +284,15 @@ test("gl_unittests") { |
| "test/run_all_unittests.cc", |
| ] |
| + if (is_win || is_android || is_linux) { |
| + sources += [ |
| + "egl_api_unittest.cc", |
| + "test/egl_initialization_displays_unittest.cc", |
| + ] |
| + |
| + include_dirs = [ "//third_party/khronos" ] |
|
no sievers
2015/05/28 19:25:10
Can you just generally add this (outside the if-bl
David Yen
2015/06/05 23:59:50
Done.
|
| + } |
| + |
| deps = [ |
| ":gl", |
| "//base", |