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

Side by Side Diff: base/base.gypi

Issue 3801011: touchui: Directly process key and mouse events. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: nit Created 10 years, 2 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
« no previous file with comments | « app/keyboard_code_conversion_x.cc ('k') | base/message_loop.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 'base_extra_target': 0, 9 'base_extra_target': 0,
10 }, 10 },
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 'image_util.cc', 443 'image_util.cc',
444 'image_util.h', 444 'image_util.h',
445 'linux_util.cc', 445 'linux_util.cc',
446 'linux_util.h', 446 'linux_util.h',
447 'md5.cc', 447 'md5.cc',
448 'md5.h', 448 'md5.h',
449 'message_pump_glib.cc', 449 'message_pump_glib.cc',
450 'message_pump_glib.h', 450 'message_pump_glib.h',
451 'message_pump_glib_x.cc', 451 'message_pump_glib_x.cc',
452 'message_pump_glib_x.h', 452 'message_pump_glib_x.h',
453 'message_pump_glib_x_dispatch.h',
453 'message_pump_libevent.cc', 454 'message_pump_libevent.cc',
454 'message_pump_libevent.h', 455 'message_pump_libevent.h',
455 'message_pump_mac.h', 456 'message_pump_mac.h',
456 'message_pump_mac.mm', 457 'message_pump_mac.mm',
457 'metrics/field_trial.cc', 458 'metrics/field_trial.cc',
458 'metrics/field_trial.h', 459 'metrics/field_trial.h',
459 'nsimage_cache_mac.h', 460 'nsimage_cache_mac.h',
460 'nsimage_cache_mac.mm', 461 'nsimage_cache_mac.mm',
461 'nss_util.cc', 462 'nss_util.cc',
462 'nss_util.h', 463 'nss_util.h',
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 'third_party/xdg_mime/xdgmimemagic.c', 796 'third_party/xdg_mime/xdgmimemagic.c',
796 'third_party/xdg_mime/xdgmimemagic.h', 797 'third_party/xdg_mime/xdgmimemagic.h',
797 'third_party/xdg_mime/xdgmimeparent.c', 798 'third_party/xdg_mime/xdgmimeparent.c',
798 'third_party/xdg_mime/xdgmimeparent.h', 799 'third_party/xdg_mime/xdgmimeparent.h',
799 ], 800 ],
800 }, 801 },
801 ], 802 ],
802 }], 803 }],
803 ], 804 ],
804 } 805 }
OLDNEW
« no previous file with comments | « app/keyboard_code_conversion_x.cc ('k') | base/message_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698