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

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

Issue 1050713002: aura: Remove layerless windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: layerless: rebase Created 5 years, 8 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 | « content/browser/web_contents/web_contents_view_aura_browsertest.cc ('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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 "layout_manager.h", 68 "layout_manager.h",
69 "remote_window_tree_host_win.cc", 69 "remote_window_tree_host_win.cc",
70 "remote_window_tree_host_win.h", 70 "remote_window_tree_host_win.h",
71 "scoped_window_targeter.cc", 71 "scoped_window_targeter.cc",
72 "scoped_window_targeter.h", 72 "scoped_window_targeter.h",
73 "window.cc", 73 "window.cc",
74 "window.h", 74 "window.h",
75 "window_delegate.h", 75 "window_delegate.h",
76 "window_event_dispatcher.cc", 76 "window_event_dispatcher.cc",
77 "window_event_dispatcher.h", 77 "window_event_dispatcher.h",
78 "window_layer_type.h",
79 "window_observer.cc", 78 "window_observer.cc",
80 "window_observer.h", 79 "window_observer.h",
81 "window_targeter.cc", 80 "window_targeter.cc",
82 "window_targeter.h", 81 "window_targeter.h",
83 "window_tracker.cc", 82 "window_tracker.cc",
84 "window_tracker.h", 83 "window_tracker.h",
85 "window_tree_host.cc", 84 "window_tree_host.cc",
86 "window_tree_host.h", 85 "window_tree_host.h",
87 "window_tree_host_mac.h", 86 "window_tree_host_mac.h",
88 "window_tree_host_mac.mm", 87 "window_tree_host_mac.mm",
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 "//ui/events:gesture_detection", 296 "//ui/events:gesture_detection",
298 "//ui/gfx", 297 "//ui/gfx",
299 "//ui/gfx/geometry", 298 "//ui/gfx/geometry",
300 "//ui/gl", 299 "//ui/gl",
301 ] 300 ]
302 301
303 if (is_linux) { 302 if (is_linux) {
304 deps += [ "//third_party/mesa" ] 303 deps += [ "//third_party/mesa" ]
305 } 304 }
306 } 305 }
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_view_aura_browsertest.cc ('k') | ui/aura/aura.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698