OLD | NEW |
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 Loading... |
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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
890 '../aura/aura.gyp:aura', | 890 '../aura/aura.gyp:aura', |
891 '../wm/wm.gyp:wm', | 891 '../wm/wm.gyp:wm', |
892 ], | 892 ], |
893 }], | 893 }], |
894 ], | 894 ], |
895 }, # target_name: macviews_interactive_ui_tests | 895 }, # target_name: macviews_interactive_ui_tests |
896 ], # targets | 896 ], # targets |
897 }], | 897 }], |
898 ], # conditions | 898 ], # conditions |
899 } | 899 } |
OLD | NEW |