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

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

Issue 584683002: Improve GN header checker, make //ui pass. (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/web_dialogs/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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "core/window_animations_unittest.cc", 127 "core/window_animations_unittest.cc",
128 ] 128 ]
129 129
130 deps = [ 130 deps = [
131 ":test_support", 131 ":test_support",
132 ":wm", 132 ":wm",
133 "//base", 133 "//base",
134 "//base/test:test_support", 134 "//base/test:test_support",
135 "//skia", 135 "//skia",
136 "//testing/gtest", 136 "//testing/gtest",
137 "//ui/aura",
138 "//ui/aura:test_support", 137 "//ui/aura:test_support",
139 "//ui/base", 138 "//ui/base:test_support",
140 "//ui/compositor", 139 "//ui/compositor:test_support",
141 "//ui/events", 140 "//ui/events:test_support",
142 "//ui/events:events_base",
143 "//ui/events/platform", 141 "//ui/events/platform",
144 "//ui/gfx", 142 "//ui/gfx",
145 "//ui/gfx/geometry", 143 "//ui/gfx/geometry",
146 "//ui/gl", 144 "//ui/gl",
147 ] 145 ]
148 } 146 }
OLDNEW
« no previous file with comments | « ui/web_dialogs/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698