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

Unified Diff: cc/cc.gyp

Issue 1357373002: Add basic framework for splitting thread proxy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor clean-up. Created 5 years, 3 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/trees/channel_impl.h » ('j') | cc/trees/channel_main.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 2c6c280d3b0cc17b12d7ee0d702075052d669c70..a9d4d52a1eaa044d516597d240383b9a84812a58 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -520,6 +520,8 @@
'tiles/tiling_set_raster_queue_required.h',
'trees/blocking_task_runner.cc',
'trees/blocking_task_runner.h',
+ 'trees/channel_impl.h',
+ 'trees/channel_main.h',
'trees/damage_tracker.cc',
'trees/damage_tracker.h',
'trees/draw_property_utils.cc',
@@ -549,11 +551,15 @@
'trees/property_tree_builder.h',
'trees/proxy.cc',
'trees/proxy.h',
+ 'trees/proxy_impl.h'
+ 'trees/proxy_main.h'
'trees/scoped_abort_remaining_swap_promises.h',
'trees/single_thread_proxy.cc',
'trees/single_thread_proxy.h',
'trees/swap_promise_monitor.cc',
'trees/swap_promise_monitor.h',
+ 'trees/threaded_channel.cc',
+ 'trees/threaded_channel.h',
'trees/thread_proxy.cc',
'trees/thread_proxy.h',
'trees/tree_synchronizer.cc',
« no previous file with comments | « cc/BUILD.gn ('k') | cc/trees/channel_impl.h » ('j') | cc/trees/channel_main.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698