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

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

Issue 11360045: ash: Add RootWindowHostFactory class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 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
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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'display_util.h', 71 'display_util.h',
72 'env.cc', 72 'env.cc',
73 'env.h', 73 'env.h',
74 'env_observer.h', 74 'env_observer.h',
75 'focus_manager.cc', 75 'focus_manager.cc',
76 'focus_manager.h', 76 'focus_manager.h',
77 'layout_manager.cc', 77 'layout_manager.cc',
78 'layout_manager.h', 78 'layout_manager.h',
79 'remote_root_window_host_win.cc', 79 'remote_root_window_host_win.cc',
80 'remote_root_window_host_win.h', 80 'remote_root_window_host_win.h',
81 'root_window_delegate.h',
81 'root_window_host.h', 82 'root_window_host.h',
82 'root_window_host_delegate.h', 83 'root_window_host_delegate.h',
83 'root_window_host_linux.cc', 84 'root_window_host_linux.cc',
84 'root_window_host_linux.h', 85 'root_window_host_linux.h',
85 'root_window_host_mac.h', 86 'root_window_host_mac.h',
86 'root_window_host_mac.mm', 87 'root_window_host_mac.mm',
87 'root_window_host_win.cc', 88 'root_window_host_win.cc',
88 'root_window_host_win.h', 89 'root_window_host_win.h',
89 'root_window_mac.h', 90 'root_window_mac.h',
90 'root_window_mac.mm', 91 'root_window_mac.mm',
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 # osmesa GL implementation is used on linux. 273 # osmesa GL implementation is used on linux.
273 ['OS=="linux"', { 274 ['OS=="linux"', {
274 'dependencies': [ 275 'dependencies': [
275 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 276 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
276 ], 277 ],
277 }], 278 }],
278 ], 279 ],
279 }, 280 },
280 ], 281 ],
281 } 282 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698