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

Unified Diff: cc/BUILD.gn

Issue 1698813002: CC Animation: Expose TargetProperty enum to be aliased in Blink Platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use custom hash in unordered_set. Created 4 years, 10 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.h » ('j') | cc/animation/animation_target_property.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 69c41c9a2907a95d00dfa59a55a4b44916cdfd96..2743e8b166cac121bc2b1a1052284adf36acbd7a 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -21,6 +21,8 @@ component("cc") {
"animation/animation_player.h",
"animation/animation_registrar.cc",
"animation/animation_registrar.h",
+ "animation/animation_target_property.cc",
+ "animation/animation_target_property.h",
"animation/animation_timeline.cc",
"animation/animation_timeline.h",
"animation/element_animations.cc",
« no previous file with comments | « no previous file | cc/animation/animation.h » ('j') | cc/animation/animation_target_property.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698