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

Unified Diff: ui/gfx/gfx_tests.gyp

Issue 1110923003: Added switch to disable specified GL extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added gn rule and reinterpret cast for function pointers Created 5 years, 8 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
Index: ui/gfx/gfx_tests.gyp
diff --git a/ui/gfx/gfx_tests.gyp b/ui/gfx/gfx_tests.gyp
index 10252c05d48e7f73dd3c6ff75b8c1506f06e6334..6bd60ed3689b20927601e16d2bfd6264874a3ec5 100644
--- a/ui/gfx/gfx_tests.gyp
+++ b/ui/gfx/gfx_tests.gyp
@@ -25,8 +25,12 @@
'text_elider_unittest.cc',
'text_utils_unittest.cc',
],
+ 'gl_test_sources' : [
+ '../gl/gl_api_unittest.cc',
+ ],
'all_sources': [
'<@(_common_sources)',
+ '<@(_gl_test_sources)',
'animation/animation_container_unittest.cc',
'animation/animation_unittest.cc',
'animation/multi_animation_unittest.cc',
@@ -82,6 +86,7 @@
'../../skia/skia.gyp:skia',
'../../testing/gtest.gyp:gtest',
'../../third_party/libpng/libpng.gyp:libpng',
+ '../../ui/gl/gl.gyp:gl',
'../base/ui_base.gyp:ui_base',
'../resources/ui_resources.gyp:ui_test_pak',
'gfx.gyp:gfx',

Powered by Google App Engine
This is Rietveld 408576698