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

Unified Diff: cc/BUILD.gn

Issue 2118993002: Detemplatize cc property nodes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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.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 313473ecde685c59bf2182d4cd650f13c4c2eca3..f1be4f78fd9a1b20592338ce2440a590e2293f72 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -484,11 +484,15 @@ component("cc") {
"trees/blocking_task_runner.h",
"trees/channel_impl.h",
"trees/channel_main.h",
+ "trees/clip_node.cc",
+ "trees/clip_node.h",
"trees/compositor_mode.h",
"trees/damage_tracker.cc",
"trees/damage_tracker.h",
"trees/draw_property_utils.cc",
"trees/draw_property_utils.h",
+ "trees/effect_node.cc",
+ "trees/effect_node.h",
"trees/latency_info_swap_promise_monitor.cc",
"trees/latency_info_swap_promise_monitor.h",
"trees/layer_tree_host.cc",
@@ -525,6 +529,8 @@ component("cc") {
"trees/remote_channel_main.h",
"trees/remote_proto_channel.h",
"trees/scoped_abort_remaining_swap_promises.h",
+ "trees/scroll_node.cc",
+ "trees/scroll_node.h",
"trees/single_thread_proxy.cc",
"trees/single_thread_proxy.h",
"trees/swap_promise_monitor.cc",
@@ -533,6 +539,8 @@ component("cc") {
"trees/task_runner_provider.h",
"trees/threaded_channel.cc",
"trees/threaded_channel.h",
+ "trees/transform_node.cc",
+ "trees/transform_node.h",
"trees/tree_synchronizer.cc",
"trees/tree_synchronizer.h",
]
« 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