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

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

Issue 100603002: Add aura::WindowIdRegistry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ui/aura/window_id_registry.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 (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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'root_window_host_win.cc', 93 'root_window_host_win.cc',
94 'root_window_host_win.h', 94 'root_window_host_win.h',
95 'root_window_host_x11.cc', 95 'root_window_host_x11.cc',
96 'root_window_host_x11.h', 96 'root_window_host_x11.h',
97 'root_window_transformer.h', 97 'root_window_transformer.h',
98 'root_window.cc', 98 'root_window.cc',
99 'root_window.h', 99 'root_window.h',
100 'window.cc', 100 'window.cc',
101 'window.h', 101 'window.h',
102 'window_delegate.h', 102 'window_delegate.h',
103 'window_id_registry.cc',
104 'window_id_registry.h',
103 'window_observer.h', 105 'window_observer.h',
104 'window_tracker.cc', 106 'window_tracker.cc',
105 'window_tracker.h', 107 'window_tracker.h',
106 'window_tree_host.cc', 108 'window_tree_host.cc',
107 'window_tree_host.h', 109 'window_tree_host.h',
108 'window_tree_host_delegate.h', 110 'window_tree_host_delegate.h',
109 ], 111 ],
110 'conditions': [ 112 'conditions': [
111 ['use_x11==1', { 113 ['use_x11==1', {
112 'link_settings': { 114 'link_settings': {
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 ['OS=="linux" and linux_use_tcmalloc==1', { 312 ['OS=="linux" and linux_use_tcmalloc==1', {
311 'dependencies': [ 313 'dependencies': [
312 # See http://crbug.com/162998#c4 for why this is needed. 314 # See http://crbug.com/162998#c4 for why this is needed.
313 '../../base/allocator/allocator.gyp:allocator', 315 '../../base/allocator/allocator.gyp:allocator',
314 ], 316 ],
315 }], 317 }],
316 ], 318 ],
317 }, 319 },
318 ], 320 ],
319 } 321 }
OLDNEW
« no previous file with comments | « no previous file | ui/aura/window_id_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698