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

Unified Diff: ui/views/BUILD.gn

Issue 2340993002: Tweaks to "Allow InkDropRipple to co-exist with highlight or not exist at all." (Closed)
Patch Set: Fixed InkDropImplTest.HighlightCanExistWithoutRipple. Created 4 years, 3 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/views/animation/empty_ink_drop_ripple.h » ('j') | ui/views/animation/ink_drop_ripple.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/BUILD.gn
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
index eb265087f51750ffed4edb3103dd021472415a2d..7023d17ead3d62d94b8edb578e75efda43ea358b 100644
--- a/ui/views/BUILD.gn
+++ b/ui/views/BUILD.gn
@@ -21,6 +21,8 @@ component("views") {
"accessible_pane_view.h",
"animation/bounds_animator.cc",
"animation/bounds_animator.h",
+ "animation/empty_ink_drop_ripple.cc",
+ "animation/empty_ink_drop_ripple.h",
"animation/flood_fill_ink_drop_ripple.cc",
"animation/flood_fill_ink_drop_ripple.h",
"animation/ink_drop.h",
@@ -633,6 +635,8 @@ component("views") {
static_library("test_support_internal") {
testonly = true
sources = [
+ "animation/test/empty_ink_drop_ripple_test_api.cc",
+ "animation/test/empty_ink_drop_ripple_test_api.h",
"animation/test/flood_fill_ink_drop_ripple_test_api.cc",
"animation/test/flood_fill_ink_drop_ripple_test_api.h",
"animation/test/ink_drop_highlight_test_api.cc",
« no previous file with comments | « no previous file | ui/views/animation/empty_ink_drop_ripple.h » ('j') | ui/views/animation/ink_drop_ripple.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698