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

Side by Side Diff: ash/ash.gyp

Issue 219743002: x11: Move X event handling out of the message-pump. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge-r261267 Created 6 years, 8 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
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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'ASH_IMPLEMENTATION', 50 'ASH_IMPLEMENTATION',
51 ], 51 ],
52 'sources': [ 52 'sources': [
53 # All .cc, .h under ash, except unittests 53 # All .cc, .h under ash, except unittests
54 'accelerators/accelerator_commands.cc', 54 'accelerators/accelerator_commands.cc',
55 'accelerators/accelerator_commands.h', 55 'accelerators/accelerator_commands.h',
56 'accelerators/accelerator_controller.cc', 56 'accelerators/accelerator_controller.cc',
57 'accelerators/accelerator_controller.h', 57 'accelerators/accelerator_controller.h',
58 'accelerators/accelerator_dispatcher.cc', 58 'accelerators/accelerator_dispatcher.cc',
59 'accelerators/accelerator_dispatcher.h', 59 'accelerators/accelerator_dispatcher.h',
60 'accelerators/accelerator_dispatcher_linux.cc',
61 'accelerators/accelerator_dispatcher_win.cc',
60 'accelerators/accelerator_filter.cc', 62 'accelerators/accelerator_filter.cc',
61 'accelerators/accelerator_filter.h', 63 'accelerators/accelerator_filter.h',
62 'accelerators/accelerator_table.cc', 64 'accelerators/accelerator_table.cc',
63 'accelerators/accelerator_table.h', 65 'accelerators/accelerator_table.h',
64 'accelerators/debug_commands.cc', 66 'accelerators/debug_commands.cc',
65 'accelerators/debug_commands.h', 67 'accelerators/debug_commands.h',
66 'accelerators/exit_warning_handler.cc', 68 'accelerators/exit_warning_handler.cc',
67 'accelerators/exit_warning_handler.h', 69 'accelerators/exit_warning_handler.h',
68 'accelerators/key_hold_detector.cc', 70 'accelerators/key_hold_detector.cc',
69 'accelerators/key_hold_detector.h', 71 'accelerators/key_hold_detector.h',
(...skipping 1067 matching lines...) Expand 10 before | Expand all | Expand 10 after
1137 }], 1139 }],
1138 ['chromeos==1', { 1140 ['chromeos==1', {
1139 'dependencies': [ 1141 'dependencies': [
1140 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1142 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1141 ], 1143 ],
1142 }], 1144 }],
1143 ], 1145 ],
1144 }, 1146 },
1145 ], 1147 ],
1146 } 1148 }
OLDNEW
« no previous file with comments | « ash/accelerators/nested_dispatcher_controller_unittest.cc ('k') | base/message_loop/message_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698