Index: cc/cc.gyp |
diff --git a/cc/cc.gyp b/cc/cc.gyp |
index b9bf8f40633e4fcfeb034eb07146361034146c50..cf5ccd3bbaa83d8d6b3f4aa1e74de2f17c94c2e4 100644 |
--- a/cc/cc.gyp |
+++ b/cc/cc.gyp |
@@ -512,6 +512,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', |
@@ -541,11 +543,15 @@ |
'trees/property_tree_builder.h', |
'trees/proxy.cc', |
'trees/proxy.h', |
+ 'trees/proxy_impl.h' |
+ 'trees/proxy_main.h' |
brucedawson
2015/10/01 00:20:32
Missing commas here make for a very odd three-part
|
'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', |