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

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

Issue 10241005: Make win_aura work without ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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 | « no previous file | ui/aura/desktop/desktop_screen.h » ('j') | ui/aura/desktop/desktop_screen.h » ('J')
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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'client/visibility_client.h', 50 'client/visibility_client.h',
51 'client/window_move_client.cc', 51 'client/window_move_client.cc',
52 'client/window_move_client.h', 52 'client/window_move_client.h',
53 'client/window_types.h', 53 'client/window_types.h',
54 'desktop/desktop_activation_client.cc', 54 'desktop/desktop_activation_client.cc',
55 'desktop/desktop_activation_client.h', 55 'desktop/desktop_activation_client.h',
56 'desktop/desktop_dispatcher_client.cc', 56 'desktop/desktop_dispatcher_client.cc',
57 'desktop/desktop_dispatcher_client.h', 57 'desktop/desktop_dispatcher_client.h',
58 'desktop/desktop_root_window_event_filter.cc', 58 'desktop/desktop_root_window_event_filter.cc',
59 'desktop/desktop_root_window_event_filter.h', 59 'desktop/desktop_root_window_event_filter.h',
60 'desktop/desktop_screen.h',
61 'desktop/desktop_screen_win.cc',
62 'desktop/desktop_screen_win.h',
63 'desktop/desktop_screen_x11.cc',
60 'desktop/desktop_stacking_client.cc', 64 'desktop/desktop_stacking_client.cc',
61 'desktop/desktop_stacking_client.h', 65 'desktop/desktop_stacking_client.h',
62 'dispatcher_linux.cc', 66 'dispatcher_linux.cc',
63 'dispatcher_linux.h', 67 'dispatcher_linux.h',
64 'dispatcher_win.cc', 68 'dispatcher_win.cc',
65 'env.cc', 69 'env.cc',
66 'env.h', 70 'env.h',
67 'env_observer.h', 71 'env_observer.h',
68 'event.cc', 72 'event.cc',
69 'event.h', 73 'event.h',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 # osmesa GL implementation is used on linux. 216 # osmesa GL implementation is used on linux.
213 ['OS=="linux"', { 217 ['OS=="linux"', {
214 'dependencies': [ 218 'dependencies': [
215 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 219 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
216 ], 220 ],
217 }], 221 }],
218 ], 222 ],
219 }, 223 },
220 ], 224 ],
221 } 225 }
OLDNEW
« no previous file with comments | « no previous file | ui/aura/desktop/desktop_screen.h » ('j') | ui/aura/desktop/desktop_screen.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698