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

Unified Diff: cc/blink/BUILD.gn

Issue 1447893002: compositor-worker: Introduce WebCompositorMutableState (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review feedback. Created 4 years, 11 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/animation/layer_tree_mutation.h ('k') | cc/blink/cc_blink.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/BUILD.gn
diff --git a/cc/blink/BUILD.gn b/cc/blink/BUILD.gn
index 93915b0bdf9b700fcdb9336cac125c1282bcef72..cbdeef825a3fb8f5a368fd71579ee0244c37d4c6 100644
--- a/cc/blink/BUILD.gn
+++ b/cc/blink/BUILD.gn
@@ -21,6 +21,10 @@ component("blink") {
"web_compositor_animation_player_impl.h",
"web_compositor_animation_timeline_impl.cc",
"web_compositor_animation_timeline_impl.h",
+ "web_compositor_mutable_state_impl.cc",
+ "web_compositor_mutable_state_impl.h",
+ "web_compositor_mutable_state_provider_impl.cc",
+ "web_compositor_mutable_state_provider_impl.h",
"web_compositor_support_impl.cc",
"web_compositor_support_impl.h",
"web_content_layer_impl.cc",
@@ -79,6 +83,7 @@ if (!is_mac) {
sources = [
"web_animation_unittest.cc",
"web_compositor_animation_player_unittest.cc",
+ "web_compositor_mutable_state_impl_unittest.cc",
"web_float_animation_curve_unittest.cc",
"web_layer_impl_fixed_bounds_unittest.cc",
« no previous file with comments | « cc/animation/layer_tree_mutation.h ('k') | cc/blink/cc_blink.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698