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

Side by Side Diff: ui/aura/aura.gyp

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 | « ui/aura/BUILD.gn ('k') | ui/aura/demo/demo_main.cc » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 'layout_manager.h', 90 'layout_manager.h',
91 'remote_window_tree_host_win.cc', 91 'remote_window_tree_host_win.cc',
92 'remote_window_tree_host_win.h', 92 'remote_window_tree_host_win.h',
93 'scoped_window_targeter.cc', 93 'scoped_window_targeter.cc',
94 'scoped_window_targeter.h', 94 'scoped_window_targeter.h',
95 'window.cc', 95 'window.cc',
96 'window.h', 96 'window.h',
97 'window_delegate.h', 97 'window_delegate.h',
98 'window_event_dispatcher.cc', 98 'window_event_dispatcher.cc',
99 'window_event_dispatcher.h', 99 'window_event_dispatcher.h',
100 'window_layer_type.h',
101 'window_observer.cc', 100 'window_observer.cc',
102 'window_observer.h', 101 'window_observer.h',
103 'window_targeter.cc', 102 'window_targeter.cc',
104 'window_targeter.h', 103 'window_targeter.h',
105 'window_tracker.cc', 104 'window_tracker.cc',
106 'window_tracker.h', 105 'window_tracker.h',
107 'window_tree_host.cc', 106 'window_tree_host.cc',
108 'window_tree_host.h', 107 'window_tree_host.h',
109 'window_tree_host_mac.h', 108 'window_tree_host_mac.h',
110 'window_tree_host_mac.mm', 109 'window_tree_host_mac.mm',
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 ['OS=="linux" and use_allocator!="none"', { 308 ['OS=="linux" and use_allocator!="none"', {
310 'dependencies': [ 309 'dependencies': [
311 # See http://crbug.com/162998#c4 for why this is needed. 310 # See http://crbug.com/162998#c4 for why this is needed.
312 '../../base/allocator/allocator.gyp:allocator', 311 '../../base/allocator/allocator.gyp:allocator',
313 ], 312 ],
314 }], 313 }],
315 ], 314 ],
316 }, 315 },
317 ], 316 ],
318 } 317 }
OLDNEW
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/aura/demo/demo_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698