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

Side by Side Diff: ash/common/test/BUILD.gn

Issue 2540313002: Split //ui/display and create //ui/display/manager. (Closed)
Patch Set: Cleanup export header. Created 4 years 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
« no previous file with comments | « ash/BUILD.gn ('k') | ash/common/test/ash_test.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/common/test/ash_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698