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

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

Issue 10825050: Introduce RootWindowHostDelegate. The RootWindowHost performs most of its communication with RootWi… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | « ash/wm/window_manager_unittest.cc ('k') | ui/aura/event_filter_unittest.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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 'focus_change_observer.h', 85 'focus_change_observer.h',
86 'focus_manager.cc', 86 'focus_manager.cc',
87 'focus_manager.h', 87 'focus_manager.h',
88 'layout_manager.cc', 88 'layout_manager.cc',
89 'layout_manager.h', 89 'layout_manager.h',
90 'display_change_observer_x11.cc', 90 'display_change_observer_x11.cc',
91 'display_change_observer_x11.h', 91 'display_change_observer_x11.h',
92 'display_manager.cc', 92 'display_manager.cc',
93 'display_manager.h', 93 'display_manager.h',
94 'root_window_host.h', 94 'root_window_host.h',
95 'root_window_host_delegate.h',
95 'root_window_host_linux.cc', 96 'root_window_host_linux.cc',
96 'root_window_host_linux.h', 97 'root_window_host_linux.h',
97 'root_window_host_mac.h', 98 'root_window_host_mac.h',
98 'root_window_host_mac.mm', 99 'root_window_host_mac.mm',
99 'root_window_host_win.cc', 100 'root_window_host_win.cc',
100 'root_window_host_win.h', 101 'root_window_host_win.h',
101 'root_window_mac.h', 102 'root_window_mac.h',
102 'root_window_mac.mm', 103 'root_window_mac.mm',
103 'root_window_view_mac.h', 104 'root_window_view_mac.h',
104 'root_window_view_mac.mm', 105 'root_window_view_mac.mm',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 # osmesa GL implementation is used on linux. 288 # osmesa GL implementation is used on linux.
288 ['OS=="linux"', { 289 ['OS=="linux"', {
289 'dependencies': [ 290 'dependencies': [
290 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 291 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
291 ], 292 ],
292 }], 293 }],
293 ], 294 ],
294 }, 295 },
295 ], 296 ],
296 } 297 }
OLDNEW
« no previous file with comments | « ash/wm/window_manager_unittest.cc ('k') | ui/aura/event_filter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698