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

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

Issue 10825254: Remove views::KeyEvent, replacing uses of it with ui::KeyEvent. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'controls/webview/webview.cc', 240 'controls/webview/webview.cc',
241 'controls/webview/webview.h', 241 'controls/webview/webview.h',
242 'debug_utils.cc', 242 'debug_utils.cc',
243 'debug_utils.h', 243 'debug_utils.h',
244 'drag_controller.h', 244 'drag_controller.h',
245 'drag_utils.cc', 245 'drag_utils.cc',
246 'drag_utils.h', 246 'drag_utils.h',
247 'events/event.cc', 247 'events/event.cc',
248 'events/event.h', 248 'events/event.h',
249 'events/event_aura.cc', 249 'events/event_aura.cc',
250 'events/event_win.cc',
251 'events/event_x.cc', 250 'events/event_x.cc',
252 'focus/accelerator_handler.h', 251 'focus/accelerator_handler.h',
253 'focus/accelerator_handler_aura.cc', 252 'focus/accelerator_handler_aura.cc',
254 'focus/accelerator_handler_win.cc', 253 'focus/accelerator_handler_win.cc',
255 'focus/external_focus_tracker.cc', 254 'focus/external_focus_tracker.cc',
256 'focus/external_focus_tracker.h', 255 'focus/external_focus_tracker.h',
257 'focus/focus_manager.cc', 256 'focus/focus_manager.cc',
258 'focus/focus_manager.h', 257 'focus/focus_manager.h',
259 'focus/focus_manager_delegate.h', 258 'focus/focus_manager_delegate.h',
260 'focus/focus_manager_factory.cc', 259 'focus/focus_manager_factory.cc',
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 'sources/': [ 731 'sources/': [
733 # This is needed because the aura rule strips it from the default 732 # This is needed because the aura rule strips it from the default
734 # sources list. 733 # sources list.
735 ['include', '^../../content/app/startup_helper_win.cc'], 734 ['include', '^../../content/app/startup_helper_win.cc'],
736 ], 735 ],
737 }], 736 }],
738 ], 737 ],
739 }, # target_name: views_examples_lib 738 }, # target_name: views_examples_lib
740 ], 739 ],
741 } 740 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698