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

Side by Side Diff: ui/ui.gyp

Issue 11148012: Introduce TsfEventRouter. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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
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 'includes': [ 9 'includes': [
10 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 'base/win/mouse_wheel_util.h', 422 'base/win/mouse_wheel_util.h',
423 'base/win/scoped_ole_initializer.cc', 423 'base/win/scoped_ole_initializer.cc',
424 'base/win/scoped_ole_initializer.h', 424 'base/win/scoped_ole_initializer.h',
425 'base/win/scoped_set_map_mode.h', 425 'base/win/scoped_set_map_mode.h',
426 'base/win/shell.cc', 426 'base/win/shell.cc',
427 'base/win/shell.h', 427 'base/win/shell.h',
428 'base/win/singleton_hwnd.cc', 428 'base/win/singleton_hwnd.cc',
429 'base/win/singleton_hwnd.h', 429 'base/win/singleton_hwnd.h',
430 'base/win/tsf_bridge.cc', 430 'base/win/tsf_bridge.cc',
431 'base/win/tsf_bridge.h', 431 'base/win/tsf_bridge.h',
432 'base/win/tsf_event_router.cc',
433 'base/win/tsf_event_router.h',
432 'base/win/tsf_input_scope.cc', 434 'base/win/tsf_input_scope.cc',
433 'base/win/tsf_input_scope.h', 435 'base/win/tsf_input_scope.h',
434 'base/win/tsf_text_store.cc', 436 'base/win/tsf_text_store.cc',
435 'base/win/tsf_text_store.h', 437 'base/win/tsf_text_store.h',
436 'base/win/window_impl.cc', 438 'base/win/window_impl.cc',
437 'base/win/window_impl.h', 439 'base/win/window_impl.h',
438 'base/work_area_watcher_observer.h', 440 'base/work_area_watcher_observer.h',
439 'base/x/active_window_watcher_x.cc', 441 'base/x/active_window_watcher_x.cc',
440 'base/x/active_window_watcher_x.h', 442 'base/x/active_window_watcher_x.h',
441 'base/x/active_window_watcher_x_observer.h', 443 'base/x/active_window_watcher_x_observer.h',
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
881 }, 883 },
882 'dependencies': [ 884 'dependencies': [
883 '../base/base.gyp:base_java', 885 '../base/base.gyp:base_java',
884 ], 886 ],
885 'includes': [ '../build/java.gypi' ], 887 'includes': [ '../build/java.gypi' ],
886 }, 888 },
887 ], 889 ],
888 }], 890 }],
889 ], 891 ],
890 } 892 }
OLDNEW
« ui/base/win/tsf_event_router.cc ('K') | « ui/base/win/tsf_event_router.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698