| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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 static_library("test_support") { | 5 static_library("test_support") { |
| 6 testonly = true | 6 testonly = true |
| 7 sources = [ | 7 sources = [ |
| 8 "ash_test.cc", | 8 "ash_test.cc", |
| 9 "ash_test.h", | 9 "ash_test.h", |
| 10 "ash_test_impl.h", | 10 "ash_test_impl.h", |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 "//ash", | 36 "//ash", |
| 37 "//ash/public/cpp", | 37 "//ash/public/cpp", |
| 38 "//ash/public/interfaces", | 38 "//ash/public/interfaces", |
| 39 "//base", | 39 "//base", |
| 40 "//components/signin/core/account_id", | 40 "//components/signin/core/account_id", |
| 41 "//components/user_manager", | 41 "//components/user_manager", |
| 42 | 42 |
| 43 # TODO: this is for ui/wm/public/window_types.h, which is in aura. | 43 # TODO: this is for ui/wm/public/window_types.h, which is in aura. |
| 44 # http://crbug.com/654078. | 44 # http://crbug.com/654078. |
| 45 "//ui/aura", | 45 "//ui/aura", |
| 46 "//ui/display", | 46 "//ui/display/manager", |
| 47 "//ui/gfx/geometry", | 47 "//ui/gfx/geometry", |
| 48 "//ui/views", | 48 "//ui/views", |
| 49 "//ui/wm", | 49 "//ui/wm", |
| 50 ] | 50 ] |
| 51 } | 51 } |
| OLD | NEW |