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

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

Issue 1476643002: mustash: Enable connections to mus from the Chrome renderer [take 2] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't create a RenderWidgetWindowTreeeClientFactory in tests Created 5 years 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("//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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 "client/window_tree_client.h", 59 "client/window_tree_client.h",
60 "env.cc", 60 "env.cc",
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",
70 "mus/mus_util.h",
69 "remote_window_tree_host_win.cc", 71 "remote_window_tree_host_win.cc",
70 "remote_window_tree_host_win.h", 72 "remote_window_tree_host_win.h",
71 "scoped_window_targeter.cc", 73 "scoped_window_targeter.cc",
72 "scoped_window_targeter.h", 74 "scoped_window_targeter.h",
73 "window.cc", 75 "window.cc",
74 "window.h", 76 "window.h",
75 "window_delegate.h", 77 "window_delegate.h",
76 "window_event_dispatcher.cc", 78 "window_event_dispatcher.cc",
77 "window_event_dispatcher.h", 79 "window_event_dispatcher.h",
78 "window_observer.cc", 80 "window_observer.cc",
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 ] 316 ]
315 317
316 if (is_linux) { 318 if (is_linux) {
317 deps += [ "//third_party/mesa" ] 319 deps += [ "//third_party/mesa" ]
318 } 320 }
319 321
320 data_deps = [ 322 data_deps = [
321 "//third_party/mesa:osmesa", 323 "//third_party/mesa:osmesa",
322 ] 324 ]
323 } 325 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698