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

Unified Diff: ui/gfx/animation/BUILD.gn

Issue 2976873003: Added a nested class to gfx::Animation (Closed)
Patch Set: Created 3 years, 5 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 | ui/gfx/animation/animation.h » ('j') | ui/gfx/animation/animation.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/animation/BUILD.gn
diff --git a/ui/gfx/animation/BUILD.gn b/ui/gfx/animation/BUILD.gn
index d561028d158d22ca88cc11e915a488ed6bbd9a6a..28ae65352b8eaf1c75732a44dd0622a0c5a72432 100644
--- a/ui/gfx/animation/BUILD.gn
+++ b/ui/gfx/animation/BUILD.gn
@@ -20,7 +20,9 @@ component("animation") {
"animation_delegate.h",
"animation_export.h",
"animation_mac.mm",
+ "animation_test_api.cc",
"animation_win.cc",
+ "animations_test_api.h",
sky 2017/07/12 19:16:19 You have a misspelling here. Also, the test files
sky 2017/07/12 22:42:36 Put them in ui/gfx:test_support.
newcomer 2017/07/13 21:19:28 Done.
newcomer 2017/07/13 21:19:28 Acknowledged.
"linear_animation.cc",
"linear_animation.h",
"multi_animation.cc",
« no previous file with comments | « no previous file | ui/gfx/animation/animation.h » ('j') | ui/gfx/animation/animation.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698