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

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

Issue 10824295: Rid the world of the last of views::Event types: TouchEvent, GestureEvent, MouseWheelEvent, ScrollE… (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
« no previous file with comments | « ui/views/view_unittest.cc ('k') | ui/views/widget/drop_helper.cc » ('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) 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'controls/tree/tree_view_win.h', 237 'controls/tree/tree_view_win.h',
238 'controls/webview/web_dialog_view.cc', 238 'controls/webview/web_dialog_view.cc',
239 'controls/webview/web_dialog_view.h', 239 'controls/webview/web_dialog_view.h',
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',
248 'events/event.h',
249 'events/event_aura.cc',
250 'events/event_win.cc',
251 'events/event_x.cc',
252 'focus/accelerator_handler.h', 247 'focus/accelerator_handler.h',
253 'focus/accelerator_handler_aura.cc', 248 'focus/accelerator_handler_aura.cc',
254 'focus/accelerator_handler_win.cc', 249 'focus/accelerator_handler_win.cc',
255 'focus/external_focus_tracker.cc', 250 'focus/external_focus_tracker.cc',
256 'focus/external_focus_tracker.h', 251 'focus/external_focus_tracker.h',
257 'focus/focus_manager.cc', 252 'focus/focus_manager.cc',
258 'focus/focus_manager.h', 253 'focus/focus_manager.h',
259 'focus/focus_manager_delegate.h', 254 'focus/focus_manager_delegate.h',
260 'focus/focus_manager_factory.cc', 255 'focus/focus_manager_factory.cc',
261 'focus/focus_manager_factory.h', 256 'focus/focus_manager_factory.h',
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 'controls/menu/menu_model_adapter_unittest.cc', 516 'controls/menu/menu_model_adapter_unittest.cc',
522 'controls/progress_bar_unittest.cc', 517 'controls/progress_bar_unittest.cc',
523 'controls/scrollbar/scrollbar_unittest.cc', 518 'controls/scrollbar/scrollbar_unittest.cc',
524 'controls/single_split_view_unittest.cc', 519 'controls/single_split_view_unittest.cc',
525 'controls/slider_unittest.cc', 520 'controls/slider_unittest.cc',
526 'controls/tabbed_pane/tabbed_pane_unittest.cc', 521 'controls/tabbed_pane/tabbed_pane_unittest.cc',
527 'controls/table/table_view_unittest.cc', 522 'controls/table/table_view_unittest.cc',
528 'controls/textfield/native_textfield_views_unittest.cc', 523 'controls/textfield/native_textfield_views_unittest.cc',
529 'controls/textfield/textfield_views_model_unittest.cc', 524 'controls/textfield/textfield_views_model_unittest.cc',
530 'controls/tree/tree_view_views_unittest.cc', 525 'controls/tree/tree_view_views_unittest.cc',
531 'events/event_unittest.cc',
532 'focus/focus_manager_test.h', 526 'focus/focus_manager_test.h',
533 'focus/focus_manager_test.cc', 527 'focus/focus_manager_test.cc',
534 'focus/focus_manager_unittest.cc', 528 'focus/focus_manager_unittest.cc',
535 'focus/focus_manager_unittest_win.cc', 529 'focus/focus_manager_unittest_win.cc',
536 'focus/focus_traversal_unittest.cc', 530 'focus/focus_traversal_unittest.cc',
537 'layout/box_layout_unittest.cc', 531 'layout/box_layout_unittest.cc',
538 'layout/grid_layout_unittest.cc', 532 'layout/grid_layout_unittest.cc',
539 'view_model_unittest.cc', 533 'view_model_unittest.cc',
540 'view_model_utils_unittest.cc', 534 'view_model_utils_unittest.cc',
541 'view_unittest.cc', 535 'view_unittest.cc',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 'sources/': [ 726 'sources/': [
733 # This is needed because the aura rule strips it from the default 727 # This is needed because the aura rule strips it from the default
734 # sources list. 728 # sources list.
735 ['include', '^../../content/app/startup_helper_win.cc'], 729 ['include', '^../../content/app/startup_helper_win.cc'],
736 ], 730 ],
737 }], 731 }],
738 ], 732 ],
739 }, # target_name: views_examples_with_content_exe 733 }, # target_name: views_examples_with_content_exe
740 ], 734 ],
741 } 735 }
OLDNEW
« no previous file with comments | « ui/views/view_unittest.cc ('k') | ui/views/widget/drop_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698