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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2858313002: Refactored AppMenuAnimation (Closed)
Patch Set: Fix for msw Created 3 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 | chrome/browser/ui/toolbar/app_menu_animation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 17193bdd88c6563f5911255fbfd8b26a355fdcdd..fc55e797b296a74fd284b6b5e0e57559a2509c59 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -881,6 +881,8 @@ split_static_library("ui") {
"task_manager/task_manager_columns.h",
"task_manager/task_manager_table_model.cc",
"task_manager/task_manager_table_model.h",
+ "toolbar/app_menu_animation.cc",
+ "toolbar/app_menu_animation.h",
"toolbar/app_menu_icon_controller.cc",
"toolbar/app_menu_icon_controller.h",
"toolbar/app_menu_model.cc",
@@ -1897,8 +1899,6 @@ split_static_library("ui") {
"views/theme_copying_widget.h",
"views/toolbar/app_menu.cc",
"views/toolbar/app_menu.h",
- "views/toolbar/app_menu_animation.cc",
- "views/toolbar/app_menu_animation.h",
"views/toolbar/app_menu_button.cc",
"views/toolbar/app_menu_button.h",
"views/toolbar/app_menu_observer.h",
« no previous file with comments | « no previous file | chrome/browser/ui/toolbar/app_menu_animation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698