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

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

Issue 10895020: Merge aura::DispatcherLinux into base::MessagePumpAuraX11. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes for sadrul Created 8 years, 3 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 | « base/message_pump_observer.h ('k') | ui/aura/device_list_updater_aurax11.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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'desktop/desktop_cursor_client.cc', 62 'desktop/desktop_cursor_client.cc',
63 'desktop/desktop_cursor_client.h', 63 'desktop/desktop_cursor_client.h',
64 'desktop/desktop_dispatcher_client.cc', 64 'desktop/desktop_dispatcher_client.cc',
65 'desktop/desktop_dispatcher_client.h', 65 'desktop/desktop_dispatcher_client.h',
66 'desktop/desktop_screen.h', 66 'desktop/desktop_screen.h',
67 'desktop/desktop_screen_win.cc', 67 'desktop/desktop_screen_win.cc',
68 'desktop/desktop_screen_win.h', 68 'desktop/desktop_screen_win.h',
69 'desktop/desktop_screen_x11.cc', 69 'desktop/desktop_screen_x11.cc',
70 'desktop/desktop_stacking_client.cc', 70 'desktop/desktop_stacking_client.cc',
71 'desktop/desktop_stacking_client.h', 71 'desktop/desktop_stacking_client.h',
72 'dispatcher_linux.cc', 72 'device_list_updater_aurax11.cc',
73 'dispatcher_linux.h', 73 'device_list_updater_aurax11.h',
74 'dispatcher_win.cc', 74 'dispatcher_win.cc',
75 'display_observer.cc', 75 'display_observer.cc',
76 'display_observer.h', 76 'display_observer.h',
77 'env.cc', 77 'env.cc',
78 'env.h', 78 'env.h',
79 'env_observer.h', 79 'env_observer.h',
80 'event_filter.h', 80 'event_filter.h',
81 'focus_change_observer.h', 81 'focus_change_observer.h',
82 'focus_manager.cc', 82 'focus_manager.cc',
83 'focus_manager.h', 83 'focus_manager.h',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 # osmesa GL implementation is used on linux. 283 # osmesa GL implementation is used on linux.
284 ['OS=="linux"', { 284 ['OS=="linux"', {
285 'dependencies': [ 285 'dependencies': [
286 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 286 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
287 ], 287 ],
288 }], 288 }],
289 ], 289 ],
290 }, 290 },
291 ], 291 ],
292 } 292 }
OLDNEW
« no previous file with comments | « base/message_pump_observer.h ('k') | ui/aura/device_list_updater_aurax11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698