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

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

Issue 444583002: MacViews: Get widget_interactive_uitest compiling on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Try FocusListener Created 6 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/test/focus_manager_test.cc ('k') | ui/views/widget/widget_interactive_uitest.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 # 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 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 ], 442 ],
443 'views_test_support_sources': [ 443 'views_test_support_sources': [
444 'controls/textfield/textfield_test_api.cc', 444 'controls/textfield/textfield_test_api.cc',
445 'controls/textfield/textfield_test_api.h', 445 'controls/textfield/textfield_test_api.h',
446 'test/capture_tracking_view.cc', 446 'test/capture_tracking_view.cc',
447 'test/capture_tracking_view.h', 447 'test/capture_tracking_view.h',
448 'test/desktop_test_views_delegate.h', 448 'test/desktop_test_views_delegate.h',
449 'test/desktop_test_views_delegate_aura.cc', 449 'test/desktop_test_views_delegate_aura.cc',
450 'test/desktop_test_views_delegate_mac.mm', 450 'test/desktop_test_views_delegate_mac.mm',
451 'test/event_generator_delegate_mac.mm', 451 'test/event_generator_delegate_mac.mm',
452 'test/focus_manager_test.h',
453 'test/focus_manager_test.cc',
452 'test/menu_runner_test_api.cc', 454 'test/menu_runner_test_api.cc',
453 'test/menu_runner_test_api.h', 455 'test/menu_runner_test_api.h',
454 'test/slider_test_api.cc', 456 'test/slider_test_api.cc',
455 'test/slider_test_api.h', 457 'test/slider_test_api.h',
456 'test/test_views.cc', 458 'test/test_views.cc',
457 'test/test_views.h', 459 'test/test_views.h',
458 'test/test_views_delegate.h', 460 'test/test_views_delegate.h',
459 'test/test_views_delegate_aura.cc', 461 'test/test_views_delegate_aura.cc',
460 'test/test_views_delegate_mac.mm', 462 'test/test_views_delegate_mac.mm',
461 'test/test_widget_observer.cc', 463 'test/test_widget_observer.cc',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 'controls/slider_unittest.cc', 513 'controls/slider_unittest.cc',
512 'controls/styled_label_unittest.cc', 514 'controls/styled_label_unittest.cc',
513 'controls/tabbed_pane/tabbed_pane_unittest.cc', 515 'controls/tabbed_pane/tabbed_pane_unittest.cc',
514 'controls/table/table_utils_unittest.cc', 516 'controls/table/table_utils_unittest.cc',
515 'controls/table/table_view_unittest.cc', 517 'controls/table/table_view_unittest.cc',
516 'controls/table/test_table_model.cc', 518 'controls/table/test_table_model.cc',
517 'controls/table/test_table_model.h', 519 'controls/table/test_table_model.h',
518 'controls/textfield/textfield_unittest.cc', 520 'controls/textfield/textfield_unittest.cc',
519 'controls/textfield/textfield_model_unittest.cc', 521 'controls/textfield/textfield_model_unittest.cc',
520 'controls/tree/tree_view_unittest.cc', 522 'controls/tree/tree_view_unittest.cc',
521 'focus/focus_manager_test.h',
522 'focus/focus_manager_test.cc',
523 'focus/focus_manager_unittest.cc', 523 'focus/focus_manager_unittest.cc',
524 'focus/focus_traversal_unittest.cc', 524 'focus/focus_traversal_unittest.cc',
525 'ime/input_method_bridge_unittest.cc', 525 'ime/input_method_bridge_unittest.cc',
526 'layout/box_layout_unittest.cc', 526 'layout/box_layout_unittest.cc',
527 'layout/grid_layout_unittest.cc', 527 'layout/grid_layout_unittest.cc',
528 'rect_based_targeting_utils_unittest.cc', 528 'rect_based_targeting_utils_unittest.cc',
529 'run_all_unittests.cc', 529 'run_all_unittests.cc',
530 'view_model_unittest.cc', 530 'view_model_unittest.cc',
531 'view_model_utils_unittest.cc', 531 'view_model_utils_unittest.cc',
532 'view_targeter_unittest.cc', 532 'view_targeter_unittest.cc',
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
870 '../aura/aura.gyp:aura', 870 '../aura/aura.gyp:aura',
871 '../wm/wm.gyp:wm', 871 '../wm/wm.gyp:wm',
872 ], 872 ],
873 }], 873 }],
874 ], 874 ],
875 }, # target_name: macviews_interactive_ui_tests 875 }, # target_name: macviews_interactive_ui_tests
876 ], # targets 876 ], # targets
877 }], 877 }],
878 ], # conditions 878 ], # conditions
879 } 879 }
OLDNEW
« no previous file with comments | « ui/views/test/focus_manager_test.cc ('k') | ui/views/widget/widget_interactive_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698