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

Unified Diff: ui/views/BUILD.gn

Issue 2499523003: Add ink drop masking to TrayBackgroundView (Closed)
Patch Set: Addressed review comments Created 4 years, 1 month 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
Index: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index c742f9cc89628ba3f1aca2a8d1045f4d5fe3a538..70f3059b19db3bf31870588ce0a21d217b055276 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -35,6 +35,8 @@ component("views") {
"animation/ink_drop_host_view.h",
"animation/ink_drop_impl.cc",
"animation/ink_drop_impl.h",
+ "animation/ink_drop_mask.cc",
+ "animation/ink_drop_mask.h",
"animation/ink_drop_painted_layer_delegates.cc",
"animation/ink_drop_painted_layer_delegates.h",
"animation/ink_drop_ripple.cc",

Powered by Google App Engine
This is Rietveld 408576698