| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |