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

Unified Diff: ui/gl/gl_tests.gyp

Issue 1419733005: gpu: Add YCbCr 420v extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on master. Add gl/gfx namespace qualifiers. Created 5 years, 2 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/gl/gl_tests.gyp
diff --git a/ui/gl/gl_tests.gyp b/ui/gl/gl_tests.gyp
index d36972356b46bdc0a36571fdcca018dc32037797..a930d7e74051110ce2008d307bd50c132c4dec6d 100644
--- a/ui/gl/gl_tests.gyp
+++ b/ui/gl/gl_tests.gyp
@@ -49,6 +49,11 @@
'glx_api_unittest.cc',
],
}],
+ ['OS == "mac"', {
+ 'sources': [
+ 'gl_image_io_surface_unittest.cc',
+ ],
+ }],
['OS == "win"', {
'sources': [
'wgl_api_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698