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

Unified Diff: cc/BUILD.gn

Issue 1506023008: [NOT LANDED] Revert of cc: Split ThreadProxy into ProxyMain and ProxyImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | cc/cc.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 3be4ebb9b3d28848b32687f46e4b15cac4b73044..df0083a26967d9389fe34d5938f94ff60c8ccb3f 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -502,9 +502,7 @@
"trees/proxy.h",
"trees/proxy_common.cc",
"trees/proxy_common.h",
- "trees/proxy_impl.cc",
"trees/proxy_impl.h",
- "trees/proxy_main.cc",
"trees/proxy_main.h",
"trees/remote_proto_channel.h",
"trees/scoped_abort_remaining_swap_promises.h",
@@ -514,6 +512,8 @@
"trees/swap_promise_monitor.h",
"trees/task_runner_provider.cc",
"trees/task_runner_provider.h",
+ "trees/thread_proxy.cc",
+ "trees/thread_proxy.h",
"trees/threaded_channel.cc",
"trees/threaded_channel.h",
"trees/tree_synchronizer.cc",
@@ -655,10 +655,6 @@
"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",
@@ -681,8 +677,6 @@
"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",
@@ -698,8 +692,6 @@
"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",
]
configs += [ "//build/config:precompiled_headers" ]
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698