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

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

Issue 22254003: Nukes aura::WindowDestructionObserver. It's effectively the same as (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_aura.cc ('k') | ui/aura/window.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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 'root_window_mac.h', 94 'root_window_mac.h',
95 'root_window_mac.mm', 95 'root_window_mac.mm',
96 'root_window_transformer.h', 96 'root_window_transformer.h',
97 'root_window_view_mac.h', 97 'root_window_view_mac.h',
98 'root_window_view_mac.mm', 98 'root_window_view_mac.mm',
99 'root_window.cc', 99 'root_window.cc',
100 'root_window.h', 100 'root_window.h',
101 'window.cc', 101 'window.cc',
102 'window.h', 102 'window.h',
103 'window_delegate.h', 103 'window_delegate.h',
104 'window_destruction_observer.cc',
105 'window_destruction_observer.h',
106 'window_observer.h', 104 'window_observer.h',
107 'window_tracker.cc', 105 'window_tracker.cc',
108 'window_tracker.h', 106 'window_tracker.h',
109 ], 107 ],
110 'conditions': [ 108 'conditions': [
111 ['OS=="mac"', { 109 ['OS=="mac"', {
112 'sources/': [ 110 'sources/': [
113 ['exclude', 'client/dispatcher_client.cc'], 111 ['exclude', 'client/dispatcher_client.cc'],
114 ['exclude', 'client/dispatcher_client.h'], 112 ['exclude', 'client/dispatcher_client.h'],
115 ], 113 ],
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 ['OS=="linux" and linux_use_tcmalloc==1', { 291 ['OS=="linux" and linux_use_tcmalloc==1', {
294 'dependencies': [ 292 'dependencies': [
295 # See http://crbug.com/162998#c4 for why this is needed. 293 # See http://crbug.com/162998#c4 for why this is needed.
296 '../../base/allocator/allocator.gyp:allocator', 294 '../../base/allocator/allocator.gyp:allocator',
297 ], 295 ],
298 }], 296 }],
299 ], 297 ],
300 }, 298 },
301 ], 299 ],
302 } 300 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_aura.cc ('k') | ui/aura/window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698