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

Unified Diff: cc/cc_tests.gyp

Issue 1417053005: cc: Split ThreadProxy into ProxyMain and ProxyImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing brianderson@'s comments, remove benchmark name change. Created 5 years 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 | « cc/cc.gyp ('k') | cc/debug/benchmark_instrumentation.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 5332133f98f1d1129aa00fb44e556a41657b6609..8ce17e2a8873c601fe5af01f58c81a184bd3126f 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -258,6 +258,10 @@
'test/pixel_test_software_output_device.h',
'test/pixel_test_utils.cc',
'test/pixel_test_utils.h',
+ 'test/proxy_impl_for_test.cc',
+ 'test/proxy_impl_for_test.h',
+ 'test/proxy_main_for_test.cc',
+ 'test/proxy_main_for_test.h',
'test/render_pass_test_utils.cc',
'test/render_pass_test_utils.h',
'test/scheduler_test_common.cc',
@@ -280,6 +284,8 @@
'test/test_gles2_interface.h',
'test/test_gpu_memory_buffer_manager.cc',
'test/test_gpu_memory_buffer_manager.h',
+ 'test/test_hooks.cc',
+ 'test/test_hooks.h',
'test/test_image_factory.cc',
'test/test_image_factory.h',
'test/test_in_process_context_provider.cc',
@@ -295,6 +301,8 @@
'test/test_tile_priorities.h',
'test/test_web_graphics_context_3d.cc',
'test/test_web_graphics_context_3d.h',
+ 'test/threaded_channel_for_test.cc',
+ 'test/threaded_channel_for_test.h',
],
},
'targets': [
« no previous file with comments | « cc/cc.gyp ('k') | cc/debug/benchmark_instrumentation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698