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

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

Issue 2446893005: Adds a porting layer so aura can be made to work with mus (Closed)
Patch Set: better Created 4 years, 1 month 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 | « no previous file | ui/aura/env.h » ('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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 "mus/mus_util.h", 71 "mus/mus_util.h",
72 "scoped_window_targeter.cc", 72 "scoped_window_targeter.cc",
73 "scoped_window_targeter.h", 73 "scoped_window_targeter.h",
74 "window.cc", 74 "window.cc",
75 "window.h", 75 "window.h",
76 "window_delegate.h", 76 "window_delegate.h",
77 "window_event_dispatcher.cc", 77 "window_event_dispatcher.cc",
78 "window_event_dispatcher.h", 78 "window_event_dispatcher.h",
79 "window_observer.cc", 79 "window_observer.cc",
80 "window_observer.h", 80 "window_observer.h",
81 "window_port.cc",
82 "window_port.h",
83 "window_port_local.cc",
84 "window_port_local.h",
81 "window_targeter.cc", 85 "window_targeter.cc",
82 "window_targeter.h", 86 "window_targeter.h",
83 "window_tracker.h", 87 "window_tracker.h",
84 "window_tree_host.cc", 88 "window_tree_host.cc",
85 "window_tree_host.h", 89 "window_tree_host.h",
86 "window_tree_host_mac.h", 90 "window_tree_host_mac.h",
87 "window_tree_host_mac.mm", 91 "window_tree_host_mac.mm",
88 "window_tree_host_observer.h", 92 "window_tree_host_observer.h",
89 "window_tree_host_platform.cc", 93 "window_tree_host_platform.cc",
90 "window_tree_host_platform.h", 94 "window_tree_host_platform.h",
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 ] 287 ]
284 288
285 if (is_linux) { 289 if (is_linux) {
286 deps += [ "//third_party/mesa" ] 290 deps += [ "//third_party/mesa" ]
287 } 291 }
288 292
289 data_deps = [ 293 data_deps = [
290 "//third_party/mesa:osmesa", 294 "//third_party/mesa:osmesa",
291 ] 295 ]
292 } 296 }
OLDNEW
« no previous file with comments | « no previous file | ui/aura/env.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698