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

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

Issue 1586843002: Remove remote tree host and some related input and metro_driver code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-3
Patch Set: remove ash_unittests from being run Created 4 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
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | ui/aura/aura.gyp » ('j') | 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("aura") { 8 component("aura") {
9 sources = [ 9 sources = [
10 "../wm/public/activation_change_observer.cc", 10 "../wm/public/activation_change_observer.cc",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 "env.h", 61 "env.h",
62 "env_observer.h", 62 "env_observer.h",
63 "input_state_lookup.cc", 63 "input_state_lookup.cc",
64 "input_state_lookup.h", 64 "input_state_lookup.h",
65 "input_state_lookup_win.cc", 65 "input_state_lookup_win.cc",
66 "input_state_lookup_win.h", 66 "input_state_lookup_win.h",
67 "layout_manager.cc", 67 "layout_manager.cc",
68 "layout_manager.h", 68 "layout_manager.h",
69 "mus/mus_util.cc", 69 "mus/mus_util.cc",
70 "mus/mus_util.h", 70 "mus/mus_util.h",
71 "remote_window_tree_host_win.cc",
72 "remote_window_tree_host_win.h",
73 "scoped_window_targeter.cc", 71 "scoped_window_targeter.cc",
74 "scoped_window_targeter.h", 72 "scoped_window_targeter.h",
75 "window.cc", 73 "window.cc",
76 "window.h", 74 "window.h",
77 "window_delegate.h", 75 "window_delegate.h",
78 "window_event_dispatcher.cc", 76 "window_event_dispatcher.cc",
79 "window_event_dispatcher.h", 77 "window_event_dispatcher.h",
80 "window_observer.cc", 78 "window_observer.cc",
81 "window_observer.h", 79 "window_observer.h",
82 "window_targeter.cc", 80 "window_targeter.cc",
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 ] 315 ]
318 316
319 if (is_linux) { 317 if (is_linux) {
320 deps += [ "//third_party/mesa" ] 318 deps += [ "//third_party/mesa" ]
321 } 319 }
322 320
323 data_deps = [ 321 data_deps = [
324 "//third_party/mesa:osmesa", 322 "//third_party/mesa:osmesa",
325 ] 323 ]
326 } 324 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | ui/aura/aura.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698