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

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

Issue 2720183002: [Views] Update ink drop for omnibox icons (Closed)
Patch Set: Removed the mask Created 3 years, 8 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "animation/ink_drop_highlight.cc", 54 "animation/ink_drop_highlight.cc",
55 "animation/ink_drop_highlight.h", 55 "animation/ink_drop_highlight.h",
56 "animation/ink_drop_highlight_observer.h", 56 "animation/ink_drop_highlight_observer.h",
57 "animation/ink_drop_host.h", 57 "animation/ink_drop_host.h",
58 "animation/ink_drop_host_view.cc", 58 "animation/ink_drop_host_view.cc",
59 "animation/ink_drop_host_view.h", 59 "animation/ink_drop_host_view.h",
60 "animation/ink_drop_impl.cc", 60 "animation/ink_drop_impl.cc",
61 "animation/ink_drop_impl.h", 61 "animation/ink_drop_impl.h",
62 "animation/ink_drop_mask.cc", 62 "animation/ink_drop_mask.cc",
63 "animation/ink_drop_mask.h", 63 "animation/ink_drop_mask.h",
64 "animation/ink_drop_observer.h",
64 "animation/ink_drop_painted_layer_delegates.cc", 65 "animation/ink_drop_painted_layer_delegates.cc",
65 "animation/ink_drop_painted_layer_delegates.h", 66 "animation/ink_drop_painted_layer_delegates.h",
66 "animation/ink_drop_ripple.cc", 67 "animation/ink_drop_ripple.cc",
67 "animation/ink_drop_ripple.h", 68 "animation/ink_drop_ripple.h",
68 "animation/ink_drop_ripple_observer.h", 69 "animation/ink_drop_ripple_observer.h",
69 "animation/ink_drop_state.cc", 70 "animation/ink_drop_state.cc",
70 "animation/ink_drop_state.h", 71 "animation/ink_drop_state.h",
71 "animation/ink_drop_stub.cc", 72 "animation/ink_drop_stub.cc",
72 "animation/ink_drop_stub.h", 73 "animation/ink_drop_stub.h",
73 "animation/scroll_animator.cc", 74 "animation/scroll_animator.cc",
(...skipping 1003 matching lines...) Expand 10 before | Expand all | Expand 10 after
1077 "//ui/base:test_support", 1078 "//ui/base:test_support",
1078 "//ui/compositor", 1079 "//ui/compositor",
1079 "//ui/events:test_support", 1080 "//ui/events:test_support",
1080 "//ui/gl:test_support", 1081 "//ui/gl:test_support",
1081 "//ui/resources", 1082 "//ui/resources",
1082 "//ui/resources:ui_test_pak", 1083 "//ui/resources:ui_test_pak",
1083 "//ui/strings", 1084 "//ui/strings",
1084 ] 1085 ]
1085 } 1086 }
1086 } 1087 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698