OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'includes': [ | 5 'includes': [ |
6 'js_unittest_vars.gypi', | 6 'js_unittest_vars.gypi', |
7 ], | 7 ], |
8 'targets': [ | 8 'targets': [ |
9 { | 9 { |
10 'target_name': 'interactive_ui_tests', | 10 'target_name': 'interactive_ui_tests', |
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
449 'test/chromedriver/chrome/javascript_dialog_manager.cc', | 449 'test/chromedriver/chrome/javascript_dialog_manager.cc', |
450 'test/chromedriver/chrome/javascript_dialog_manager.h', | 450 'test/chromedriver/chrome/javascript_dialog_manager.h', |
451 'test/chromedriver/chrome/log.h', | 451 'test/chromedriver/chrome/log.h', |
452 'test/chromedriver/chrome/log.cc', | 452 'test/chromedriver/chrome/log.cc', |
453 'test/chromedriver/chrome/mobile_device.cc', | 453 'test/chromedriver/chrome/mobile_device.cc', |
454 'test/chromedriver/chrome/mobile_device.h', | 454 'test/chromedriver/chrome/mobile_device.h', |
455 'test/chromedriver/chrome/mobile_emulation_override_manager.cc', | 455 'test/chromedriver/chrome/mobile_emulation_override_manager.cc', |
456 'test/chromedriver/chrome/mobile_emulation_override_manager.h', | 456 'test/chromedriver/chrome/mobile_emulation_override_manager.h', |
457 'test/chromedriver/chrome/navigation_tracker.cc', | 457 'test/chromedriver/chrome/navigation_tracker.cc', |
458 'test/chromedriver/chrome/navigation_tracker.h', | 458 'test/chromedriver/chrome/navigation_tracker.h', |
459 'test/chromedriver/chrome/performance_logger.h', | |
460 'test/chromedriver/chrome/performance_logger.cc', | |
461 'test/chromedriver/chrome/status.cc', | 459 'test/chromedriver/chrome/status.cc', |
462 'test/chromedriver/chrome/status.h', | 460 'test/chromedriver/chrome/status.h', |
463 'test/chromedriver/chrome/ui_events.cc', | 461 'test/chromedriver/chrome/ui_events.cc', |
464 'test/chromedriver/chrome/ui_events.h', | 462 'test/chromedriver/chrome/ui_events.h', |
465 'test/chromedriver/chrome/util.cc', | 463 'test/chromedriver/chrome/util.cc', |
466 'test/chromedriver/chrome/util.h', | 464 'test/chromedriver/chrome/util.h', |
467 'test/chromedriver/chrome/version.cc', | 465 'test/chromedriver/chrome/version.cc', |
468 'test/chromedriver/chrome/version.h', | 466 'test/chromedriver/chrome/version.h', |
469 'test/chromedriver/chrome/web_view.h', | 467 'test/chromedriver/chrome/web_view.h', |
470 'test/chromedriver/chrome/web_view_impl.cc', | 468 'test/chromedriver/chrome/web_view_impl.cc', |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
610 'common/chrome_constants.cc', | 608 'common/chrome_constants.cc', |
611 'common/chrome_constants.h', | 609 'common/chrome_constants.h', |
612 'test/chromedriver/alert_commands.cc', | 610 'test/chromedriver/alert_commands.cc', |
613 'test/chromedriver/alert_commands.h', | 611 'test/chromedriver/alert_commands.h', |
614 'test/chromedriver/basic_types.cc', | 612 'test/chromedriver/basic_types.cc', |
615 'test/chromedriver/basic_types.h', | 613 'test/chromedriver/basic_types.h', |
616 'test/chromedriver/capabilities.cc', | 614 'test/chromedriver/capabilities.cc', |
617 'test/chromedriver/capabilities.h', | 615 'test/chromedriver/capabilities.h', |
618 'test/chromedriver/chrome_launcher.cc', | 616 'test/chromedriver/chrome_launcher.cc', |
619 'test/chromedriver/chrome_launcher.h', | 617 'test/chromedriver/chrome_launcher.h', |
| 618 'test/chromedriver/command_listener.h', |
620 'test/chromedriver/command.h', | 619 'test/chromedriver/command.h', |
621 'test/chromedriver/commands.cc', | 620 'test/chromedriver/commands.cc', |
622 'test/chromedriver/commands.h', | 621 'test/chromedriver/commands.h', |
623 'test/chromedriver/element_commands.cc', | 622 'test/chromedriver/element_commands.cc', |
624 'test/chromedriver/element_commands.h', | 623 'test/chromedriver/element_commands.h', |
625 'test/chromedriver/element_util.cc', | 624 'test/chromedriver/element_util.cc', |
626 'test/chromedriver/element_util.h', | 625 'test/chromedriver/element_util.h', |
627 'test/chromedriver/key_converter.cc', | 626 'test/chromedriver/key_converter.cc', |
628 'test/chromedriver/key_converter.h', | 627 'test/chromedriver/key_converter.h', |
629 'test/chromedriver/keycode_text_conversion.h', | 628 'test/chromedriver/keycode_text_conversion.h', |
630 'test/chromedriver/keycode_text_conversion_mac.mm', | 629 'test/chromedriver/keycode_text_conversion_mac.mm', |
631 'test/chromedriver/keycode_text_conversion_ozone.cc', | 630 'test/chromedriver/keycode_text_conversion_ozone.cc', |
632 'test/chromedriver/keycode_text_conversion_win.cc', | 631 'test/chromedriver/keycode_text_conversion_win.cc', |
633 'test/chromedriver/keycode_text_conversion_x.cc', | 632 'test/chromedriver/keycode_text_conversion_x.cc', |
634 'test/chromedriver/logging.cc', | 633 'test/chromedriver/logging.cc', |
635 'test/chromedriver/logging.h', | 634 'test/chromedriver/logging.h', |
| 635 'test/chromedriver/performance_logger.h', |
| 636 'test/chromedriver/performance_logger.cc', |
636 'test/chromedriver/server/http_handler.cc', | 637 'test/chromedriver/server/http_handler.cc', |
637 'test/chromedriver/server/http_handler.h', | 638 'test/chromedriver/server/http_handler.h', |
638 'test/chromedriver/session.cc', | 639 'test/chromedriver/session.cc', |
639 'test/chromedriver/session.h', | 640 'test/chromedriver/session.h', |
640 'test/chromedriver/session_commands.cc', | 641 'test/chromedriver/session_commands.cc', |
641 'test/chromedriver/session_commands.h', | 642 'test/chromedriver/session_commands.h', |
642 'test/chromedriver/session_thread_map.h', | 643 'test/chromedriver/session_thread_map.h', |
643 'test/chromedriver/util.cc', | 644 'test/chromedriver/util.cc', |
644 'test/chromedriver/util.h', | 645 'test/chromedriver/util.h', |
645 'test/chromedriver/window_commands.cc', | 646 'test/chromedriver/window_commands.cc', |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
722 'test/chromedriver/chrome/device_manager_unittest.cc', | 723 'test/chromedriver/chrome/device_manager_unittest.cc', |
723 'test/chromedriver/chrome/devtools_client_impl_unittest.cc', | 724 'test/chromedriver/chrome/devtools_client_impl_unittest.cc', |
724 'test/chromedriver/chrome/devtools_http_client_unittest.cc', | 725 'test/chromedriver/chrome/devtools_http_client_unittest.cc', |
725 'test/chromedriver/chrome/dom_tracker_unittest.cc', | 726 'test/chromedriver/chrome/dom_tracker_unittest.cc', |
726 'test/chromedriver/chrome/frame_tracker_unittest.cc', | 727 'test/chromedriver/chrome/frame_tracker_unittest.cc', |
727 'test/chromedriver/chrome/geolocation_override_manager_unittest.cc', | 728 'test/chromedriver/chrome/geolocation_override_manager_unittest.cc', |
728 'test/chromedriver/chrome/heap_snapshot_taker_unittest.cc', | 729 'test/chromedriver/chrome/heap_snapshot_taker_unittest.cc', |
729 'test/chromedriver/chrome/javascript_dialog_manager_unittest.cc', | 730 'test/chromedriver/chrome/javascript_dialog_manager_unittest.cc', |
730 'test/chromedriver/chrome/mobile_emulation_override_manager_unittest.cc'
, | 731 'test/chromedriver/chrome/mobile_emulation_override_manager_unittest.cc'
, |
731 'test/chromedriver/chrome/navigation_tracker_unittest.cc', | 732 'test/chromedriver/chrome/navigation_tracker_unittest.cc', |
732 'test/chromedriver/chrome/performance_logger_unittest.cc', | |
733 'test/chromedriver/chrome/status_unittest.cc', | 733 'test/chromedriver/chrome/status_unittest.cc', |
734 'test/chromedriver/chrome/stub_chrome.cc', | 734 'test/chromedriver/chrome/stub_chrome.cc', |
735 'test/chromedriver/chrome/stub_chrome.h', | 735 'test/chromedriver/chrome/stub_chrome.h', |
736 'test/chromedriver/chrome/stub_devtools_client.cc', | 736 'test/chromedriver/chrome/stub_devtools_client.cc', |
737 'test/chromedriver/chrome/stub_devtools_client.h', | 737 'test/chromedriver/chrome/stub_devtools_client.h', |
738 'test/chromedriver/chrome/stub_web_view.cc', | 738 'test/chromedriver/chrome/stub_web_view.cc', |
739 'test/chromedriver/chrome/stub_web_view.h', | 739 'test/chromedriver/chrome/stub_web_view.h', |
740 'test/chromedriver/chrome/web_view_impl_unittest.cc', | 740 'test/chromedriver/chrome/web_view_impl_unittest.cc', |
741 'test/chromedriver/chrome_launcher_unittest.cc', | 741 'test/chromedriver/chrome_launcher_unittest.cc', |
742 'test/chromedriver/commands_unittest.cc', | 742 'test/chromedriver/commands_unittest.cc', |
743 'test/chromedriver/logging_unittest.cc', | 743 'test/chromedriver/logging_unittest.cc', |
| 744 'test/chromedriver/performance_logger_unittest.cc', |
744 'test/chromedriver/server/http_handler_unittest.cc', | 745 'test/chromedriver/server/http_handler_unittest.cc', |
745 'test/chromedriver/session_commands_unittest.cc', | 746 'test/chromedriver/session_commands_unittest.cc', |
746 'test/chromedriver/session_unittest.cc', | 747 'test/chromedriver/session_unittest.cc', |
747 'test/chromedriver/util_unittest.cc', | 748 'test/chromedriver/util_unittest.cc', |
748 ], | 749 ], |
749 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 750 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
750 'msvs_disabled_warnings': [ 4267, ], | 751 'msvs_disabled_warnings': [ 4267, ], |
751 }, | 752 }, |
752 # ChromeDriver tests that aren't run on the main buildbot. Available | 753 # ChromeDriver tests that aren't run on the main buildbot. Available |
753 # as an optional test type on trybots. | 754 # as an optional test type on trybots. |
(...skipping 2204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2958 ['enable_webrtc==1', { | 2959 ['enable_webrtc==1', { |
2959 'dependencies': [ | 2960 'dependencies': [ |
2960 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2961 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
2961 ] | 2962 ] |
2962 }], | 2963 }], |
2963 ], | 2964 ], |
2964 }] | 2965 }] |
2965 }], | 2966 }], |
2966 ], # 'conditions' | 2967 ], # 'conditions' |
2967 } | 2968 } |
OLD | NEW |