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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 353063005: [ChromeDriver] Subscribe PerformanceLogger to CommandListener interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unintentional debug output Created 6 years, 5 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
OLDNEW
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 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 'test/chromedriver/chrome/javascript_dialog_manager.cc', 451 'test/chromedriver/chrome/javascript_dialog_manager.cc',
452 'test/chromedriver/chrome/javascript_dialog_manager.h', 452 'test/chromedriver/chrome/javascript_dialog_manager.h',
453 'test/chromedriver/chrome/log.h', 453 'test/chromedriver/chrome/log.h',
454 'test/chromedriver/chrome/log.cc', 454 'test/chromedriver/chrome/log.cc',
455 'test/chromedriver/chrome/mobile_device.cc', 455 'test/chromedriver/chrome/mobile_device.cc',
456 'test/chromedriver/chrome/mobile_device.h', 456 'test/chromedriver/chrome/mobile_device.h',
457 'test/chromedriver/chrome/mobile_emulation_override_manager.cc', 457 'test/chromedriver/chrome/mobile_emulation_override_manager.cc',
458 'test/chromedriver/chrome/mobile_emulation_override_manager.h', 458 'test/chromedriver/chrome/mobile_emulation_override_manager.h',
459 'test/chromedriver/chrome/navigation_tracker.cc', 459 'test/chromedriver/chrome/navigation_tracker.cc',
460 'test/chromedriver/chrome/navigation_tracker.h', 460 'test/chromedriver/chrome/navigation_tracker.h',
461 'test/chromedriver/chrome/performance_logger.h',
462 'test/chromedriver/chrome/performance_logger.cc',
463 'test/chromedriver/chrome/status.cc', 461 'test/chromedriver/chrome/status.cc',
464 'test/chromedriver/chrome/status.h', 462 'test/chromedriver/chrome/status.h',
465 'test/chromedriver/chrome/ui_events.cc', 463 'test/chromedriver/chrome/ui_events.cc',
466 'test/chromedriver/chrome/ui_events.h', 464 'test/chromedriver/chrome/ui_events.h',
467 'test/chromedriver/chrome/util.cc', 465 'test/chromedriver/chrome/util.cc',
468 'test/chromedriver/chrome/util.h', 466 'test/chromedriver/chrome/util.h',
469 'test/chromedriver/chrome/version.cc', 467 'test/chromedriver/chrome/version.cc',
470 'test/chromedriver/chrome/version.h', 468 'test/chromedriver/chrome/version.h',
471 'test/chromedriver/chrome/web_view.h', 469 'test/chromedriver/chrome/web_view.h',
472 'test/chromedriver/chrome/web_view_impl.cc', 470 'test/chromedriver/chrome/web_view_impl.cc',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 'common/chrome_constants.cc', 610 'common/chrome_constants.cc',
613 'common/chrome_constants.h', 611 'common/chrome_constants.h',
614 'test/chromedriver/alert_commands.cc', 612 'test/chromedriver/alert_commands.cc',
615 'test/chromedriver/alert_commands.h', 613 'test/chromedriver/alert_commands.h',
616 'test/chromedriver/basic_types.cc', 614 'test/chromedriver/basic_types.cc',
617 'test/chromedriver/basic_types.h', 615 'test/chromedriver/basic_types.h',
618 'test/chromedriver/capabilities.cc', 616 'test/chromedriver/capabilities.cc',
619 'test/chromedriver/capabilities.h', 617 'test/chromedriver/capabilities.h',
620 'test/chromedriver/chrome_launcher.cc', 618 'test/chromedriver/chrome_launcher.cc',
621 'test/chromedriver/chrome_launcher.h', 619 'test/chromedriver/chrome_launcher.h',
620 'test/chromedriver/command_listener_proxy.cc',
621 'test/chromedriver/command_listener_proxy.h',
622 'test/chromedriver/command_listener.h',
stgao 2014/07/01 19:02:26 Seems like command_listener.h should go first as w
johnmoore 2014/07/02 22:17:44 Done.
622 'test/chromedriver/command.h', 623 'test/chromedriver/command.h',
623 'test/chromedriver/commands.cc', 624 'test/chromedriver/commands.cc',
624 'test/chromedriver/commands.h', 625 'test/chromedriver/commands.h',
625 'test/chromedriver/element_commands.cc', 626 'test/chromedriver/element_commands.cc',
626 'test/chromedriver/element_commands.h', 627 'test/chromedriver/element_commands.h',
627 'test/chromedriver/element_util.cc', 628 'test/chromedriver/element_util.cc',
628 'test/chromedriver/element_util.h', 629 'test/chromedriver/element_util.h',
629 'test/chromedriver/key_converter.cc', 630 'test/chromedriver/key_converter.cc',
630 'test/chromedriver/key_converter.h', 631 'test/chromedriver/key_converter.h',
631 'test/chromedriver/keycode_text_conversion.h', 632 'test/chromedriver/keycode_text_conversion.h',
632 'test/chromedriver/keycode_text_conversion_mac.mm', 633 'test/chromedriver/keycode_text_conversion_mac.mm',
633 'test/chromedriver/keycode_text_conversion_ozone.cc', 634 'test/chromedriver/keycode_text_conversion_ozone.cc',
634 'test/chromedriver/keycode_text_conversion_win.cc', 635 'test/chromedriver/keycode_text_conversion_win.cc',
635 'test/chromedriver/keycode_text_conversion_x.cc', 636 'test/chromedriver/keycode_text_conversion_x.cc',
636 'test/chromedriver/logging.cc', 637 'test/chromedriver/logging.cc',
637 'test/chromedriver/logging.h', 638 'test/chromedriver/logging.h',
639 'test/chromedriver/performance_logger.h',
640 'test/chromedriver/performance_logger.cc',
stgao 2014/07/01 19:02:26 It seems the original order was wrong. Would you m
johnmoore 2014/07/02 22:17:44 Done.
638 'test/chromedriver/server/http_handler.cc', 641 'test/chromedriver/server/http_handler.cc',
639 'test/chromedriver/server/http_handler.h', 642 'test/chromedriver/server/http_handler.h',
640 'test/chromedriver/session.cc', 643 'test/chromedriver/session.cc',
641 'test/chromedriver/session.h', 644 'test/chromedriver/session.h',
642 'test/chromedriver/session_commands.cc', 645 'test/chromedriver/session_commands.cc',
643 'test/chromedriver/session_commands.h', 646 'test/chromedriver/session_commands.h',
644 'test/chromedriver/session_thread_map.h', 647 'test/chromedriver/session_thread_map.h',
645 'test/chromedriver/util.cc', 648 'test/chromedriver/util.cc',
646 'test/chromedriver/util.h', 649 'test/chromedriver/util.h',
647 'test/chromedriver/window_commands.cc', 650 'test/chromedriver/window_commands.cc',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 'test/chromedriver/chrome/device_manager_unittest.cc', 727 'test/chromedriver/chrome/device_manager_unittest.cc',
725 'test/chromedriver/chrome/devtools_client_impl_unittest.cc', 728 'test/chromedriver/chrome/devtools_client_impl_unittest.cc',
726 'test/chromedriver/chrome/devtools_http_client_unittest.cc', 729 'test/chromedriver/chrome/devtools_http_client_unittest.cc',
727 'test/chromedriver/chrome/dom_tracker_unittest.cc', 730 'test/chromedriver/chrome/dom_tracker_unittest.cc',
728 'test/chromedriver/chrome/frame_tracker_unittest.cc', 731 'test/chromedriver/chrome/frame_tracker_unittest.cc',
729 'test/chromedriver/chrome/geolocation_override_manager_unittest.cc', 732 'test/chromedriver/chrome/geolocation_override_manager_unittest.cc',
730 'test/chromedriver/chrome/heap_snapshot_taker_unittest.cc', 733 'test/chromedriver/chrome/heap_snapshot_taker_unittest.cc',
731 'test/chromedriver/chrome/javascript_dialog_manager_unittest.cc', 734 'test/chromedriver/chrome/javascript_dialog_manager_unittest.cc',
732 'test/chromedriver/chrome/mobile_emulation_override_manager_unittest.cc' , 735 'test/chromedriver/chrome/mobile_emulation_override_manager_unittest.cc' ,
733 'test/chromedriver/chrome/navigation_tracker_unittest.cc', 736 'test/chromedriver/chrome/navigation_tracker_unittest.cc',
734 'test/chromedriver/chrome/performance_logger_unittest.cc',
735 'test/chromedriver/chrome/status_unittest.cc', 737 'test/chromedriver/chrome/status_unittest.cc',
736 'test/chromedriver/chrome/stub_chrome.cc', 738 'test/chromedriver/chrome/stub_chrome.cc',
737 'test/chromedriver/chrome/stub_chrome.h', 739 'test/chromedriver/chrome/stub_chrome.h',
738 'test/chromedriver/chrome/stub_devtools_client.cc', 740 'test/chromedriver/chrome/stub_devtools_client.cc',
739 'test/chromedriver/chrome/stub_devtools_client.h', 741 'test/chromedriver/chrome/stub_devtools_client.h',
740 'test/chromedriver/chrome/stub_web_view.cc', 742 'test/chromedriver/chrome/stub_web_view.cc',
741 'test/chromedriver/chrome/stub_web_view.h', 743 'test/chromedriver/chrome/stub_web_view.h',
742 'test/chromedriver/chrome/web_view_impl_unittest.cc', 744 'test/chromedriver/chrome/web_view_impl_unittest.cc',
743 'test/chromedriver/chrome_launcher_unittest.cc', 745 'test/chromedriver/chrome_launcher_unittest.cc',
746 'test/chromedriver/command_listener_proxy_unittest.cc',
744 'test/chromedriver/commands_unittest.cc', 747 'test/chromedriver/commands_unittest.cc',
745 'test/chromedriver/logging_unittest.cc', 748 'test/chromedriver/logging_unittest.cc',
749 'test/chromedriver/performance_logger_unittest.cc',
746 'test/chromedriver/server/http_handler_unittest.cc', 750 'test/chromedriver/server/http_handler_unittest.cc',
747 'test/chromedriver/session_commands_unittest.cc', 751 'test/chromedriver/session_commands_unittest.cc',
748 'test/chromedriver/session_unittest.cc', 752 'test/chromedriver/session_unittest.cc',
749 'test/chromedriver/util_unittest.cc', 753 'test/chromedriver/util_unittest.cc',
750 ], 754 ],
751 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 755 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
752 'msvs_disabled_warnings': [ 4267, ], 756 'msvs_disabled_warnings': [ 4267, ],
753 }, 757 },
754 # ChromeDriver tests that aren't run on the main buildbot. Available 758 # ChromeDriver tests that aren't run on the main buildbot. Available
755 # as an optional test type on trybots. 759 # as an optional test type on trybots.
(...skipping 2208 matching lines...) Expand 10 before | Expand all | Expand 10 after
2964 ['enable_webrtc==1', { 2968 ['enable_webrtc==1', {
2965 'dependencies': [ 2969 'dependencies': [
2966 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 2970 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
2967 ] 2971 ]
2968 }], 2972 }],
2969 ], 2973 ],
2970 }] 2974 }]
2971 }], 2975 }],
2972 ], # 'conditions' 2976 ], # 'conditions'
2973 } 2977 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/chromedriver/chrome/performance_logger.h » ('j') | chrome/test/chromedriver/command_listener_proxy.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698