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

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

Issue 793003004: MacViews: Implement event monitoring for a specific window (Reland) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Created 6 years 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
« no previous file with comments | « ui/views/test/event_generator_delegate_mac.mm ('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) 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 # Sources lists shared with GN build. 7 # Sources lists shared with GN build.
8 'views_sources': [ 8 'views_sources': [
9 'accessibility/native_view_accessibility.cc', 9 'accessibility/native_view_accessibility.cc',
10 'accessibility/native_view_accessibility.h', 10 'accessibility/native_view_accessibility.h',
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 'controls/slider_unittest.cc', 530 'controls/slider_unittest.cc',
531 'controls/styled_label_unittest.cc', 531 'controls/styled_label_unittest.cc',
532 'controls/tabbed_pane/tabbed_pane_unittest.cc', 532 'controls/tabbed_pane/tabbed_pane_unittest.cc',
533 'controls/table/table_utils_unittest.cc', 533 'controls/table/table_utils_unittest.cc',
534 'controls/table/table_view_unittest.cc', 534 'controls/table/table_view_unittest.cc',
535 'controls/table/test_table_model.cc', 535 'controls/table/test_table_model.cc',
536 'controls/table/test_table_model.h', 536 'controls/table/test_table_model.h',
537 'controls/textfield/textfield_unittest.cc', 537 'controls/textfield/textfield_unittest.cc',
538 'controls/textfield/textfield_model_unittest.cc', 538 'controls/textfield/textfield_model_unittest.cc',
539 'controls/tree/tree_view_unittest.cc', 539 'controls/tree/tree_view_unittest.cc',
540 'event_monitor_mac_unittest.mm', 540 'event_monitor_unittest.cc',
541 'focus/focus_manager_unittest.cc', 541 'focus/focus_manager_unittest.cc',
542 'focus/focus_traversal_unittest.cc', 542 'focus/focus_traversal_unittest.cc',
543 'ime/input_method_bridge_unittest.cc', 543 'ime/input_method_bridge_unittest.cc',
544 'layout/box_layout_unittest.cc', 544 'layout/box_layout_unittest.cc',
545 'layout/grid_layout_unittest.cc', 545 'layout/grid_layout_unittest.cc',
546 'rect_based_targeting_utils_unittest.cc', 546 'rect_based_targeting_utils_unittest.cc',
547 'run_all_unittests.cc', 547 'run_all_unittests.cc',
548 'view_model_unittest.cc', 548 'view_model_unittest.cc',
549 'view_model_utils_unittest.cc', 549 'view_model_utils_unittest.cc',
550 'view_targeter_unittest.cc', 550 'view_targeter_unittest.cc',
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
895 '../aura/aura.gyp:aura', 895 '../aura/aura.gyp:aura',
896 '../wm/wm.gyp:wm', 896 '../wm/wm.gyp:wm',
897 ], 897 ],
898 }], 898 }],
899 ], 899 ],
900 }, # target_name: macviews_interactive_ui_tests 900 }, # target_name: macviews_interactive_ui_tests
901 ], # targets 901 ], # targets
902 }], 902 }],
903 ], # conditions 903 ], # conditions
904 } 904 }
OLDNEW
« no previous file with comments | « ui/views/test/event_generator_delegate_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698