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

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

Issue 547793002: Add lots of testonly annotations to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 3 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
« no previous file with comments | « ui/views/controls/webview/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 component("wm") { 5 component("wm") {
6 sources = [ 6 sources = [
7 "core/accelerator_delegate.h", 7 "core/accelerator_delegate.h",
8 "core/accelerator_filter.cc", 8 "core/accelerator_filter.cc",
9 "core/accelerator_filter.h", 9 "core/accelerator_filter.h",
10 "core/base_focus_rules.cc", 10 "core/base_focus_rules.cc",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "//ui/events/platform", 83 "//ui/events/platform",
84 "//ui/events:events_base", 84 "//ui/events:events_base",
85 "//ui/events/platform", 85 "//ui/events/platform",
86 "//ui/gfx", 86 "//ui/gfx",
87 "//ui/gfx/geometry", 87 "//ui/gfx/geometry",
88 "//ui/resources", 88 "//ui/resources",
89 ] 89 ]
90 } 90 }
91 91
92 static_library("test_support") { 92 static_library("test_support") {
93 testonly = true
93 sources = [ 94 sources = [
94 "test/wm_test_helper.cc", 95 "test/wm_test_helper.cc",
95 "test/wm_test_helper.h", 96 "test/wm_test_helper.h",
96 ] 97 ]
97 98
98 deps = [ 99 deps = [
99 ":wm", 100 ":wm",
100 "//skia", 101 "//skia",
101 "//ui/aura", 102 "//ui/aura",
102 "//ui/aura:test_support", 103 "//ui/aura:test_support",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 "//ui/base", 136 "//ui/base",
136 "//ui/compositor", 137 "//ui/compositor",
137 "//ui/events", 138 "//ui/events",
138 "//ui/events:events_base", 139 "//ui/events:events_base",
139 "//ui/events/platform", 140 "//ui/events/platform",
140 "//ui/gfx", 141 "//ui/gfx",
141 "//ui/gfx/geometry", 142 "//ui/gfx/geometry",
142 "//ui/gl", 143 "//ui/gl",
143 ] 144 ]
144 } 145 }
OLDNEW
« no previous file with comments | « ui/views/controls/webview/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698