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

Unified Diff: cc/BUILD.gn

Issue 1952563002: Rename and refactor ScrollOffsetAnimations to ScrollOffsetAnimationsImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/ScrollOffsetAnimationsHostImpl/ScrollOffsetAnimationsImpl Created 4 years, 7 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/animation/animation_host.h » ('j') | cc/animation/animation_host.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 cf4cd6a2966175fd4cc0e757163ff6d12856ff18..63b95be219fcc6ef926e18c6a51146edb70374a6 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -28,6 +28,8 @@ component("cc") {
"animation/keyframed_animation_curve.h",
"animation/scroll_offset_animation_curve.cc",
"animation/scroll_offset_animation_curve.h",
+ "animation/scroll_offset_animations_impl.cc",
+ "animation/scroll_offset_animations_impl.h",
"animation/target_property.cc",
"animation/target_property.h",
"animation/timing_function.cc",
« no previous file with comments | « no previous file | cc/animation/animation_host.h » ('j') | cc/animation/animation_host.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698