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

Side by Side 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 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/ozone/ozone.gni") 8 import("//ui/ozone/ozone.gni")
9 9
10 config("flags") { 10 config("flags") {
(...skipping 17 matching lines...) Expand all
28 "animation/ink_drop_animation_ended_reason.cc", 28 "animation/ink_drop_animation_ended_reason.cc",
29 "animation/ink_drop_animation_ended_reason.h", 29 "animation/ink_drop_animation_ended_reason.h",
30 "animation/ink_drop_highlight.cc", 30 "animation/ink_drop_highlight.cc",
31 "animation/ink_drop_highlight.h", 31 "animation/ink_drop_highlight.h",
32 "animation/ink_drop_highlight_observer.h", 32 "animation/ink_drop_highlight_observer.h",
33 "animation/ink_drop_host.h", 33 "animation/ink_drop_host.h",
34 "animation/ink_drop_host_view.cc", 34 "animation/ink_drop_host_view.cc",
35 "animation/ink_drop_host_view.h", 35 "animation/ink_drop_host_view.h",
36 "animation/ink_drop_impl.cc", 36 "animation/ink_drop_impl.cc",
37 "animation/ink_drop_impl.h", 37 "animation/ink_drop_impl.h",
38 "animation/ink_drop_mask.cc",
39 "animation/ink_drop_mask.h",
38 "animation/ink_drop_painted_layer_delegates.cc", 40 "animation/ink_drop_painted_layer_delegates.cc",
39 "animation/ink_drop_painted_layer_delegates.h", 41 "animation/ink_drop_painted_layer_delegates.h",
40 "animation/ink_drop_ripple.cc", 42 "animation/ink_drop_ripple.cc",
41 "animation/ink_drop_ripple.h", 43 "animation/ink_drop_ripple.h",
42 "animation/ink_drop_ripple_observer.h", 44 "animation/ink_drop_ripple_observer.h",
43 "animation/ink_drop_state.cc", 45 "animation/ink_drop_state.cc",
44 "animation/ink_drop_state.h", 46 "animation/ink_drop_state.h",
45 "animation/ink_drop_stub.cc", 47 "animation/ink_drop_stub.cc",
46 "animation/ink_drop_stub.h", 48 "animation/ink_drop_stub.h",
47 "animation/scroll_animator.cc", 49 "animation/scroll_animator.cc",
(...skipping 970 matching lines...) Expand 10 before | Expand all | Expand 10 after
1018 "//ui/base:test_support", 1020 "//ui/base:test_support",
1019 "//ui/compositor", 1021 "//ui/compositor",
1020 "//ui/events:test_support", 1022 "//ui/events:test_support",
1021 "//ui/gl:test_support", 1023 "//ui/gl:test_support",
1022 "//ui/resources", 1024 "//ui/resources",
1023 "//ui/resources:ui_test_pak", 1025 "//ui/resources:ui_test_pak",
1024 "//ui/strings", 1026 "//ui/strings",
1025 ] 1027 ]
1026 } 1028 }
1027 } 1029 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698