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

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

Issue 2692663002: Gut ash::MaterialDesignController, and remove the about:flags entry. (Closed)
Patch Set: Created 3 years, 10 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 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",
11 "material_design_controller_test_api.cc",
12 "material_design_controller_test_api.h",
13 "test_palette_delegate.cc", 11 "test_palette_delegate.cc",
14 "test_palette_delegate.h", 12 "test_palette_delegate.h",
15 "test_session_state_delegate.cc", 13 "test_session_state_delegate.cc",
16 "test_session_state_delegate.h", 14 "test_session_state_delegate.h",
17 "test_shelf_delegate.cc", 15 "test_shelf_delegate.cc",
18 "test_shelf_delegate.h", 16 "test_shelf_delegate.h",
19 "test_shelf_item_delegate.cc", 17 "test_shelf_item_delegate.cc",
20 "test_shelf_item_delegate.h", 18 "test_shelf_item_delegate.h",
21 "test_system_tray_delegate.cc", 19 "test_system_tray_delegate.cc",
22 "test_system_tray_delegate.h", 20 "test_system_tray_delegate.h",
(...skipping 17 matching lines...) Expand all
40 38
41 # TODO: this is for ui/wm/public/window_types.h, which is in aura. 39 # TODO: this is for ui/wm/public/window_types.h, which is in aura.
42 # http://crbug.com/654078. 40 # http://crbug.com/654078.
43 "//ui/aura", 41 "//ui/aura",
44 "//ui/display/manager", 42 "//ui/display/manager",
45 "//ui/gfx/geometry", 43 "//ui/gfx/geometry",
46 "//ui/views", 44 "//ui/views",
47 "//ui/wm", 45 "//ui/wm",
48 ] 46 ]
49 } 47 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698