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

Side by Side Diff: ui/views/views.gyp

Issue 219743002: x11: Move X event handling out of the message-pump. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge-r261267 Created 6 years, 8 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
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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'views', 10 'target_name': 'views',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'controls/menu/menu.h', 111 'controls/menu/menu.h',
112 'controls/menu/menu_2.cc', 112 'controls/menu/menu_2.cc',
113 'controls/menu/menu_2.h', 113 'controls/menu/menu_2.h',
114 'controls/menu/menu_config.cc', 114 'controls/menu/menu_config.cc',
115 'controls/menu/menu_config.h', 115 'controls/menu/menu_config.h',
116 'controls/menu/menu_config_views.cc', 116 'controls/menu/menu_config_views.cc',
117 'controls/menu/menu_config_win.cc', 117 'controls/menu/menu_config_win.cc',
118 'controls/menu/menu_controller.cc', 118 'controls/menu/menu_controller.cc',
119 'controls/menu/menu_controller.h', 119 'controls/menu/menu_controller.h',
120 'controls/menu/menu_controller_delegate.h', 120 'controls/menu/menu_controller_delegate.h',
121 'controls/menu/menu_event_dispatcher_linux.cc',
122 'controls/menu/menu_event_dispatcher_linux.h',
121 'controls/menu/menu_delegate.cc', 123 'controls/menu/menu_delegate.cc',
122 'controls/menu/menu_delegate.h', 124 'controls/menu/menu_delegate.h',
123 'controls/menu/menu_message_pump_dispatcher.cc',
124 'controls/menu/menu_message_pump_dispatcher.h',
125 'controls/menu/menu_message_pump_dispatcher_linux.cc',
126 'controls/menu/menu_message_pump_dispatcher_win.cc', 125 'controls/menu/menu_message_pump_dispatcher_win.cc',
126 'controls/menu/menu_message_pump_dispatcher_win.h',
127 'controls/menu/menu_host.cc', 127 'controls/menu/menu_host.cc',
128 'controls/menu/menu_host.h', 128 'controls/menu/menu_host.h',
129 'controls/menu/menu_host_root_view.cc', 129 'controls/menu/menu_host_root_view.cc',
130 'controls/menu/menu_host_root_view.h', 130 'controls/menu/menu_host_root_view.h',
131 'controls/menu/menu_insertion_delegate_win.h', 131 'controls/menu/menu_insertion_delegate_win.h',
132 'controls/menu/menu_item_view.cc', 132 'controls/menu/menu_item_view.cc',
133 'controls/menu/menu_item_view.h', 133 'controls/menu/menu_item_view.h',
134 'controls/menu/menu_listener.cc', 134 'controls/menu/menu_listener.cc',
135 'controls/menu/menu_listener.h', 135 'controls/menu/menu_listener.h',
136 'controls/menu/menu_model_adapter.cc', 136 'controls/menu/menu_model_adapter.cc',
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 }], 687 }],
688 ['use_ozone==1', { 688 ['use_ozone==1', {
689 'sources!': [ 689 'sources!': [
690 'corewm/capture_controller_unittest.cc', 690 'corewm/capture_controller_unittest.cc',
691 ], 691 ],
692 }], 692 }],
693 ], 693 ],
694 }, # target_name: views_unittests 694 }, # target_name: views_unittests
695 ], 695 ],
696 } 696 }
OLDNEW
« no previous file with comments | « ui/views/corewm/tooltip_controller_unittest.cc ('k') | ui/views/widget/desktop_aura/desktop_dispatcher_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698