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

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

Issue 2720183002: [Views] Update ink drop for omnibox icons (Closed)
Patch Set: Rebased and fixed tests Created 3 years, 9 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 "animation/ink_drop_highlight.cc", 59 "animation/ink_drop_highlight.cc",
60 "animation/ink_drop_highlight.h", 60 "animation/ink_drop_highlight.h",
61 "animation/ink_drop_highlight_observer.h", 61 "animation/ink_drop_highlight_observer.h",
62 "animation/ink_drop_host.h", 62 "animation/ink_drop_host.h",
63 "animation/ink_drop_host_view.cc", 63 "animation/ink_drop_host_view.cc",
64 "animation/ink_drop_host_view.h", 64 "animation/ink_drop_host_view.h",
65 "animation/ink_drop_impl.cc", 65 "animation/ink_drop_impl.cc",
66 "animation/ink_drop_impl.h", 66 "animation/ink_drop_impl.h",
67 "animation/ink_drop_mask.cc", 67 "animation/ink_drop_mask.cc",
68 "animation/ink_drop_mask.h", 68 "animation/ink_drop_mask.h",
69 "animation/ink_drop_observer.h",
69 "animation/ink_drop_painted_layer_delegates.cc", 70 "animation/ink_drop_painted_layer_delegates.cc",
70 "animation/ink_drop_painted_layer_delegates.h", 71 "animation/ink_drop_painted_layer_delegates.h",
71 "animation/ink_drop_ripple.cc", 72 "animation/ink_drop_ripple.cc",
72 "animation/ink_drop_ripple.h", 73 "animation/ink_drop_ripple.h",
73 "animation/ink_drop_ripple_observer.h", 74 "animation/ink_drop_ripple_observer.h",
74 "animation/ink_drop_state.cc", 75 "animation/ink_drop_state.cc",
75 "animation/ink_drop_state.h", 76 "animation/ink_drop_state.h",
76 "animation/ink_drop_stub.cc", 77 "animation/ink_drop_stub.cc",
77 "animation/ink_drop_stub.h", 78 "animation/ink_drop_stub.h",
78 "animation/scroll_animator.cc", 79 "animation/scroll_animator.cc",
(...skipping 978 matching lines...) Expand 10 before | Expand all | Expand 10 after
1057 "//ui/base:test_support", 1058 "//ui/base:test_support",
1058 "//ui/compositor", 1059 "//ui/compositor",
1059 "//ui/events:test_support", 1060 "//ui/events:test_support",
1060 "//ui/gl:test_support", 1061 "//ui/gl:test_support",
1061 "//ui/resources", 1062 "//ui/resources",
1062 "//ui/resources:ui_test_pak", 1063 "//ui/resources:ui_test_pak",
1063 "//ui/strings", 1064 "//ui/strings",
1064 ] 1065 ]
1065 } 1066 }
1066 } 1067 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698