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

Unified Diff: cc/BUILD.gn

Issue 2251303003: Implement position: sticky updates on compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup and add unit test for impl side sticky position update. Created 4 years, 3 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/blink/web_layer_impl.h » ('j') | cc/layers/layer_impl.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 d4207c5036dabf7dccd04dbfa81a3f40559ab0dd..f2a7c671f6822e1dc5dc85d07954bac09f69fd21 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -140,6 +140,8 @@ component("cc") {
"layers/layer_position_constraint.h",
"layers/layer_proto_converter.cc",
"layers/layer_proto_converter.h",
+ "layers/layer_sticky_position_constraint.cc",
+ "layers/layer_sticky_position_constraint.h",
"layers/layer_utils.cc",
"layers/layer_utils.h",
"layers/nine_patch_layer.cc",
« no previous file with comments | « no previous file | cc/blink/web_layer_impl.h » ('j') | cc/layers/layer_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698