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

Unified Diff: ui/gl/BUILD.gn

Issue 1151093006: Added disabling EGL extensions support with --disable-extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Applied nits Created 5 years, 6 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 | « no previous file | ui/gl/egl_api_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/BUILD.gn
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn
index 2dc61403817b40cee2d6e14276aaef5f8f6cc403..50abfc62b9d3250da760b5fd340a395cb6ffaf03 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" ]
+
deps = [
":gl",
"//base",
« no previous file with comments | « no previous file | ui/gl/egl_api_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698