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

Unified Diff: ui/gl/gl_tests.gyp

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 | « ui/gl/gl_egl_api_implementation.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_tests.gyp
diff --git a/ui/gl/gl_tests.gyp b/ui/gl/gl_tests.gyp
index bd92444561c0d995d5065ae834d7522cdc9b286b..d664129a52b91807fd990ef1dc73fb7de5196de2 100644
--- a/ui/gl/gl_tests.gyp
+++ b/ui/gl/gl_tests.gyp
@@ -14,6 +14,9 @@
'test/run_all_unittests.cc',
'gl_api_unittest.cc',
],
+ 'include_dirs': [
+ '<(DEPTH)/third_party/khronos',
+ ],
'dependencies': [
'<(DEPTH)/base/base.gyp:base',
'<(DEPTH)/base/base.gyp:test_support_base',
@@ -28,14 +31,9 @@
}],
['OS in ("win", "android", "linux")', {
'sources': [
+ 'egl_api_unittest.cc',
'test/egl_initialization_displays_unittest.cc',
],
- 'dependencies': [
- '<(DEPTH)/ui/gl/gl.gyp:gl',
- ],
- 'include_dirs': [
- '<(DEPTH)/third_party/khronos',
- ],
}],
],
}
« no previous file with comments | « ui/gl/gl_egl_api_implementation.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698