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

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: Fixed some strange formatting Created 5 years, 7 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
« ui/gl/gl_egl_api_implementation.cc ('K') | « ui/gl/gl_switches.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..dfb95b8aff42c27724df79e19e05c2d50e49b3ff 100644
--- a/ui/gl/gl_tests.gyp
+++ b/ui/gl/gl_tests.gyp
@@ -28,11 +28,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',
],
« ui/gl/gl_egl_api_implementation.cc ('K') | « ui/gl/gl_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698