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

Unified Diff: ui/gfx/gfx_tests.gyp

Issue 1114263002: For dyen: add ui/gl unittest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | ui/gfx/gl_api_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gfx_tests.gyp
diff --git a/ui/gfx/gfx_tests.gyp b/ui/gfx/gfx_tests.gyp
index 10252c05d48e7f73dd3c6ff75b8c1506f06e6334..c39773614d9629789ddcf4553ae5fb06bda82267 100644
--- a/ui/gfx/gfx_tests.gyp
+++ b/ui/gfx/gfx_tests.gyp
@@ -41,6 +41,7 @@
'color_analysis_unittest.cc',
'color_profile_mac_unittest.mm',
'color_utils_unittest.cc',
+ 'gl_api_unittest.cc',
'display_change_notifier_unittest.cc',
'display_unittest.cc',
'font_fallback_mac_unittest.cc',
@@ -87,6 +88,7 @@
'gfx.gyp:gfx',
'gfx.gyp:gfx_geometry',
'gfx.gyp:gfx_test_support',
+ '../../ui/gl/gl.gyp:gl'
],
'conditions': [
['OS == "ios"', {
« no previous file with comments | « no previous file | ui/gfx/gl_api_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698