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

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

Issue 465693002: GN: Remove duplicate entries from sources lists (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « ui/base/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.h",
11 "core/base_focus_rules.cc", 10 "core/base_focus_rules.cc",
12 "core/base_focus_rules.h", 11 "core/base_focus_rules.h",
13 "core/capture_controller.cc", 12 "core/capture_controller.cc",
14 "core/capture_controller.h", 13 "core/capture_controller.h",
15 "core/compound_event_filter.cc", 14 "core/compound_event_filter.cc",
16 "core/compound_event_filter.h", 15 "core/compound_event_filter.h",
17 "core/cursor_manager.cc", 16 "core/cursor_manager.cc",
18 "core/cursor_manager.h", 17 "core/cursor_manager.h",
19 "core/default_activation_client.cc", 18 "core/default_activation_client.cc",
20 "core/default_activation_client.h", 19 "core/default_activation_client.h",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 "//ui/compositor", 136 "//ui/compositor",
138 "//ui/events", 137 "//ui/events",
139 "//ui/events:events_base", 138 "//ui/events:events_base",
140 "//ui/events/platform", 139 "//ui/events/platform",
141 "//ui/gfx", 140 "//ui/gfx",
142 "//ui/gfx/geometry", 141 "//ui/gfx/geometry",
143 ] 142 ]
144 } 143 }
145 144
146 } 145 }
OLDNEW
« no previous file with comments | « ui/base/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698