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

Side by Side Diff: views/views.gyp

Issue 6487002: Add a new constructor to KeyEvent. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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 | « views/view_unittest.cc ('k') | views/widget/gtk_views_window.cc » ('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) 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 'conditions': [ 10 'conditions': [
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 #'debug_utils.cc', 254 #'debug_utils.cc',
255 #'debug_utils.h', 255 #'debug_utils.h',
256 'drag_utils.cc', 256 'drag_utils.cc',
257 'drag_utils.h', 257 'drag_utils.h',
258 'drag_utils_gtk.cc', 258 'drag_utils_gtk.cc',
259 'drag_utils_win.cc', 259 'drag_utils_win.cc',
260 'events/event.cc', 260 'events/event.cc',
261 'events/event.h', 261 'events/event.h',
262 'events/event_gtk.cc', 262 'events/event_gtk.cc',
263 'events/event_win.cc', 263 'events/event_win.cc',
264 'events/event_utils_win.cc',
265 'events/event_utils_win.h',
264 'events/event_x.cc', 266 'events/event_x.cc',
265 'focus/accelerator_handler.h', 267 'focus/accelerator_handler.h',
266 'focus/accelerator_handler_gtk.cc', 268 'focus/accelerator_handler_gtk.cc',
267 'focus/accelerator_handler_touch.cc', 269 'focus/accelerator_handler_touch.cc',
268 'focus/accelerator_handler_win.cc', 270 'focus/accelerator_handler_win.cc',
269 'focus/external_focus_tracker.cc', 271 'focus/external_focus_tracker.cc',
270 'focus/external_focus_tracker.h', 272 'focus/external_focus_tracker.h',
271 'focus/focus_manager_gtk.cc', 273 'focus/focus_manager_gtk.cc',
272 'focus/focus_manager_win.cc', 274 'focus/focus_manager_win.cc',
273 'focus/focus_manager.cc', 275 'focus/focus_manager.cc',
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 ], 587 ],
586 }, 588 },
587 ], 589 ],
588 } 590 }
589 591
590 # Local Variables: 592 # Local Variables:
591 # tab-width:2 593 # tab-width:2
592 # indent-tabs-mode:nil 594 # indent-tabs-mode:nil
593 # End: 595 # End:
594 # vim: set expandtab tabstop=2 shiftwidth=2: 596 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « views/view_unittest.cc ('k') | views/widget/gtk_views_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698