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

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') | 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 d3747a719a39f29fe1d9e76170f97d9287852150..f3084999c0a7462b84a9606760a70668ae586bb1 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -475,6 +475,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",
@@ -492,6 +494,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",
@@ -813,6 +819,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698