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

Unified Diff: ui/gfx/BUILD.gn

Issue 1653003002: Make scrollAnimatorEnabled work on Mac like it does on other platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Previous patch accidentally lost new files 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 | « third_party/WebKit/public/web/mac/WebScrollbarTheme.h ('k') | ui/gfx/animation/animation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 4d181b6ce536e0d78bb002d03b308dbc9bfd732c..e20ecaad71b1409db2bff42a2a426757e1ddb7bc 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -42,6 +42,8 @@ component("gfx") {
"animation/animation_container_element.h",
"animation/animation_container_observer.h",
"animation/animation_delegate.h",
+ "animation/animation_mac.mm",
+ "animation/animation_win.cc",
"animation/linear_animation.cc",
"animation/linear_animation.h",
"animation/multi_animation.cc",
« no previous file with comments | « third_party/WebKit/public/web/mac/WebScrollbarTheme.h ('k') | ui/gfx/animation/animation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698