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

Unified Diff: ui/gl/gl.gyp

Issue 1354483004: Re-land: ui: Add GLImage unit test framework. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_api_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl.gyp
diff --git a/ui/gl/gl.gyp b/ui/gl/gl.gyp
index f0f026a1ffe83af0aec7a0966458d06149e29422..16e8cc16bc514f1ee9153d35f3c99f6d0ba30033 100644
--- a/ui/gl/gl.gyp
+++ b/ui/gl/gl.gyp
@@ -298,6 +298,7 @@
'target_name': 'gl_test_support',
'type': 'static_library',
'dependencies': [
+ '<(DEPTH)/testing/gtest.gyp:gtest',
'../../third_party/khronos/khronos.gyp:khronos_headers',
'gl',
],
@@ -305,8 +306,13 @@
'../..',
],
'sources': [
+ 'test/gl_image_test_support.cc',
+ 'test/gl_image_test_support.h',
+ 'test/gl_image_test_template.h',
'test/gl_surface_test_support.cc',
'test/gl_surface_test_support.h',
+ 'test/gl_test_helper.cc',
+ 'test/gl_test_helper.h',
],
'conditions': [
['use_x11==1', {
« no previous file with comments | « ui/gl/BUILD.gn ('k') | ui/gl/gl_api_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698