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

Unified Diff: cc/BUILD.gn

Issue 687873004: Introduce Property Trees (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wip-awoloszyn2
Patch Set: . Created 6 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') | cc/layers/layer.h » ('J')
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 c744c5b175ad9f6ea7de2c89bec592481d8d4e12..b89a951657b9bc7d9d165c42d37b2465657d74f8 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -472,6 +472,8 @@ component("cc") {
"trees/blocking_task_runner.h",
"trees/damage_tracker.cc",
"trees/damage_tracker.h",
+ "trees/draw_property_utils.cc",
+ "trees/draw_property_utils.h",
"trees/layer_sorter.cc",
"trees/layer_sorter.h",
"trees/layer_tree_host.cc",
@@ -489,6 +491,10 @@ component("cc") {
"trees/occlusion.h",
"trees/occlusion_tracker.cc",
"trees/occlusion_tracker.h",
+ "trees/property_tree.cc",
+ "trees/property_tree.h",
+ "trees/property_tree_builder.cc",
+ "trees/property_tree_builder.h",
"trees/proxy.cc",
"trees/proxy.h",
"trees/proxy_timing_history.cc",
@@ -808,6 +814,7 @@ test("cc_unittests") {
"trees/layer_tree_impl_unittest.cc",
"trees/occlusion_tracker_unittest.cc",
"trees/occlusion_unittest.cc",
+ "trees/property_tree_unittest.cc",
"trees/tree_synchronizer_unittest.cc",
# Surfaces test files.
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/layers/layer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698