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

Side by Side Diff: ui/wm/BUILD.gn

Issue 824263004: Move the test template to //testing/test.gni (part 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 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("//testing/rules.gni")
6
5 component("wm") { 7 component("wm") {
6 sources = [ 8 sources = [
7 "core/accelerator_delegate.h", 9 "core/accelerator_delegate.h",
8 "core/accelerator_filter.cc", 10 "core/accelerator_filter.cc",
9 "core/accelerator_filter.h", 11 "core/accelerator_filter.h",
10 "core/base_focus_rules.cc", 12 "core/base_focus_rules.cc",
11 "core/base_focus_rules.h", 13 "core/base_focus_rules.h",
12 "core/capture_controller.cc", 14 "core/capture_controller.cc",
13 "core/capture_controller.h", 15 "core/capture_controller.h",
14 "core/compound_event_filter.cc", 16 "core/compound_event_filter.cc",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 "//ui/aura:test_support", 139 "//ui/aura:test_support",
138 "//ui/base:test_support", 140 "//ui/base:test_support",
139 "//ui/compositor:test_support", 141 "//ui/compositor:test_support",
140 "//ui/events:test_support", 142 "//ui/events:test_support",
141 "//ui/events/platform", 143 "//ui/events/platform",
142 "//ui/gfx", 144 "//ui/gfx",
143 "//ui/gfx/geometry", 145 "//ui/gfx/geometry",
144 "//ui/gl", 146 "//ui/gl",
145 ] 147 ]
146 } 148 }
OLDNEW
« ui/base/BUILD.gn ('K') | « ui/views/BUILD.gn ('k') | url/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698