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

Unified Diff: cc/BUILD.gn

Issue 2158973002: cc: Clean up LayerTreeTest and TestHooks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: proxy-impls: test Created 4 years, 5 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 | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 8bdc2c733ac05b38d06eea063f8aa7de7396321c..06980ef89b91ed75a77d3434a3e1408c029b4d5d 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -699,12 +699,6 @@ static_library("test_support") {
"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/remote_channel_impl_for_test.cc",
- "test/remote_channel_impl_for_test.h",
"test/remote_proto_channel_bridge.cc",
"test/remote_proto_channel_bridge.h",
"test/render_pass_test_utils.cc",
@@ -752,8 +746,6 @@ static_library("test_support") {
"test/test_tile_task_runner.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",
]
configs += [ "//build/config:precompiled_headers" ]
@@ -941,9 +933,6 @@ test("cc_unittests") {
"trees/occlusion_unittest.cc",
"trees/property_tree_unittest.cc",
"trees/proxy_common_unittest.cc",
- "trees/proxy_impl_unittest.cc",
- "trees/remote_channel_unittest.cc",
- "trees/threaded_channel_unittest.cc",
"trees/tree_synchronizer_unittest.cc",
# Surfaces test files.
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698