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

Side by Side Diff: views/views.gyp

Issue 7942004: Consolidate/cleanup event cracking code; single out GdkEvents. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Windows event code consolidation. Created 9 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
« ui/base/win/event_util.h ('K') | « views/events/event_win.cc ('k') | no next file » | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 9
10 'target_defaults': { 10 'target_defaults': {
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 'drag_utils.h', 252 'drag_utils.h',
253 'drag_utils_gtk.cc', 253 'drag_utils_gtk.cc',
254 'drag_utils_linux.cc', 254 'drag_utils_linux.cc',
255 'drag_utils_win.cc', 255 'drag_utils_win.cc',
256 'events/event.cc', 256 'events/event.cc',
257 'events/event.h', 257 'events/event.h',
258 'events/event_aura.cc', 258 'events/event_aura.cc',
259 'events/event_gtk.cc', 259 'events/event_gtk.cc',
260 'events/event_wayland.cc', 260 'events/event_wayland.cc',
261 'events/event_win.cc', 261 'events/event_win.cc',
262 'events/event_utils_win.cc',
263 'events/event_utils_win.h',
264 'events/event_x.cc', 262 'events/event_x.cc',
265 'focus/accelerator_handler.h', 263 'focus/accelerator_handler.h',
266 'focus/accelerator_handler_aura.cc', 264 'focus/accelerator_handler_aura.cc',
267 'focus/accelerator_handler_gtk.cc', 265 'focus/accelerator_handler_gtk.cc',
268 'focus/accelerator_handler_touch.cc', 266 'focus/accelerator_handler_touch.cc',
269 'focus/accelerator_handler_wayland.cc', 267 'focus/accelerator_handler_wayland.cc',
270 'focus/accelerator_handler_win.cc', 268 'focus/accelerator_handler_win.cc',
271 'focus/external_focus_tracker.cc', 269 'focus/external_focus_tracker.cc',
272 'focus/external_focus_tracker.h', 270 'focus/external_focus_tracker.h',
273 'focus/focus_manager.cc', 271 'focus/focus_manager.cc',
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
910 'include_dirs': [ 908 'include_dirs': [
911 '<(DEPTH)/third_party/wtl/include', 909 '<(DEPTH)/third_party/wtl/include',
912 ], 910 ],
913 }], 911 }],
914 ], 912 ],
915 }, 913 },
916 ], 914 ],
917 }], 915 }],
918 ], 916 ],
919 } 917 }
OLDNEW
« ui/base/win/event_util.h ('K') | « views/events/event_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698