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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6975057: Listen to XI_HierarchyChanged events and call setxkbmap when needed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added workaround for crbug.com/84694 Created 9 years, 6 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 | « chrome/browser/chromeos/xinput_hierarchy_changed_event_listener.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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 'browser/chromeos/volume_bubble.cc', 732 'browser/chromeos/volume_bubble.cc',
733 'browser/chromeos/volume_bubble.h', 733 'browser/chromeos/volume_bubble.h',
734 'browser/chromeos/web_socket_proxy_controller.cc', 734 'browser/chromeos/web_socket_proxy_controller.cc',
735 'browser/chromeos/web_socket_proxy_controller.h', 735 'browser/chromeos/web_socket_proxy_controller.h',
736 'browser/chromeos/web_socket_proxy.cc', 736 'browser/chromeos/web_socket_proxy.cc',
737 'browser/chromeos/web_socket_proxy.h', 737 'browser/chromeos/web_socket_proxy.h',
738 'browser/chromeos/wm_ipc.cc', 738 'browser/chromeos/wm_ipc.cc',
739 'browser/chromeos/wm_ipc.h', 739 'browser/chromeos/wm_ipc.h',
740 'browser/chromeos/wm_message_listener.cc', 740 'browser/chromeos/wm_message_listener.cc',
741 'browser/chromeos/wm_message_listener.h', 741 'browser/chromeos/wm_message_listener.h',
742 'browser/chromeos/xinput_hierarchy_changed_event_listener.cc',
743 'browser/chromeos/xinput_hierarchy_changed_event_listener.h',
742 'browser/cocoa/authorization_util.h', 744 'browser/cocoa/authorization_util.h',
743 'browser/cocoa/authorization_util.mm', 745 'browser/cocoa/authorization_util.mm',
744 'browser/cocoa/file_metadata.h', 746 'browser/cocoa/file_metadata.h',
745 'browser/cocoa/file_metadata.mm', 747 'browser/cocoa/file_metadata.mm',
746 'browser/cocoa/install_from_dmg.h', 748 'browser/cocoa/install_from_dmg.h',
747 'browser/cocoa/install_from_dmg.mm', 749 'browser/cocoa/install_from_dmg.mm',
748 'browser/cocoa/keystone_glue.h', 750 'browser/cocoa/keystone_glue.h',
749 'browser/cocoa/keystone_glue.mm', 751 'browser/cocoa/keystone_glue.mm',
750 'browser/cocoa/scoped_authorizationref.h', 752 'browser/cocoa/scoped_authorizationref.h',
751 'browser/command_updater.cc', 753 'browser/command_updater.cc',
(...skipping 3868 matching lines...) Expand 10 before | Expand all | Expand 10 after
4620 'hard_dependency': 1, 4622 'hard_dependency': 1,
4621 }, 4623 },
4622 ], 4624 ],
4623 } 4625 }
4624 4626
4625 # Local Variables: 4627 # Local Variables:
4626 # tab-width:2 4628 # tab-width:2
4627 # indent-tabs-mode:nil 4629 # indent-tabs-mode:nil
4628 # End: 4630 # End:
4629 # vim: set expandtab tabstop=2 shiftwidth=2: 4631 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/xinput_hierarchy_changed_event_listener.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698