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

Unified Diff: cc/cc_tests.gyp

Issue 93283002: Add GLES2Interface version of TWGC3D Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | cc/output/context_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc_tests.gyp
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 93c4e191aae0ac03f306ac666c3ea27cb382c328..4a961a54b6657ee9e6950e03cc85c6151cac8b96 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -197,6 +197,8 @@
'test/test_context_provider.h',
'test/test_context_support.cc',
'test/test_context_support.h',
+ 'test/test_gles2_interface.cc',
+ 'test/test_gles2_interface.h',
'test/test_texture.cc',
'test/test_texture.h',
'test/test_tile_priorities.cc',
@@ -213,6 +215,7 @@
'type': '<(gtest_target_type)',
'dependencies': [
'../base/base.gyp:test_support_base',
+ '../gpu/gpu.gyp:gles2_implementation',
'../gpu/gpu.gyp:gpu',
'../gpu/gpu.gyp:gpu_unittest_utils',
'../media/media.gyp:media',
« no previous file with comments | « no previous file | cc/output/context_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698