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

Unified Diff: cc/cc_tests.gyp

Issue 1993543002: cc: Move cc param traits tests to cc/ipc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added IPC dependency Created 4 years, 7 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 | « cc/BUILD.gn ('k') | cc/ipc/cc_param_traits_perftest.cc » ('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 d6c21d28fd11e2e8271d6d8176eb7ade264a49be..041b5c489a7e2ec78544628b1fbe373a35c104e7 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -35,6 +35,7 @@
'input/scrollbar_animation_controller_linear_fade_unittest.cc',
'input/scrollbar_animation_controller_thinning_unittest.cc',
'input/top_controls_manager_unittest.cc',
+ 'ipc/cc_param_traits_unittest.cc',
'layers/heads_up_display_layer_impl_unittest.cc',
'layers/heads_up_display_unittest.cc',
'layers/layer_impl_unittest.cc',
@@ -331,6 +332,7 @@
'../gpu/command_buffer/command_buffer.gyp:gles2_utils',
'../gpu/gpu.gyp:gpu',
'../gpu/gpu.gyp:gpu_unittest_utils',
+ '../ipc/ipc.gyp:ipc',
'../media/media.gyp:media',
'../skia/skia.gyp:skia',
'../testing/gmock.gyp:gmock',
@@ -343,6 +345,7 @@
'cc.gyp:cc_proto',
'cc.gyp:cc_surfaces',
'cc_test_support',
+ 'ipc/cc_ipc.gyp:cc_ipc',
],
'sources': [
'test/cc_test_suite.cc',
@@ -369,6 +372,7 @@
'../gpu/command_buffer/command_buffer.gyp:gles2_utils',
'../gpu/gpu.gyp:gpu',
'../gpu/gpu.gyp:gpu_unittest_utils',
+ '../ipc/ipc.gyp:ipc',
'../media/media.gyp:media',
'../skia/skia.gyp:skia',
'../testing/gmock.gyp:gmock',
@@ -379,10 +383,12 @@
'cc.gyp:cc',
'cc.gyp:cc_surfaces',
'cc_test_support',
+ 'ipc/cc_ipc.gyp:cc_ipc',
],
'sources': [
# Note: sources list duplicated in GN build.
'animation/animation_host_perftest.cc',
+ 'ipc/cc_param_traits_perftest.cc',
'layers/layer_perftest.cc',
'layers/picture_layer_impl_perftest.cc',
'quads/draw_quad_perftest.cc',
« no previous file with comments | « cc/BUILD.gn ('k') | cc/ipc/cc_param_traits_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698