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

Side by Side Diff: ui/views/BUILD.gn

Issue 2720183002: [Views] Update ink drop for omnibox icons (Closed)
Patch Set: Removed CanProcessEventsWithinSubtree 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/base/ui_features.gni") 8 import("//ui/base/ui_features.gni")
9 import("//ui/ozone/ozone.gni") 9 import("//ui/ozone/ozone.gni")
10 import("//ui/vector_icons/vector_icons.gni") 10 import("//ui/vector_icons/vector_icons.gni")
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 "animation/ink_drop_highlight.cc", 47 "animation/ink_drop_highlight.cc",
48 "animation/ink_drop_highlight.h", 48 "animation/ink_drop_highlight.h",
49 "animation/ink_drop_highlight_observer.h", 49 "animation/ink_drop_highlight_observer.h",
50 "animation/ink_drop_host.h", 50 "animation/ink_drop_host.h",
51 "animation/ink_drop_host_view.cc", 51 "animation/ink_drop_host_view.cc",
52 "animation/ink_drop_host_view.h", 52 "animation/ink_drop_host_view.h",
53 "animation/ink_drop_impl.cc", 53 "animation/ink_drop_impl.cc",
54 "animation/ink_drop_impl.h", 54 "animation/ink_drop_impl.h",
55 "animation/ink_drop_mask.cc", 55 "animation/ink_drop_mask.cc",
56 "animation/ink_drop_mask.h", 56 "animation/ink_drop_mask.h",
57 "animation/ink_drop_observer.h",
57 "animation/ink_drop_painted_layer_delegates.cc", 58 "animation/ink_drop_painted_layer_delegates.cc",
58 "animation/ink_drop_painted_layer_delegates.h", 59 "animation/ink_drop_painted_layer_delegates.h",
59 "animation/ink_drop_ripple.cc", 60 "animation/ink_drop_ripple.cc",
60 "animation/ink_drop_ripple.h", 61 "animation/ink_drop_ripple.h",
61 "animation/ink_drop_ripple_observer.h", 62 "animation/ink_drop_ripple_observer.h",
62 "animation/ink_drop_state.cc", 63 "animation/ink_drop_state.cc",
63 "animation/ink_drop_state.h", 64 "animation/ink_drop_state.h",
64 "animation/ink_drop_stub.cc", 65 "animation/ink_drop_stub.cc",
65 "animation/ink_drop_stub.h", 66 "animation/ink_drop_stub.h",
66 "animation/scroll_animator.cc", 67 "animation/scroll_animator.cc",
(...skipping 998 matching lines...) Expand 10 before | Expand all | Expand 10 after
1065 "//ui/base:test_support", 1066 "//ui/base:test_support",
1066 "//ui/compositor", 1067 "//ui/compositor",
1067 "//ui/events:test_support", 1068 "//ui/events:test_support",
1068 "//ui/gl:test_support", 1069 "//ui/gl:test_support",
1069 "//ui/resources", 1070 "//ui/resources",
1070 "//ui/resources:ui_test_pak", 1071 "//ui/resources:ui_test_pak",
1071 "//ui/strings", 1072 "//ui/strings",
1072 ] 1073 ]
1073 } 1074 }
1074 } 1075 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/page_info/page_info_bubble_view.cc ('k') | ui/views/animation/ink_drop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698