| 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 'variables': { | 5 'variables': { |
| 6 'chrome_browser_extensions_test_support_sources': [ | 6 'chrome_browser_extensions_test_support_sources': [ |
| 7 # A list of sources which is shared between different browser tests. | 7 # A list of sources which is shared between different browser tests. |
| 8 'browser/apps/app_browsertest_util.cc', | 8 'browser/apps/app_browsertest_util.cc', |
| 9 'browser/apps/app_browsertest_util.h', | 9 'browser/apps/app_browsertest_util.h', |
| 10 'browser/extensions/browsertest_util.cc', | 10 'browser/extensions/browsertest_util.cc', |
| (...skipping 796 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 807 'test/remoting/qunit_browser_test_runner.cc', | 807 'test/remoting/qunit_browser_test_runner.cc', |
| 808 'test/remoting/remote_desktop_browsertest.cc', | 808 'test/remoting/remote_desktop_browsertest.cc', |
| 809 'test/remoting/remote_desktop_browsertest.h', | 809 'test/remoting/remote_desktop_browsertest.h', |
| 810 'test/remoting/scrollbar_browsertest.cc', | 810 'test/remoting/scrollbar_browsertest.cc', |
| 811 'test/remoting/waiter.cc', | 811 'test/remoting/waiter.cc', |
| 812 'test/remoting/waiter.h', | 812 'test/remoting/waiter.h', |
| 813 'test/remoting/webapp_javascript_unittest.cc', | 813 'test/remoting/webapp_javascript_unittest.cc', |
| 814 # TODO(craig): Rename this and run from base_unittests when the test | 814 # TODO(craig): Rename this and run from base_unittests when the test |
| 815 # is safe to run there. See http://crbug.com/78722 for details. | 815 # is safe to run there. See http://crbug.com/78722 for details. |
| 816 '../base/files/file_path_watcher_browsertest.cc', | 816 '../base/files/file_path_watcher_browsertest.cc', |
| 817 ] | 817 ], |
| 818 'chrome_interactive_ui_test_sources': [ |
| 819 '../chrome/browser/ui/webui/options/language_options_interactive_uitest.cc
', |
| 820 '../extensions/browser/app_window/app_window_interactive_uitest.cc', |
| 821 '../ui/base/clipboard/clipboard_unittest.cc', |
| 822 '../ui/views/controls/webview/webview_interactive_uitest.cc', |
| 823 '../ui/views/corewm/desktop_capture_controller_unittest.cc', |
| 824 '../ui/views/widget/desktop_aura/desktop_window_tree_host_x11_interactive_
uitest.cc', |
| 825 '../ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_uit
est.cc', |
| 826 '../ui/views/widget/widget_interactive_uitest.cc', |
| 827 'browser/apps/app_browsertest_util.cc', |
| 828 'browser/apps/app_browsertest_util.h', |
| 829 'browser/apps/app_pointer_lock_interactive_uitest.cc', |
| 830 'browser/apps/app_shim/app_shim_interactive_uitest_mac.mm', |
| 831 'browser/apps/app_shim/app_shim_quit_interactive_uitest_mac.mm', |
| 832 'browser/apps/app_window_interactive_uitest.cc', |
| 833 'browser/apps/web_view_interactive_browsertest.cc', |
| 834 'browser/autofill/autofill_interactive_uitest.cc', |
| 835 'browser/browser_keyevents_browsertest.cc', |
| 836 'browser/chrome_plugin_interactive_test.cc', |
| 837 'browser/extensions/api/extension_action/browser_action_interactive_test.c
c', |
| 838 'browser/extensions/api/omnibox/omnibox_api_interactive_test.cc', |
| 839 'browser/extensions/api/tabs/tabs_interactive_test.cc', |
| 840 'browser/extensions/browsertest_util.cc', |
| 841 'browser/extensions/extension_apitest.cc', |
| 842 'browser/extensions/extension_browsertest.cc', |
| 843 'browser/extensions/extension_test_notification_observer.cc', |
| 844 'browser/extensions/extension_crash_recovery_browsertest.cc', |
| 845 'browser/extensions/extension_fullscreen_apitest.cc', |
| 846 'browser/extensions/extension_function_test_utils.cc', |
| 847 'browser/extensions/extension_commands_global_registry_apitest.cc', |
| 848 'browser/extensions/extension_keybinding_apitest.cc', |
| 849 'browser/extensions/notifications_apitest.cc', |
| 850 'browser/extensions/updater/extension_cache_fake.h', |
| 851 'browser/extensions/updater/extension_cache_fake.cc', |
| 852 'browser/extensions/window_open_interactive_apitest.cc', |
| 853 'browser/mouseleave_browsertest.cc', |
| 854 'browser/notifications/notification_browsertest.cc', |
| 855 'browser/password_manager/password_generation_interactive_uitest.cc', |
| 856 'browser/renderer_context_menu/render_view_context_menu_browsertest_util.c
c', |
| 857 'browser/renderer_context_menu/render_view_context_menu_browsertest_util.h
', |
| 858 'browser/task_manager/task_manager_browsertest_util.cc', |
| 859 'browser/ui/app_list/app_list_service_interactive_uitest.cc', |
| 860 'browser/ui/app_list/app_list_service_mac_interactive_uitest.mm', |
| 861 'browser/ui/autofill/autofill_popup_controller_interactive_uitest.cc', |
| 862 'browser/ui/browser_focus_uitest.cc', |
| 863 'browser/ui/cocoa/apps/quit_with_apps_controller_mac_interactive_uitest.cc
', |
| 864 'browser/ui/cocoa/panels/panel_cocoa_browsertest.mm', |
| 865 'browser/ui/find_bar/find_bar_host_interactive_uitest.cc', |
| 866 'browser/ui/fullscreen/fullscreen_controller_interactive_browsertest.cc', |
| 867 'browser/ui/fullscreen/fullscreen_controller_state_interactive_browsertest
.cc', |
| 868 'browser/ui/omnibox/omnibox_view_browsertest.cc', |
| 869 'browser/ui/panels/base_panel_browser_test.cc', |
| 870 'browser/ui/panels/base_panel_browser_test.h', |
| 871 'browser/ui/panels/detached_panel_browsertest.cc', |
| 872 'browser/ui/panels/docked_panel_browsertest.cc', |
| 873 'browser/ui/panels/panel_browsertest.cc', |
| 874 'browser/ui/panels/panel_drag_browsertest.cc', |
| 875 'browser/ui/panels/panel_resize_browsertest.cc', |
| 876 'browser/ui/panels/stacked_panel_browsertest.cc', |
| 877 'browser/ui/panels/test_panel_active_state_observer.cc', |
| 878 'browser/ui/panels/test_panel_active_state_observer.h', |
| 879 'browser/ui/panels/test_panel_mouse_watcher.cc', |
| 880 'browser/ui/panels/test_panel_mouse_watcher.h', |
| 881 'browser/ui/panels/test_panel_notification_observer.cc', |
| 882 'browser/ui/panels/test_panel_notification_observer.h', |
| 883 'browser/ui/panels/test_panel_collection_squeeze_observer.cc', |
| 884 'browser/ui/panels/test_panel_collection_squeeze_observer.h', |
| 885 'browser/ui/passwords/manage_passwords_test.cc', |
| 886 'browser/ui/passwords/manage_passwords_test.h', |
| 887 'browser/ui/search/instant_extended_interactive_uitest.cc', |
| 888 'browser/ui/pdf/pdf_interactive_browsertest.cc', |
| 889 'browser/ui/search/instant_extended_manual_interactive_uitest.cc', |
| 890 'browser/ui/search/instant_test_utils.h', |
| 891 'browser/ui/search/instant_test_utils.cc', |
| 892 'browser/ui/search/local_ntp_browsertest.cc', |
| 893 'browser/ui/startup/startup_browser_creator_interactive_uitest.cc', |
| 894 'browser/ui/toolbar/test_toolbar_model.cc', |
| 895 'browser/ui/toolbar/test_toolbar_model.h', |
| 896 'browser/ui/views/ash/tab_scrubber_browsertest.cc', |
| 897 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
| 898 'browser/ui/views/constrained_window_views_browsertest.cc', |
| 899 'browser/ui/views/find_bar_controller_interactive_uitest.cc', |
| 900 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
| 901 'browser/ui/views/frame/browser_view_focus_uitest.cc', |
| 902 'browser/ui/views/frame/browser_view_interactive_uitest.cc', |
| 903 'browser/ui/views/keyboard_access_browsertest.cc', |
| 904 'browser/ui/views/location_bar/location_icon_view_interactive_uitest.cc', |
| 905 'browser/ui/views/location_bar/star_view_browsertest.cc', |
| 906 'browser/ui/views/menu_controller_interactive_uitest.cc', |
| 907 'browser/ui/views/menu_item_view_interactive_uitest.cc', |
| 908 'browser/ui/views/menu_test_base.cc', |
| 909 'browser/ui/views/menu_test_base.h', |
| 910 'browser/ui/views/menu_model_adapter_test.cc', |
| 911 'browser/ui/views/menu_view_drag_and_drop_test.cc', |
| 912 'browser/ui/views/message_center/web_notification_tray_browsertest.cc', |
| 913 'browser/ui/views/omnibox/omnibox_view_views_browsertest.cc', |
| 914 'browser/ui/views/panels/panel_view_browsertest.cc', |
| 915 'browser/ui/views/passwords/manage_passwords_bubble_view_browsertest.cc', |
| 916 'browser/ui/views/passwords/manage_passwords_icon_view_browsertest.cc', |
| 917 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', |
| 918 'browser/ui/views/status_icons/status_tray_state_changer_interactive_uites
t_win.cc', |
| 919 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', |
| 920 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h', |
| 921 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc', |
| 922 'browser/ui/views/toolbar/toolbar_button_test.cc', |
| 923 'browser/ui/views/toolbar/toolbar_view_interactive_uitest.cc', |
| 924 'test/base/interactive_test_utils.cc', |
| 925 'test/base/interactive_test_utils.h', |
| 926 'test/base/interactive_test_utils_aura.cc', |
| 927 'test/base/interactive_test_utils_aura.h', |
| 928 'test/base/interactive_test_utils_mac.mm', |
| 929 'test/base/interactive_test_utils_views.cc', |
| 930 'test/base/interactive_test_utils_win.cc', |
| 931 'test/base/interactive_ui_tests_main.cc', |
| 932 'test/base/view_event_test_base.cc', |
| 933 'test/base/view_event_test_base.h', |
| 934 'test/base/view_event_test_platform_part.h', |
| 935 'test/base/view_event_test_platform_part_ash.cc', |
| 936 'test/base/view_event_test_platform_part_chromeos.cc', |
| 937 'test/base/view_event_test_platform_part_mac.mm', |
| 938 'test/ppapi/ppapi_interactive_browsertest.cc', |
| 939 ], |
| 940 'chrome_interactive_ui_test_chromeos_sources': [ |
| 941 'browser/chromeos/accessibility/speech_monitor.cc', |
| 942 'browser/chromeos/accessibility/speech_monitor.h', |
| 943 'browser/chromeos/accessibility/spoken_feedback_browsertest.cc', |
| 944 'browser/chromeos/accessibility/sticky_keys_browsertest.cc', |
| 945 'browser/chromeos/input_method/textinput_browsertest.cc', |
| 946 'browser/chromeos/input_method/textinput_surroundingtext_browsertest.cc', |
| 947 'browser/chromeos/input_method/textinput_test_helper.cc', |
| 948 'browser/chromeos/input_method/textinput_test_helper.h', |
| 949 'browser/chromeos/login/eula_browsertest.cc', |
| 950 'browser/chromeos/login/lock/screen_locker_browsertest.cc', |
| 951 'browser/chromeos/login/lock/screen_locker_tester.cc', |
| 952 'browser/chromeos/login/lock/screen_locker_tester.h', |
| 953 'browser/chromeos/login/login_browsertest.cc', |
| 954 'browser/chromeos/login/login_manager_test.cc', |
| 955 'browser/chromeos/login/login_manager_test.h', |
| 956 'browser/chromeos/login/login_ui_browsertest.cc', |
| 957 'browser/chromeos/login/mixin_based_browser_test.cc', |
| 958 'browser/chromeos/login/mixin_based_browser_test.h', |
| 959 'browser/chromeos/login/oobe_browsertest.cc', |
| 960 'browser/chromeos/login/screenshot_testing/screenshot_tester.cc', |
| 961 'browser/chromeos/login/screenshot_testing/screenshot_tester.h', |
| 962 'browser/chromeos/login/screenshot_testing/screenshot_tester.h', |
| 963 'browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.cc', |
| 964 'browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.h', |
| 965 'browser/chromeos/login/screenshot_testing/SkDiffPixelsMetric.h', |
| 966 'browser/chromeos/login/screenshot_testing/SkDiffPixelsMetric_cpu.cpp', |
| 967 'browser/chromeos/login/screenshot_testing/SkImageDiffer.cpp', |
| 968 'browser/chromeos/login/screenshot_testing/SkImageDiffer.h', |
| 969 'browser/chromeos/login/screenshot_testing/SkPMetric.cpp', |
| 970 'browser/chromeos/login/screenshot_testing/SkPMetric.h', |
| 971 'browser/chromeos/login/users/wallpaper/wallpaper_manager_browsertest.cc', |
| 972 'browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils.cc', |
| 973 'browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils.h', |
| 974 'test/data/chromeos/service_login.html', |
| 975 ], |
| 976 'chrome_automation_client_lib_sources': [ |
| 977 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/js.cc', |
| 978 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/js.h', |
| 979 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/user_data_dir.
cc', |
| 980 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/user_data_dir.
h', |
| 981 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/embedded_autom
ation_extension.cc', |
| 982 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/embedded_autom
ation_extension.h', |
| 983 'test/chromedriver/chrome/adb.h', |
| 984 'test/chromedriver/chrome/adb_impl.cc', |
| 985 'test/chromedriver/chrome/adb_impl.h', |
| 986 'test/chromedriver/chrome/automation_extension.cc', |
| 987 'test/chromedriver/chrome/automation_extension.h', |
| 988 'test/chromedriver/chrome/chrome.h', |
| 989 'test/chromedriver/chrome/chrome_android_impl.cc', |
| 990 'test/chromedriver/chrome/chrome_android_impl.h', |
| 991 'test/chromedriver/chrome/chrome_desktop_impl.cc', |
| 992 'test/chromedriver/chrome/chrome_desktop_impl.h', |
| 993 'test/chromedriver/chrome/chrome_finder.cc', |
| 994 'test/chromedriver/chrome/chrome_finder.h', |
| 995 'test/chromedriver/chrome/chrome_finder_mac.mm', |
| 996 'test/chromedriver/chrome/chrome_impl.cc', |
| 997 'test/chromedriver/chrome/chrome_impl.h', |
| 998 'test/chromedriver/chrome/chrome_remote_impl.cc', |
| 999 'test/chromedriver/chrome/chrome_remote_impl.h', |
| 1000 'test/chromedriver/chrome/console_logger.cc', |
| 1001 'test/chromedriver/chrome/console_logger.h', |
| 1002 'test/chromedriver/chrome/debugger_tracker.cc', |
| 1003 'test/chromedriver/chrome/debugger_tracker.h', |
| 1004 'test/chromedriver/chrome/device_manager.cc', |
| 1005 'test/chromedriver/chrome/device_manager.h', |
| 1006 'test/chromedriver/chrome/device_metrics.cc', |
| 1007 'test/chromedriver/chrome/device_metrics.h', |
| 1008 'test/chromedriver/chrome/devtools_client.h', |
| 1009 'test/chromedriver/chrome/devtools_client_impl.cc', |
| 1010 'test/chromedriver/chrome/devtools_client_impl.h', |
| 1011 'test/chromedriver/chrome/devtools_event_listener.cc', |
| 1012 'test/chromedriver/chrome/devtools_event_listener.h', |
| 1013 'test/chromedriver/chrome/devtools_http_client.cc', |
| 1014 'test/chromedriver/chrome/devtools_http_client.h', |
| 1015 'test/chromedriver/chrome/dom_tracker.cc', |
| 1016 'test/chromedriver/chrome/dom_tracker.h', |
| 1017 'test/chromedriver/chrome/frame_tracker.cc', |
| 1018 'test/chromedriver/chrome/frame_tracker.h', |
| 1019 'test/chromedriver/chrome/geolocation_override_manager.cc', |
| 1020 'test/chromedriver/chrome/geolocation_override_manager.h', |
| 1021 'test/chromedriver/chrome/geoposition.h', |
| 1022 'test/chromedriver/chrome/heap_snapshot_taker.cc', |
| 1023 'test/chromedriver/chrome/heap_snapshot_taker.h', |
| 1024 'test/chromedriver/chrome/javascript_dialog_manager.cc', |
| 1025 'test/chromedriver/chrome/javascript_dialog_manager.h', |
| 1026 'test/chromedriver/chrome/log.h', |
| 1027 'test/chromedriver/chrome/log.cc', |
| 1028 'test/chromedriver/chrome/mobile_device.cc', |
| 1029 'test/chromedriver/chrome/mobile_device.h', |
| 1030 'test/chromedriver/chrome/mobile_device_list.cc', |
| 1031 'test/chromedriver/chrome/mobile_device_list.h', |
| 1032 'test/chromedriver/chrome/mobile_emulation_override_manager.cc', |
| 1033 'test/chromedriver/chrome/mobile_emulation_override_manager.h', |
| 1034 'test/chromedriver/chrome/navigation_tracker.cc', |
| 1035 'test/chromedriver/chrome/navigation_tracker.h', |
| 1036 'test/chromedriver/chrome/status.cc', |
| 1037 'test/chromedriver/chrome/status.h', |
| 1038 'test/chromedriver/chrome/ui_events.cc', |
| 1039 'test/chromedriver/chrome/ui_events.h', |
| 1040 'test/chromedriver/chrome/util.cc', |
| 1041 'test/chromedriver/chrome/util.h', |
| 1042 'test/chromedriver/chrome/version.cc', |
| 1043 'test/chromedriver/chrome/version.h', |
| 1044 'test/chromedriver/chrome/web_view.h', |
| 1045 'test/chromedriver/chrome/web_view_impl.cc', |
| 1046 'test/chromedriver/chrome/web_view_impl.h', |
| 1047 'test/chromedriver/net/adb_client_socket.cc', |
| 1048 'test/chromedriver/net/adb_client_socket.h', |
| 1049 'test/chromedriver/net/net_util.cc', |
| 1050 'test/chromedriver/net/net_util.h', |
| 1051 'test/chromedriver/net/port_server.cc', |
| 1052 'test/chromedriver/net/port_server.h', |
| 1053 'test/chromedriver/net/sync_websocket.h', |
| 1054 'test/chromedriver/net/sync_websocket_factory.cc', |
| 1055 'test/chromedriver/net/sync_websocket_factory.h', |
| 1056 'test/chromedriver/net/sync_websocket_impl.cc', |
| 1057 'test/chromedriver/net/sync_websocket_impl.h', |
| 1058 'test/chromedriver/net/url_request_context_getter.cc', |
| 1059 'test/chromedriver/net/url_request_context_getter.h', |
| 1060 'test/chromedriver/net/websocket.cc', |
| 1061 'test/chromedriver/net/websocket.h', |
| 1062 ], |
| 1063 'performance_browser_tests_sources': [ |
| 1064 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
| 1065 '../components/autofill/content/renderer/test_password_autofill_agent.h', |
| 1066 '../components/autofill/content/renderer/test_password_generation_agent.cc
', |
| 1067 '../components/autofill/content/renderer/test_password_generation_agent.h'
, |
| 1068 'app/chrome_command_ids.h', |
| 1069 'app/chrome_dll.rc', |
| 1070 'app/chrome_dll_resource.h', |
| 1071 'app/chrome_version.rc.version', |
| 1072 'browser/extensions/api/tab_capture/tab_capture_performancetest.cc', |
| 1073 'browser/extensions/api/cast_streaming/performance_test.cc', |
| 1074 'browser/extensions/browsertest_util.cc', |
| 1075 'browser/extensions/extension_apitest.cc', |
| 1076 'browser/extensions/extension_browsertest.cc', |
| 1077 'browser/extensions/extension_test_notification_observer.cc', |
| 1078 'browser/extensions/updater/extension_cache_fake.h', |
| 1079 'browser/extensions/updater/extension_cache_fake.cc', |
| 1080 'test/base/browser_perf_tests_main.cc', |
| 1081 'test/base/chrome_render_view_test.cc', |
| 1082 'test/base/chrome_render_view_test.h', |
| 1083 'test/perf/browser_perf_test.cc', |
| 1084 'test/perf/browser_perf_test.h', |
| 1085 'test/perf/mach_ports_performancetest.cc', |
| 1086 ], |
| 1087 'chrome_driver_lib_sources': [ |
| 1088 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc', |
| 1089 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h', |
| 1090 '../third_party/webdriver/atoms.cc', |
| 1091 '../third_party/webdriver/atoms.h', |
| 1092 'common/chrome_constants.cc', |
| 1093 'common/chrome_constants.h', |
| 1094 'test/chromedriver/alert_commands.cc', |
| 1095 'test/chromedriver/alert_commands.h', |
| 1096 'test/chromedriver/basic_types.cc', |
| 1097 'test/chromedriver/basic_types.h', |
| 1098 'test/chromedriver/capabilities.cc', |
| 1099 'test/chromedriver/capabilities.h', |
| 1100 'test/chromedriver/chrome/browser_info.cc', |
| 1101 'test/chromedriver/chrome/browser_info.h', |
| 1102 'test/chromedriver/chrome_launcher.cc', |
| 1103 'test/chromedriver/chrome_launcher.h', |
| 1104 'test/chromedriver/command_listener.h', |
| 1105 'test/chromedriver/command_listener_proxy.cc', |
| 1106 'test/chromedriver/command_listener_proxy.h', |
| 1107 'test/chromedriver/command.h', |
| 1108 'test/chromedriver/commands.cc', |
| 1109 'test/chromedriver/commands.h', |
| 1110 'test/chromedriver/element_commands.cc', |
| 1111 'test/chromedriver/element_commands.h', |
| 1112 'test/chromedriver/element_util.cc', |
| 1113 'test/chromedriver/element_util.h', |
| 1114 'test/chromedriver/key_converter.cc', |
| 1115 'test/chromedriver/key_converter.h', |
| 1116 'test/chromedriver/keycode_text_conversion.h', |
| 1117 'test/chromedriver/keycode_text_conversion_mac.mm', |
| 1118 'test/chromedriver/keycode_text_conversion_ozone.cc', |
| 1119 'test/chromedriver/keycode_text_conversion_win.cc', |
| 1120 'test/chromedriver/keycode_text_conversion_x.cc', |
| 1121 'test/chromedriver/logging.cc', |
| 1122 'test/chromedriver/logging.h', |
| 1123 'test/chromedriver/performance_logger.cc', |
| 1124 'test/chromedriver/performance_logger.h', |
| 1125 'test/chromedriver/server/http_handler.cc', |
| 1126 'test/chromedriver/server/http_handler.h', |
| 1127 'test/chromedriver/session.cc', |
| 1128 'test/chromedriver/session.h', |
| 1129 'test/chromedriver/session_commands.cc', |
| 1130 'test/chromedriver/session_commands.h', |
| 1131 'test/chromedriver/session_thread_map.h', |
| 1132 'test/chromedriver/util.cc', |
| 1133 'test/chromedriver/util.h', |
| 1134 'test/chromedriver/window_commands.cc', |
| 1135 'test/chromedriver/window_commands.h', |
| 1136 ], |
| 1137 'chrome_driver_unittests_sources': [ |
| 1138 'test/chromedriver/capabilities_unittest.cc', |
| 1139 'test/chromedriver/chrome/browser_info_unittest.cc', |
| 1140 'test/chromedriver/chrome/chrome_finder_unittest.cc', |
| 1141 'test/chromedriver/chrome/console_logger_unittest.cc', |
| 1142 'test/chromedriver/chrome/device_manager_unittest.cc', |
| 1143 'test/chromedriver/chrome/devtools_client_impl_unittest.cc', |
| 1144 'test/chromedriver/chrome/devtools_http_client_unittest.cc', |
| 1145 'test/chromedriver/chrome/dom_tracker_unittest.cc', |
| 1146 'test/chromedriver/chrome/frame_tracker_unittest.cc', |
| 1147 'test/chromedriver/chrome/geolocation_override_manager_unittest.cc', |
| 1148 'test/chromedriver/chrome/heap_snapshot_taker_unittest.cc', |
| 1149 'test/chromedriver/chrome/javascript_dialog_manager_unittest.cc', |
| 1150 'test/chromedriver/chrome/mobile_emulation_override_manager_unittest.cc', |
| 1151 'test/chromedriver/chrome/navigation_tracker_unittest.cc', |
| 1152 'test/chromedriver/chrome/status_unittest.cc', |
| 1153 'test/chromedriver/chrome/stub_chrome.cc', |
| 1154 'test/chromedriver/chrome/stub_chrome.h', |
| 1155 'test/chromedriver/chrome/stub_devtools_client.cc', |
| 1156 'test/chromedriver/chrome/stub_devtools_client.h', |
| 1157 'test/chromedriver/chrome/stub_web_view.cc', |
| 1158 'test/chromedriver/chrome/stub_web_view.h', |
| 1159 'test/chromedriver/chrome/web_view_impl_unittest.cc', |
| 1160 'test/chromedriver/chrome_launcher_unittest.cc', |
| 1161 'test/chromedriver/command_listener_proxy_unittest.cc', |
| 1162 'test/chromedriver/commands_unittest.cc', |
| 1163 'test/chromedriver/logging_unittest.cc', |
| 1164 'test/chromedriver/performance_logger_unittest.cc', |
| 1165 'test/chromedriver/server/http_handler_unittest.cc', |
| 1166 'test/chromedriver/session_commands_unittest.cc', |
| 1167 'test/chromedriver/session_unittest.cc', |
| 1168 'test/chromedriver/util_unittest.cc', |
| 1169 ], |
| 1170 'chrome_driver_tests_sources': [ |
| 1171 'test/chromedriver/key_converter_unittest.cc', |
| 1172 'test/chromedriver/keycode_text_conversion_unittest.cc', |
| 1173 'test/chromedriver/net/net_util_unittest.cc', |
| 1174 'test/chromedriver/net/port_server_unittest.cc', |
| 1175 'test/chromedriver/net/sync_websocket_impl_unittest.cc', |
| 1176 'test/chromedriver/net/test_http_server.cc', |
| 1177 'test/chromedriver/net/test_http_server.h', |
| 1178 'test/chromedriver/net/websocket_unittest.cc', |
| 1179 'test/chromedriver/test_util.cc', |
| 1180 'test/chromedriver/test_util.h', |
| 1181 ], |
| 1182 'sync_integration_tests_sources': [ |
| 1183 'app/chrome_command_ids.h', |
| 1184 'app/chrome_dll.rc', |
| 1185 'app/chrome_dll_resource.h', |
| 1186 'app/chrome_version.rc.version', |
| 1187 'test/base/browser_tests_main.cc', |
| 1188 'test/data/resource.rc', |
| 1189 'browser/sync/test/integration/cross_platform_sync_test.cc', |
| 1190 'browser/sync/test/integration/enable_disable_test.cc', |
| 1191 'browser/sync/test/integration/migration_test.cc', |
| 1192 'browser/sync/test/integration/multiple_client_bookmarks_sync_test.cc', |
| 1193 'browser/sync/test/integration/multiple_client_dictionary_sync_test.cc', |
| 1194 'browser/sync/test/integration/multiple_client_passwords_sync_test.cc', |
| 1195 'browser/sync/test/integration/multiple_client_preferences_sync_test.cc', |
| 1196 'browser/sync/test/integration/multiple_client_sessions_sync_test.cc', |
| 1197 'browser/sync/test/integration/multiple_client_typed_urls_sync_test.cc', |
| 1198 'browser/sync/test/integration/passwords_helper.cc', |
| 1199 'browser/sync/test/integration/passwords_helper.h', |
| 1200 'browser/sync/test/integration/preferences_helper.cc', |
| 1201 'browser/sync/test/integration/preferences_helper.h', |
| 1202 'browser/sync/test/integration/search_engines_helper.cc', |
| 1203 'browser/sync/test/integration/search_engines_helper.h', |
| 1204 'browser/sync/test/integration/sessions_helper.cc', |
| 1205 'browser/sync/test/integration/sessions_helper.h', |
| 1206 'browser/sync/test/integration/single_client_app_list_sync_test.cc', |
| 1207 'browser/sync/test/integration/single_client_apps_sync_test.cc', |
| 1208 'browser/sync/test/integration/single_client_backup_rollback_test.cc', |
| 1209 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc', |
| 1210 'browser/sync/test/integration/single_client_dictionary_sync_test.cc', |
| 1211 'browser/sync/test/integration/single_client_extensions_sync_test.cc', |
| 1212 'browser/sync/test/integration/single_client_passwords_sync_test.cc', |
| 1213 'browser/sync/test/integration/single_client_preferences_sync_test.cc', |
| 1214 'browser/sync/test/integration/single_client_search_engines_sync_test.cc', |
| 1215 'browser/sync/test/integration/single_client_sessions_sync_test.cc', |
| 1216 'browser/sync/test/integration/single_client_supervised_user_settings_sync
_test.cc', |
| 1217 'browser/sync/test/integration/single_client_themes_sync_test.cc', |
| 1218 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc', |
| 1219 'browser/sync/test/integration/sync_auth_test.cc', |
| 1220 'browser/sync/test/integration/sync_errors_test.cc', |
| 1221 'browser/sync/test/integration/sync_exponential_backoff_test.cc', |
| 1222 'browser/sync/test/integration/two_client_app_list_sync_test.cc', |
| 1223 'browser/sync/test/integration/two_client_apps_sync_test.cc', |
| 1224 'browser/sync/test/integration/two_client_autofill_sync_test.cc', |
| 1225 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc', |
| 1226 'browser/sync/test/integration/two_client_dictionary_sync_test.cc', |
| 1227 'browser/sync/test/integration/two_client_extension_settings_and_app_setti
ngs_sync_test.cc', |
| 1228 'browser/sync/test/integration/two_client_extensions_sync_test.cc', |
| 1229 'browser/sync/test/integration/two_client_passwords_sync_test.cc', |
| 1230 'browser/sync/test/integration/two_client_preferences_sync_test.cc', |
| 1231 'browser/sync/test/integration/two_client_search_engines_sync_test.cc', |
| 1232 'browser/sync/test/integration/two_client_sessions_sync_test.cc', |
| 1233 'browser/sync/test/integration/two_client_themes_sync_test.cc', |
| 1234 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc', |
| 1235 ], |
| 1236 'test_support_sync_integration_sources': [ |
| 1237 'browser/sync/test/integration/apps_helper.cc', |
| 1238 'browser/sync/test/integration/apps_helper.h', |
| 1239 'browser/sync/test/integration/autofill_helper.cc', |
| 1240 'browser/sync/test/integration/autofill_helper.h', |
| 1241 'browser/sync/test/integration/bookmarks_helper.cc', |
| 1242 'browser/sync/test/integration/bookmarks_helper.h', |
| 1243 'browser/sync/test/integration/dictionary_helper.cc', |
| 1244 'browser/sync/test/integration/dictionary_helper.h', |
| 1245 'browser/sync/test/integration/dictionary_load_observer.cc', |
| 1246 'browser/sync/test/integration/dictionary_load_observer.h', |
| 1247 'browser/sync/test/integration/extension_settings_helper.cc', |
| 1248 'browser/sync/test/integration/extension_settings_helper.h', |
| 1249 'browser/sync/test/integration/extensions_helper.cc', |
| 1250 'browser/sync/test/integration/extensions_helper.h', |
| 1251 'browser/sync/test/integration/fake_server_invalidation_service.cc', |
| 1252 'browser/sync/test/integration/fake_server_invalidation_service.h', |
| 1253 'browser/sync/test/integration/migration_waiter.cc', |
| 1254 'browser/sync/test/integration/migration_waiter.h', |
| 1255 'browser/sync/test/integration/migration_watcher.cc', |
| 1256 'browser/sync/test/integration/migration_watcher.h', |
| 1257 'browser/sync/test/integration/multi_client_status_change_checker.cc', |
| 1258 'browser/sync/test/integration/multi_client_status_change_checker.h', |
| 1259 'browser/sync/test/integration/passwords_helper.cc', |
| 1260 'browser/sync/test/integration/passwords_helper.h', |
| 1261 'browser/sync/test/integration/p2p_invalidation_forwarder.cc', |
| 1262 'browser/sync/test/integration/p2p_invalidation_forwarder.h', |
| 1263 'browser/sync/test/integration/preferences_helper.cc', |
| 1264 'browser/sync/test/integration/preferences_helper.h', |
| 1265 'browser/sync/test/integration/profile_sync_service_harness.cc', |
| 1266 'browser/sync/test/integration/profile_sync_service_harness.h', |
| 1267 'browser/sync/test/integration/quiesce_status_change_checker.cc', |
| 1268 'browser/sync/test/integration/quiesce_status_change_checker.h', |
| 1269 'browser/sync/test/integration/retry_verifier.cc', |
| 1270 'browser/sync/test/integration/retry_verifier.h', |
| 1271 'browser/sync/test/integration/search_engines_helper.cc', |
| 1272 'browser/sync/test/integration/search_engines_helper.h', |
| 1273 'browser/sync/test/integration/sessions_helper.cc', |
| 1274 'browser/sync/test/integration/sessions_helper.h', |
| 1275 'browser/sync/test/integration/single_client_status_change_checker.cc', |
| 1276 'browser/sync/test/integration/single_client_status_change_checker.h', |
| 1277 'browser/sync/test/integration/status_change_checker.cc', |
| 1278 'browser/sync/test/integration/status_change_checker.h', |
| 1279 'browser/sync/test/integration/sync_app_helper.cc', |
| 1280 'browser/sync/test/integration/sync_app_helper.h', |
| 1281 'browser/sync/test/integration/sync_app_list_helper.cc', |
| 1282 'browser/sync/test/integration/sync_app_list_helper.h', |
| 1283 'browser/sync/test/integration/sync_datatype_helper.cc', |
| 1284 'browser/sync/test/integration/sync_datatype_helper.h', |
| 1285 'browser/sync/test/integration/sync_extension_helper.cc', |
| 1286 'browser/sync/test/integration/sync_extension_helper.h', |
| 1287 'browser/sync/test/integration/sync_extension_installer.cc', |
| 1288 'browser/sync/test/integration/sync_extension_installer.h', |
| 1289 'browser/sync/test/integration/sync_integration_test_util.cc', |
| 1290 'browser/sync/test/integration/sync_integration_test_util.h', |
| 1291 'browser/sync/test/integration/sync_test.cc', |
| 1292 'browser/sync/test/integration/sync_test.h', |
| 1293 'browser/sync/test/integration/themes_helper.cc', |
| 1294 'browser/sync/test/integration/themes_helper.h', |
| 1295 'browser/sync/test/integration/typed_urls_helper.cc', |
| 1296 'browser/sync/test/integration/typed_urls_helper.h', |
| 1297 'browser/sync/test/integration/updated_progress_marker_checker.cc', |
| 1298 'browser/sync/test/integration/updated_progress_marker_checker.h', |
| 1299 ], |
| 1300 'sync_performance_tests_sources': [ |
| 1301 'app/chrome_command_ids.h', |
| 1302 'app/chrome_dll.rc', |
| 1303 'app/chrome_dll_resource.h', |
| 1304 'app/chrome_version.rc.version', |
| 1305 'browser/sync/test/integration/performance/autofill_sync_perf_test.cc', |
| 1306 'browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc', |
| 1307 'browser/sync/test/integration/performance/dictionary_sync_perf_test.cc', |
| 1308 'browser/sync/test/integration/performance/extensions_sync_perf_test.cc', |
| 1309 'browser/sync/test/integration/performance/sync_timing_helper.cc', |
| 1310 'browser/sync/test/integration/performance/sync_timing_helper.h', |
| 1311 'browser/sync/test/integration/performance/passwords_sync_perf_test.cc', |
| 1312 'browser/sync/test/integration/performance/sessions_sync_perf_test.cc', |
| 1313 'browser/sync/test/integration/performance/typed_urls_sync_perf_test.cc', |
| 1314 'test/base/browser_perf_tests_main.cc', |
| 1315 'test/data/resource.rc', |
| 1316 ], |
| 818 }, | 1317 }, |
| 819 'includes': [ | 1318 'includes': [ |
| 820 'js_unittest_vars.gypi', | 1319 'js_unittest_vars.gypi', |
| 821 ], | 1320 ], |
| 822 'targets': [ | 1321 'targets': [ |
| 823 { | 1322 { |
| 824 'target_name': 'interactive_ui_tests', | 1323 'target_name': 'interactive_ui_tests', |
| 825 'type': 'executable', | 1324 'type': 'executable', |
| 826 'dependencies': [ | 1325 'dependencies': [ |
| 827 'browser', | 1326 'browser', |
| (...skipping 26 matching lines...) Expand all Loading... |
| 854 # Runtime dependencies | 1353 # Runtime dependencies |
| 855 '../third_party/mesa/mesa.gyp:osmesa', | 1354 '../third_party/mesa/mesa.gyp:osmesa', |
| 856 ], | 1355 ], |
| 857 'include_dirs': [ | 1356 'include_dirs': [ |
| 858 '..', | 1357 '..', |
| 859 ], | 1358 ], |
| 860 'defines': [ | 1359 'defines': [ |
| 861 'HAS_OUT_OF_PROC_TEST_RUNNER', | 1360 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 862 ], | 1361 ], |
| 863 'sources': [ | 1362 'sources': [ |
| 864 '../chrome/browser/ui/webui/options/language_options_interactive_uitest.
cc', | 1363 '<@(chrome_interactive_ui_test_sources)', |
| 865 '../extensions/browser/app_window/app_window_interactive_uitest.cc', | |
| 866 '../ui/base/clipboard/clipboard_unittest.cc', | |
| 867 '../ui/views/controls/webview/webview_interactive_uitest.cc', | |
| 868 '../ui/views/corewm/desktop_capture_controller_unittest.cc', | |
| 869 '../ui/views/widget/desktop_aura/desktop_window_tree_host_x11_interactiv
e_uitest.cc', | |
| 870 '../ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_u
itest.cc', | |
| 871 '../ui/views/widget/widget_interactive_uitest.cc', | |
| 872 'browser/apps/app_browsertest_util.cc', | |
| 873 'browser/apps/app_browsertest_util.h', | |
| 874 'browser/apps/app_pointer_lock_interactive_uitest.cc', | |
| 875 'browser/apps/app_shim/app_shim_interactive_uitest_mac.mm', | |
| 876 'browser/apps/app_shim/app_shim_quit_interactive_uitest_mac.mm', | |
| 877 'browser/apps/app_window_interactive_uitest.cc', | |
| 878 'browser/apps/web_view_interactive_browsertest.cc', | |
| 879 'browser/autofill/autofill_interactive_uitest.cc', | |
| 880 'browser/browser_keyevents_browsertest.cc', | |
| 881 'browser/chrome_plugin_interactive_test.cc', | |
| 882 'browser/extensions/api/extension_action/browser_action_interactive_test
.cc', | |
| 883 'browser/extensions/api/omnibox/omnibox_api_interactive_test.cc', | |
| 884 'browser/extensions/api/tabs/tabs_interactive_test.cc', | |
| 885 'browser/extensions/browsertest_util.cc', | |
| 886 'browser/extensions/extension_apitest.cc', | |
| 887 'browser/extensions/extension_browsertest.cc', | |
| 888 'browser/extensions/extension_test_notification_observer.cc', | |
| 889 'browser/extensions/extension_crash_recovery_browsertest.cc', | |
| 890 'browser/extensions/extension_fullscreen_apitest.cc', | |
| 891 'browser/extensions/extension_function_test_utils.cc', | |
| 892 'browser/extensions/extension_commands_global_registry_apitest.cc', | |
| 893 'browser/extensions/extension_keybinding_apitest.cc', | |
| 894 'browser/extensions/notifications_apitest.cc', | |
| 895 'browser/extensions/updater/extension_cache_fake.h', | |
| 896 'browser/extensions/updater/extension_cache_fake.cc', | |
| 897 'browser/extensions/window_open_interactive_apitest.cc', | |
| 898 'browser/mouseleave_browsertest.cc', | |
| 899 'browser/notifications/notification_browsertest.cc', | |
| 900 'browser/password_manager/password_generation_interactive_uitest.cc', | |
| 901 'browser/renderer_context_menu/render_view_context_menu_browsertest_util
.cc', | |
| 902 'browser/renderer_context_menu/render_view_context_menu_browsertest_util
.h', | |
| 903 'browser/task_manager/task_manager_browsertest_util.cc', | |
| 904 'browser/ui/app_list/app_list_service_interactive_uitest.cc', | |
| 905 'browser/ui/app_list/app_list_service_mac_interactive_uitest.mm', | |
| 906 'browser/ui/autofill/autofill_popup_controller_interactive_uitest.cc', | |
| 907 'browser/ui/browser_focus_uitest.cc', | |
| 908 'browser/ui/cocoa/apps/quit_with_apps_controller_mac_interactive_uitest.
cc', | |
| 909 'browser/ui/cocoa/panels/panel_cocoa_browsertest.mm', | |
| 910 'browser/ui/find_bar/find_bar_host_interactive_uitest.cc', | |
| 911 'browser/ui/fullscreen/fullscreen_controller_interactive_browsertest.cc'
, | |
| 912 'browser/ui/fullscreen/fullscreen_controller_state_interactive_browserte
st.cc', | |
| 913 'browser/ui/omnibox/omnibox_view_browsertest.cc', | |
| 914 'browser/ui/panels/base_panel_browser_test.cc', | |
| 915 'browser/ui/panels/base_panel_browser_test.h', | |
| 916 'browser/ui/panels/detached_panel_browsertest.cc', | |
| 917 'browser/ui/panels/docked_panel_browsertest.cc', | |
| 918 'browser/ui/panels/panel_browsertest.cc', | |
| 919 'browser/ui/panels/panel_drag_browsertest.cc', | |
| 920 'browser/ui/panels/panel_resize_browsertest.cc', | |
| 921 'browser/ui/panels/stacked_panel_browsertest.cc', | |
| 922 'browser/ui/panels/test_panel_active_state_observer.cc', | |
| 923 'browser/ui/panels/test_panel_active_state_observer.h', | |
| 924 'browser/ui/panels/test_panel_mouse_watcher.cc', | |
| 925 'browser/ui/panels/test_panel_mouse_watcher.h', | |
| 926 'browser/ui/panels/test_panel_notification_observer.cc', | |
| 927 'browser/ui/panels/test_panel_notification_observer.h', | |
| 928 'browser/ui/panels/test_panel_collection_squeeze_observer.cc', | |
| 929 'browser/ui/panels/test_panel_collection_squeeze_observer.h', | |
| 930 'browser/ui/passwords/manage_passwords_test.cc', | |
| 931 'browser/ui/passwords/manage_passwords_test.h', | |
| 932 'browser/ui/search/instant_extended_interactive_uitest.cc', | |
| 933 'browser/ui/pdf/pdf_interactive_browsertest.cc', | |
| 934 'browser/ui/search/instant_extended_manual_interactive_uitest.cc', | |
| 935 'browser/ui/search/instant_test_utils.h', | |
| 936 'browser/ui/search/instant_test_utils.cc', | |
| 937 'browser/ui/search/local_ntp_browsertest.cc', | |
| 938 'browser/ui/startup/startup_browser_creator_interactive_uitest.cc', | |
| 939 'browser/ui/toolbar/test_toolbar_model.cc', | |
| 940 'browser/ui/toolbar/test_toolbar_model.h', | |
| 941 'browser/ui/views/ash/tab_scrubber_browsertest.cc', | |
| 942 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | |
| 943 'browser/ui/views/constrained_window_views_browsertest.cc', | |
| 944 'browser/ui/views/find_bar_controller_interactive_uitest.cc', | |
| 945 'browser/ui/views/find_bar_host_interactive_uitest.cc', | |
| 946 'browser/ui/views/frame/browser_view_focus_uitest.cc', | |
| 947 'browser/ui/views/frame/browser_view_interactive_uitest.cc', | |
| 948 'browser/ui/views/keyboard_access_browsertest.cc', | |
| 949 'browser/ui/views/location_bar/location_icon_view_interactive_uitest.cc'
, | |
| 950 'browser/ui/views/location_bar/star_view_browsertest.cc', | |
| 951 'browser/ui/views/menu_controller_interactive_uitest.cc', | |
| 952 'browser/ui/views/menu_item_view_interactive_uitest.cc', | |
| 953 'browser/ui/views/menu_test_base.cc', | |
| 954 'browser/ui/views/menu_test_base.h', | |
| 955 'browser/ui/views/menu_model_adapter_test.cc', | |
| 956 'browser/ui/views/menu_view_drag_and_drop_test.cc', | |
| 957 'browser/ui/views/message_center/web_notification_tray_browsertest.cc', | |
| 958 'browser/ui/views/omnibox/omnibox_view_views_browsertest.cc', | |
| 959 'browser/ui/views/panels/panel_view_browsertest.cc', | |
| 960 'browser/ui/views/passwords/manage_passwords_bubble_view_browsertest.cc'
, | |
| 961 'browser/ui/views/passwords/manage_passwords_icon_view_browsertest.cc', | |
| 962 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', | |
| 963 'browser/ui/views/status_icons/status_tray_state_changer_interactive_uit
est_win.cc', | |
| 964 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', | |
| 965 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h', | |
| 966 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc', | |
| 967 'browser/ui/views/toolbar/toolbar_button_test.cc', | |
| 968 'browser/ui/views/toolbar/toolbar_view_interactive_uitest.cc', | |
| 969 'test/base/interactive_test_utils.cc', | |
| 970 'test/base/interactive_test_utils.h', | |
| 971 'test/base/interactive_test_utils_aura.cc', | |
| 972 'test/base/interactive_test_utils_aura.h', | |
| 973 'test/base/interactive_test_utils_mac.mm', | |
| 974 'test/base/interactive_test_utils_views.cc', | |
| 975 'test/base/interactive_test_utils_win.cc', | |
| 976 'test/base/interactive_ui_tests_main.cc', | |
| 977 'test/base/view_event_test_base.cc', | |
| 978 'test/base/view_event_test_base.h', | |
| 979 'test/base/view_event_test_platform_part.h', | |
| 980 'test/base/view_event_test_platform_part_ash.cc', | |
| 981 'test/base/view_event_test_platform_part_chromeos.cc', | |
| 982 'test/base/view_event_test_platform_part_mac.mm', | |
| 983 'test/ppapi/ppapi_interactive_browsertest.cc', | |
| 984 ], | 1364 ], |
| 985 'conditions': [ | 1365 'conditions': [ |
| 986 ['use_x11==1', { | 1366 ['use_x11==1', { |
| 987 'dependencies': [ | 1367 'dependencies': [ |
| 988 '../build/linux/system.gyp:xtst', | 1368 '../build/linux/system.gyp:xtst', |
| 989 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1369 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 990 ], | 1370 ], |
| 991 }], | 1371 }], |
| 992 ['OS=="linux" and use_aura==1', { | 1372 ['OS=="linux" and use_aura==1', { |
| 993 # TODO(gbillock): aura linux does not support the automation for | 1373 # TODO(gbillock): aura linux does not support the automation for |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1097 ], | 1477 ], |
| 1098 'conditions': [ | 1478 'conditions': [ |
| 1099 ['disable_nacl==0 and disable_nacl_untrusted==0', { | 1479 ['disable_nacl==0 and disable_nacl_untrusted==0', { |
| 1100 'dependencies': [ | 1480 'dependencies': [ |
| 1101 '../native_client/src/trusted/service_runtime/linux/nacl_bootstr
ap.gyp:nacl_helper_bootstrap', | 1481 '../native_client/src/trusted/service_runtime/linux/nacl_bootstr
ap.gyp:nacl_helper_bootstrap', |
| 1102 '../components/nacl.gyp:nacl_helper', | 1482 '../components/nacl.gyp:nacl_helper', |
| 1103 ], | 1483 ], |
| 1104 }], | 1484 }], |
| 1105 ], | 1485 ], |
| 1106 'sources': [ | 1486 'sources': [ |
| 1107 'browser/chromeos/accessibility/speech_monitor.cc', | 1487 '<@(chrome_interactive_ui_test_chromeos_sources)', |
| 1108 'browser/chromeos/accessibility/speech_monitor.h', | |
| 1109 'browser/chromeos/accessibility/spoken_feedback_browsertest.cc', | |
| 1110 'browser/chromeos/accessibility/sticky_keys_browsertest.cc', | |
| 1111 'browser/chromeos/input_method/textinput_browsertest.cc', | |
| 1112 'browser/chromeos/input_method/textinput_surroundingtext_browsertest
.cc', | |
| 1113 'browser/chromeos/input_method/textinput_test_helper.cc', | |
| 1114 'browser/chromeos/input_method/textinput_test_helper.h', | |
| 1115 'browser/chromeos/login/eula_browsertest.cc', | |
| 1116 'browser/chromeos/login/lock/screen_locker_browsertest.cc', | |
| 1117 'browser/chromeos/login/lock/screen_locker_tester.cc', | |
| 1118 'browser/chromeos/login/lock/screen_locker_tester.h', | |
| 1119 'browser/chromeos/login/login_browsertest.cc', | |
| 1120 'browser/chromeos/login/login_manager_test.cc', | |
| 1121 'browser/chromeos/login/login_manager_test.h', | |
| 1122 'browser/chromeos/login/login_ui_browsertest.cc', | |
| 1123 'browser/chromeos/login/mixin_based_browser_test.cc', | |
| 1124 'browser/chromeos/login/mixin_based_browser_test.h', | |
| 1125 'browser/chromeos/login/oobe_browsertest.cc', | |
| 1126 'browser/chromeos/login/screenshot_testing/screenshot_tester.cc', | |
| 1127 'browser/chromeos/login/screenshot_testing/screenshot_tester.h', | |
| 1128 'browser/chromeos/login/screenshot_testing/screenshot_tester.h', | |
| 1129 'browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.
cc', | |
| 1130 'browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.
h', | |
| 1131 'browser/chromeos/login/screenshot_testing/SkDiffPixelsMetric.h', | |
| 1132 'browser/chromeos/login/screenshot_testing/SkDiffPixelsMetric_cpu.cp
p', | |
| 1133 'browser/chromeos/login/screenshot_testing/SkImageDiffer.cpp', | |
| 1134 'browser/chromeos/login/screenshot_testing/SkImageDiffer.h', | |
| 1135 'browser/chromeos/login/screenshot_testing/SkPMetric.cpp', | |
| 1136 'browser/chromeos/login/screenshot_testing/SkPMetric.h', | |
| 1137 'browser/chromeos/login/users/wallpaper/wallpaper_manager_browsertes
t.cc', | |
| 1138 'browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils
.cc', | |
| 1139 'browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils
.h', | |
| 1140 'test/data/chromeos/service_login.html', | |
| 1141 ], | 1488 ], |
| 1142 'sources!': [ | 1489 'sources!': [ |
| 1143 '../ui/views/widget/desktop_aura/desktop_window_tree_host_x11_intera
ctive_uitest.cc', | 1490 '../ui/views/widget/desktop_aura/desktop_window_tree_host_x11_intera
ctive_uitest.cc', |
| 1144 '../ui/views/widget/desktop_aura/x11_topmost_window_finder_interacti
ve_uitest.cc', | 1491 '../ui/views/widget/desktop_aura/x11_topmost_window_finder_interacti
ve_uitest.cc', |
| 1145 | 1492 |
| 1146 # chromeos does not use cross-platform panels | 1493 # chromeos does not use cross-platform panels |
| 1147 'browser/notifications/notification_browsertest.cc', | 1494 'browser/notifications/notification_browsertest.cc', |
| 1148 'browser/ui/panels/detached_panel_browsertest.cc', | 1495 'browser/ui/panels/detached_panel_browsertest.cc', |
| 1149 'browser/ui/panels/docked_panel_browsertest.cc', | 1496 'browser/ui/panels/docked_panel_browsertest.cc', |
| 1150 'browser/ui/panels/panel_browsertest.cc', | 1497 'browser/ui/panels/panel_browsertest.cc', |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1241 'include_dirs': [ | 1588 'include_dirs': [ |
| 1242 '..', | 1589 '..', |
| 1243 '<(SHARED_INTERMEDIATE_DIR)', | 1590 '<(SHARED_INTERMEDIATE_DIR)', |
| 1244 ], | 1591 ], |
| 1245 'direct_dependent_settings': { | 1592 'direct_dependent_settings': { |
| 1246 'include_dirs': [ | 1593 'include_dirs': [ |
| 1247 '<(SHARED_INTERMEDIATE_DIR)', | 1594 '<(SHARED_INTERMEDIATE_DIR)', |
| 1248 ], | 1595 ], |
| 1249 }, | 1596 }, |
| 1250 'sources': [ | 1597 'sources': [ |
| 1251 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/js.cc', | 1598 '<@(chrome_automation_client_lib_sources)', |
| 1252 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/js.h', | |
| 1253 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/user_data_di
r.cc', | |
| 1254 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/user_data_di
r.h', | |
| 1255 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/embedded_aut
omation_extension.cc', | |
| 1256 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/embedded_aut
omation_extension.h', | |
| 1257 'test/chromedriver/chrome/adb.h', | |
| 1258 'test/chromedriver/chrome/adb_impl.cc', | |
| 1259 'test/chromedriver/chrome/adb_impl.h', | |
| 1260 'test/chromedriver/chrome/automation_extension.cc', | |
| 1261 'test/chromedriver/chrome/automation_extension.h', | |
| 1262 'test/chromedriver/chrome/chrome.h', | |
| 1263 'test/chromedriver/chrome/chrome_android_impl.cc', | |
| 1264 'test/chromedriver/chrome/chrome_android_impl.h', | |
| 1265 'test/chromedriver/chrome/chrome_desktop_impl.cc', | |
| 1266 'test/chromedriver/chrome/chrome_desktop_impl.h', | |
| 1267 'test/chromedriver/chrome/chrome_finder.cc', | |
| 1268 'test/chromedriver/chrome/chrome_finder.h', | |
| 1269 'test/chromedriver/chrome/chrome_finder_mac.mm', | |
| 1270 'test/chromedriver/chrome/chrome_impl.cc', | |
| 1271 'test/chromedriver/chrome/chrome_impl.h', | |
| 1272 'test/chromedriver/chrome/chrome_remote_impl.cc', | |
| 1273 'test/chromedriver/chrome/chrome_remote_impl.h', | |
| 1274 'test/chromedriver/chrome/console_logger.cc', | |
| 1275 'test/chromedriver/chrome/console_logger.h', | |
| 1276 'test/chromedriver/chrome/debugger_tracker.cc', | |
| 1277 'test/chromedriver/chrome/debugger_tracker.h', | |
| 1278 'test/chromedriver/chrome/device_manager.cc', | |
| 1279 'test/chromedriver/chrome/device_manager.h', | |
| 1280 'test/chromedriver/chrome/device_metrics.cc', | |
| 1281 'test/chromedriver/chrome/device_metrics.h', | |
| 1282 'test/chromedriver/chrome/devtools_client.h', | |
| 1283 'test/chromedriver/chrome/devtools_client_impl.cc', | |
| 1284 'test/chromedriver/chrome/devtools_client_impl.h', | |
| 1285 'test/chromedriver/chrome/devtools_event_listener.cc', | |
| 1286 'test/chromedriver/chrome/devtools_event_listener.h', | |
| 1287 'test/chromedriver/chrome/devtools_http_client.cc', | |
| 1288 'test/chromedriver/chrome/devtools_http_client.h', | |
| 1289 'test/chromedriver/chrome/dom_tracker.cc', | |
| 1290 'test/chromedriver/chrome/dom_tracker.h', | |
| 1291 'test/chromedriver/chrome/frame_tracker.cc', | |
| 1292 'test/chromedriver/chrome/frame_tracker.h', | |
| 1293 'test/chromedriver/chrome/geolocation_override_manager.cc', | |
| 1294 'test/chromedriver/chrome/geolocation_override_manager.h', | |
| 1295 'test/chromedriver/chrome/geoposition.h', | |
| 1296 'test/chromedriver/chrome/heap_snapshot_taker.cc', | |
| 1297 'test/chromedriver/chrome/heap_snapshot_taker.h', | |
| 1298 'test/chromedriver/chrome/javascript_dialog_manager.cc', | |
| 1299 'test/chromedriver/chrome/javascript_dialog_manager.h', | |
| 1300 'test/chromedriver/chrome/log.h', | |
| 1301 'test/chromedriver/chrome/log.cc', | |
| 1302 'test/chromedriver/chrome/mobile_device.cc', | |
| 1303 'test/chromedriver/chrome/mobile_device.h', | |
| 1304 'test/chromedriver/chrome/mobile_device_list.cc', | |
| 1305 'test/chromedriver/chrome/mobile_device_list.h', | |
| 1306 'test/chromedriver/chrome/mobile_emulation_override_manager.cc', | |
| 1307 'test/chromedriver/chrome/mobile_emulation_override_manager.h', | |
| 1308 'test/chromedriver/chrome/navigation_tracker.cc', | |
| 1309 'test/chromedriver/chrome/navigation_tracker.h', | |
| 1310 'test/chromedriver/chrome/status.cc', | |
| 1311 'test/chromedriver/chrome/status.h', | |
| 1312 'test/chromedriver/chrome/ui_events.cc', | |
| 1313 'test/chromedriver/chrome/ui_events.h', | |
| 1314 'test/chromedriver/chrome/util.cc', | |
| 1315 'test/chromedriver/chrome/util.h', | |
| 1316 'test/chromedriver/chrome/version.cc', | |
| 1317 'test/chromedriver/chrome/version.h', | |
| 1318 'test/chromedriver/chrome/web_view.h', | |
| 1319 'test/chromedriver/chrome/web_view_impl.cc', | |
| 1320 'test/chromedriver/chrome/web_view_impl.h', | |
| 1321 'test/chromedriver/net/adb_client_socket.cc', | |
| 1322 'test/chromedriver/net/adb_client_socket.h', | |
| 1323 'test/chromedriver/net/net_util.cc', | |
| 1324 'test/chromedriver/net/net_util.h', | |
| 1325 'test/chromedriver/net/port_server.cc', | |
| 1326 'test/chromedriver/net/port_server.h', | |
| 1327 'test/chromedriver/net/sync_websocket.h', | |
| 1328 'test/chromedriver/net/sync_websocket_factory.cc', | |
| 1329 'test/chromedriver/net/sync_websocket_factory.h', | |
| 1330 'test/chromedriver/net/sync_websocket_impl.cc', | |
| 1331 'test/chromedriver/net/sync_websocket_impl.h', | |
| 1332 'test/chromedriver/net/url_request_context_getter.cc', | |
| 1333 'test/chromedriver/net/url_request_context_getter.h', | |
| 1334 'test/chromedriver/net/websocket.cc', | |
| 1335 'test/chromedriver/net/websocket.h', | |
| 1336 ], | 1599 ], |
| 1337 'actions': [ | 1600 'actions': [ |
| 1338 { | 1601 { |
| 1339 'action_name': 'embed_js_in_cpp', | 1602 'action_name': 'embed_js_in_cpp', |
| 1340 'inputs': [ | 1603 'inputs': [ |
| 1341 'test/chromedriver/cpp_source.py', | 1604 'test/chromedriver/cpp_source.py', |
| 1342 'test/chromedriver/embed_js_in_cpp.py', | 1605 'test/chromedriver/embed_js_in_cpp.py', |
| 1343 'test/chromedriver/js/add_cookie.js', | 1606 'test/chromedriver/js/add_cookie.js', |
| 1344 'test/chromedriver/js/call_function.js', | 1607 'test/chromedriver/js/call_function.js', |
| 1345 'test/chromedriver/js/dispatch_context_menu_event.js', | 1608 'test/chromedriver/js/dispatch_context_menu_event.js', |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1426 '../third_party/zlib/google/zip.gyp:zip', | 1689 '../third_party/zlib/google/zip.gyp:zip', |
| 1427 '../ui/base/ui_base.gyp:ui_base', | 1690 '../ui/base/ui_base.gyp:ui_base', |
| 1428 '../ui/events/events.gyp:events_base', | 1691 '../ui/events/events.gyp:events_base', |
| 1429 '../ui/gfx/gfx.gyp:gfx', | 1692 '../ui/gfx/gfx.gyp:gfx', |
| 1430 '../ui/gfx/gfx.gyp:gfx_geometry', | 1693 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 1431 ], | 1694 ], |
| 1432 'include_dirs': [ | 1695 'include_dirs': [ |
| 1433 '..', | 1696 '..', |
| 1434 ], | 1697 ], |
| 1435 'sources': [ | 1698 'sources': [ |
| 1436 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc', | 1699 '<@(chrome_driver_lib_sources)', |
| 1437 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h', | |
| 1438 '../third_party/webdriver/atoms.cc', | |
| 1439 '../third_party/webdriver/atoms.h', | |
| 1440 'common/chrome_constants.cc', | |
| 1441 'common/chrome_constants.h', | |
| 1442 'test/chromedriver/alert_commands.cc', | |
| 1443 'test/chromedriver/alert_commands.h', | |
| 1444 'test/chromedriver/basic_types.cc', | |
| 1445 'test/chromedriver/basic_types.h', | |
| 1446 'test/chromedriver/capabilities.cc', | |
| 1447 'test/chromedriver/capabilities.h', | |
| 1448 'test/chromedriver/chrome/browser_info.cc', | |
| 1449 'test/chromedriver/chrome/browser_info.h', | |
| 1450 'test/chromedriver/chrome_launcher.cc', | |
| 1451 'test/chromedriver/chrome_launcher.h', | |
| 1452 'test/chromedriver/command_listener.h', | |
| 1453 'test/chromedriver/command_listener_proxy.cc', | |
| 1454 'test/chromedriver/command_listener_proxy.h', | |
| 1455 'test/chromedriver/command.h', | |
| 1456 'test/chromedriver/commands.cc', | |
| 1457 'test/chromedriver/commands.h', | |
| 1458 'test/chromedriver/element_commands.cc', | |
| 1459 'test/chromedriver/element_commands.h', | |
| 1460 'test/chromedriver/element_util.cc', | |
| 1461 'test/chromedriver/element_util.h', | |
| 1462 'test/chromedriver/key_converter.cc', | |
| 1463 'test/chromedriver/key_converter.h', | |
| 1464 'test/chromedriver/keycode_text_conversion.h', | |
| 1465 'test/chromedriver/keycode_text_conversion_mac.mm', | |
| 1466 'test/chromedriver/keycode_text_conversion_ozone.cc', | |
| 1467 'test/chromedriver/keycode_text_conversion_win.cc', | |
| 1468 'test/chromedriver/keycode_text_conversion_x.cc', | |
| 1469 'test/chromedriver/logging.cc', | |
| 1470 'test/chromedriver/logging.h', | |
| 1471 'test/chromedriver/performance_logger.cc', | |
| 1472 'test/chromedriver/performance_logger.h', | |
| 1473 'test/chromedriver/server/http_handler.cc', | |
| 1474 'test/chromedriver/server/http_handler.h', | |
| 1475 'test/chromedriver/session.cc', | |
| 1476 'test/chromedriver/session.h', | |
| 1477 'test/chromedriver/session_commands.cc', | |
| 1478 'test/chromedriver/session_commands.h', | |
| 1479 'test/chromedriver/session_thread_map.h', | |
| 1480 'test/chromedriver/util.cc', | |
| 1481 'test/chromedriver/util.h', | |
| 1482 'test/chromedriver/window_commands.cc', | |
| 1483 'test/chromedriver/window_commands.h', | |
| 1484 ], | 1700 ], |
| 1485 'actions': [ | 1701 'actions': [ |
| 1486 { | 1702 { |
| 1487 'action_name': 'embed_version_in_cpp', | 1703 'action_name': 'embed_version_in_cpp', |
| 1488 'inputs': [ | 1704 'inputs': [ |
| 1489 'test/chromedriver/cpp_source.py', | 1705 'test/chromedriver/cpp_source.py', |
| 1490 'test/chromedriver/embed_version_in_cpp.py', | 1706 'test/chromedriver/embed_version_in_cpp.py', |
| 1491 'test/chromedriver/VERSION', | 1707 'test/chromedriver/VERSION', |
| 1492 ], | 1708 ], |
| 1493 'outputs': [ | 1709 'outputs': [ |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1546 '../net/net.gyp:net', | 1762 '../net/net.gyp:net', |
| 1547 '../testing/gtest.gyp:gtest', | 1763 '../testing/gtest.gyp:gtest', |
| 1548 '../ui/base/ui_base.gyp:ui_base', | 1764 '../ui/base/ui_base.gyp:ui_base', |
| 1549 '../ui/gfx/gfx.gyp:gfx', | 1765 '../ui/gfx/gfx.gyp:gfx', |
| 1550 '../ui/gfx/gfx.gyp:gfx_geometry', | 1766 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 1551 ], | 1767 ], |
| 1552 'include_dirs': [ | 1768 'include_dirs': [ |
| 1553 '..,' | 1769 '..,' |
| 1554 ], | 1770 ], |
| 1555 'sources': [ | 1771 'sources': [ |
| 1556 'test/chromedriver/capabilities_unittest.cc', | 1772 '<@(chrome_driver_unittests_sources)', |
| 1557 'test/chromedriver/chrome/browser_info_unittest.cc', | |
| 1558 'test/chromedriver/chrome/chrome_finder_unittest.cc', | |
| 1559 'test/chromedriver/chrome/console_logger_unittest.cc', | |
| 1560 'test/chromedriver/chrome/device_manager_unittest.cc', | |
| 1561 'test/chromedriver/chrome/devtools_client_impl_unittest.cc', | |
| 1562 'test/chromedriver/chrome/devtools_http_client_unittest.cc', | |
| 1563 'test/chromedriver/chrome/dom_tracker_unittest.cc', | |
| 1564 'test/chromedriver/chrome/frame_tracker_unittest.cc', | |
| 1565 'test/chromedriver/chrome/geolocation_override_manager_unittest.cc', | |
| 1566 'test/chromedriver/chrome/heap_snapshot_taker_unittest.cc', | |
| 1567 'test/chromedriver/chrome/javascript_dialog_manager_unittest.cc', | |
| 1568 'test/chromedriver/chrome/mobile_emulation_override_manager_unittest.cc'
, | |
| 1569 'test/chromedriver/chrome/navigation_tracker_unittest.cc', | |
| 1570 'test/chromedriver/chrome/status_unittest.cc', | |
| 1571 'test/chromedriver/chrome/stub_chrome.cc', | |
| 1572 'test/chromedriver/chrome/stub_chrome.h', | |
| 1573 'test/chromedriver/chrome/stub_devtools_client.cc', | |
| 1574 'test/chromedriver/chrome/stub_devtools_client.h', | |
| 1575 'test/chromedriver/chrome/stub_web_view.cc', | |
| 1576 'test/chromedriver/chrome/stub_web_view.h', | |
| 1577 'test/chromedriver/chrome/web_view_impl_unittest.cc', | |
| 1578 'test/chromedriver/chrome_launcher_unittest.cc', | |
| 1579 'test/chromedriver/command_listener_proxy_unittest.cc', | |
| 1580 'test/chromedriver/commands_unittest.cc', | |
| 1581 'test/chromedriver/logging_unittest.cc', | |
| 1582 'test/chromedriver/performance_logger_unittest.cc', | |
| 1583 'test/chromedriver/server/http_handler_unittest.cc', | |
| 1584 'test/chromedriver/session_commands_unittest.cc', | |
| 1585 'test/chromedriver/session_unittest.cc', | |
| 1586 'test/chromedriver/util_unittest.cc', | |
| 1587 ], | 1773 ], |
| 1588 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 1774 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 1589 'msvs_disabled_warnings': [ 4267, ], | 1775 'msvs_disabled_warnings': [ 4267, ], |
| 1590 }, | 1776 }, |
| 1591 # ChromeDriver tests that aren't run on the main buildbot. Available | 1777 # ChromeDriver tests that aren't run on the main buildbot. Available |
| 1592 # as an optional test type on trybots. | 1778 # as an optional test type on trybots. |
| 1593 { | 1779 { |
| 1594 'target_name': 'chromedriver_tests', | 1780 'target_name': 'chromedriver_tests', |
| 1595 'type': 'executable', | 1781 'type': 'executable', |
| 1596 'dependencies': [ | 1782 'dependencies': [ |
| 1597 'chromedriver_lib', | 1783 'chromedriver_lib', |
| 1598 '../base/base.gyp:base', | 1784 '../base/base.gyp:base', |
| 1599 '../base/base.gyp:run_all_unittests', | 1785 '../base/base.gyp:run_all_unittests', |
| 1600 '../net/net.gyp:http_server', | 1786 '../net/net.gyp:http_server', |
| 1601 '../net/net.gyp:net', | 1787 '../net/net.gyp:net', |
| 1602 '../net/net.gyp:net_test_support', | 1788 '../net/net.gyp:net_test_support', |
| 1603 '../testing/gtest.gyp:gtest', | 1789 '../testing/gtest.gyp:gtest', |
| 1604 '../url/url.gyp:url_lib', | 1790 '../url/url.gyp:url_lib', |
| 1605 ], | 1791 ], |
| 1606 'include_dirs': [ | 1792 'include_dirs': [ |
| 1607 '..,' | 1793 '..,' |
| 1608 ], | 1794 ], |
| 1609 'sources': [ | 1795 'sources': [ |
| 1610 'test/chromedriver/key_converter_unittest.cc', | 1796 '<@(chrome_driver_tests_sources)', |
| 1611 'test/chromedriver/keycode_text_conversion_unittest.cc', | |
| 1612 'test/chromedriver/net/net_util_unittest.cc', | |
| 1613 'test/chromedriver/net/port_server_unittest.cc', | |
| 1614 'test/chromedriver/net/sync_websocket_impl_unittest.cc', | |
| 1615 'test/chromedriver/net/test_http_server.cc', | |
| 1616 'test/chromedriver/net/test_http_server.h', | |
| 1617 'test/chromedriver/net/websocket_unittest.cc', | |
| 1618 'test/chromedriver/test_util.cc', | |
| 1619 'test/chromedriver/test_util.h', | |
| 1620 ], | 1797 ], |
| 1621 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 1798 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 1622 'msvs_disabled_warnings': [ 4267, ], | 1799 'msvs_disabled_warnings': [ 4267, ], |
| 1623 }, | 1800 }, |
| 1624 { | 1801 { |
| 1625 # Executable that runs each browser test in a new process. | 1802 # Executable that runs each browser test in a new process. |
| 1626 'target_name': 'browser_tests', | 1803 'target_name': 'browser_tests', |
| 1627 'type': 'executable', | 1804 'type': 'executable', |
| 1628 'dependencies': [ | 1805 'dependencies': [ |
| 1629 'browser', | 1806 'browser', |
| (...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2255 # Runtime dependencies | 2432 # Runtime dependencies |
| 2256 '../third_party/mesa/mesa.gyp:osmesa', | 2433 '../third_party/mesa/mesa.gyp:osmesa', |
| 2257 ], | 2434 ], |
| 2258 'include_dirs': [ | 2435 'include_dirs': [ |
| 2259 '..', | 2436 '..', |
| 2260 ], | 2437 ], |
| 2261 'defines': [ | 2438 'defines': [ |
| 2262 'HAS_OUT_OF_PROC_TEST_RUNNER', | 2439 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 2263 ], | 2440 ], |
| 2264 'sources': [ | 2441 'sources': [ |
| 2265 '../components/autofill/content/renderer/test_password_autofill_agent.cc
', | 2442 '<@(performance_browser_tests_sources)', |
| 2266 '../components/autofill/content/renderer/test_password_autofill_agent.h'
, | |
| 2267 '../components/autofill/content/renderer/test_password_generation_agent.
cc', | |
| 2268 '../components/autofill/content/renderer/test_password_generation_agent.
h', | |
| 2269 'app/chrome_command_ids.h', | |
| 2270 'app/chrome_dll.rc', | |
| 2271 'app/chrome_dll_resource.h', | |
| 2272 'app/chrome_version.rc.version', | |
| 2273 'browser/extensions/api/tab_capture/tab_capture_performancetest.cc', | |
| 2274 'browser/extensions/api/cast_streaming/performance_test.cc', | |
| 2275 'browser/extensions/browsertest_util.cc', | |
| 2276 'browser/extensions/extension_apitest.cc', | |
| 2277 'browser/extensions/extension_browsertest.cc', | |
| 2278 'browser/extensions/extension_test_notification_observer.cc', | |
| 2279 'browser/extensions/updater/extension_cache_fake.h', | |
| 2280 'browser/extensions/updater/extension_cache_fake.cc', | |
| 2281 'test/base/browser_perf_tests_main.cc', | |
| 2282 'test/base/chrome_render_view_test.cc', | |
| 2283 'test/base/chrome_render_view_test.h', | |
| 2284 'test/perf/browser_perf_test.cc', | |
| 2285 'test/perf/browser_perf_test.h', | |
| 2286 'test/perf/mach_ports_performancetest.cc', | |
| 2287 ], | 2443 ], |
| 2288 'rules': [ | 2444 'rules': [ |
| 2289 { | 2445 { |
| 2290 'rule_name': 'js2webui', | 2446 'rule_name': 'js2webui', |
| 2291 'extension': 'js', | 2447 'extension': 'js', |
| 2292 'msvs_external_rule': 1, | 2448 'msvs_external_rule': 1, |
| 2293 'inputs': [ | 2449 'inputs': [ |
| 2294 '<(gypv8sh)', | 2450 '<(gypv8sh)', |
| 2295 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)', | 2451 '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)', |
| 2296 '<(mock_js)', | 2452 '<(mock_js)', |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2416 'include_dirs': [ | 2572 'include_dirs': [ |
| 2417 '..', | 2573 '..', |
| 2418 '<(INTERMEDIATE_DIR)', | 2574 '<(INTERMEDIATE_DIR)', |
| 2419 '<(protoc_out_dir)', | 2575 '<(protoc_out_dir)', |
| 2420 ], | 2576 ], |
| 2421 }, | 2577 }, |
| 2422 'export_dependent_settings': [ | 2578 'export_dependent_settings': [ |
| 2423 'browser', | 2579 'browser', |
| 2424 ], | 2580 ], |
| 2425 'sources': [ | 2581 'sources': [ |
| 2426 'browser/sync/test/integration/apps_helper.cc', | 2582 '<@(test_support_sync_integration_sources)', |
| 2427 'browser/sync/test/integration/apps_helper.h', | |
| 2428 'browser/sync/test/integration/autofill_helper.cc', | |
| 2429 'browser/sync/test/integration/autofill_helper.h', | |
| 2430 'browser/sync/test/integration/bookmarks_helper.cc', | |
| 2431 'browser/sync/test/integration/bookmarks_helper.h', | |
| 2432 'browser/sync/test/integration/dictionary_helper.cc', | |
| 2433 'browser/sync/test/integration/dictionary_helper.h', | |
| 2434 'browser/sync/test/integration/dictionary_load_observer.cc', | |
| 2435 'browser/sync/test/integration/dictionary_load_observer.h', | |
| 2436 'browser/sync/test/integration/extension_settings_helper.cc', | |
| 2437 'browser/sync/test/integration/extension_settings_helper.h', | |
| 2438 'browser/sync/test/integration/extensions_helper.cc', | |
| 2439 'browser/sync/test/integration/extensions_helper.h', | |
| 2440 'browser/sync/test/integration/fake_server_invalidation_service.cc', | |
| 2441 'browser/sync/test/integration/fake_server_invalidation_service.h', | |
| 2442 'browser/sync/test/integration/migration_waiter.cc', | |
| 2443 'browser/sync/test/integration/migration_waiter.h', | |
| 2444 'browser/sync/test/integration/migration_watcher.cc', | |
| 2445 'browser/sync/test/integration/migration_watcher.h', | |
| 2446 'browser/sync/test/integration/multi_client_status_change_checker.cc', | |
| 2447 'browser/sync/test/integration/multi_client_status_change_checker.h', | |
| 2448 'browser/sync/test/integration/passwords_helper.cc', | |
| 2449 'browser/sync/test/integration/passwords_helper.h', | |
| 2450 'browser/sync/test/integration/p2p_invalidation_forwarder.cc', | |
| 2451 'browser/sync/test/integration/p2p_invalidation_forwarder.h', | |
| 2452 'browser/sync/test/integration/preferences_helper.cc', | |
| 2453 'browser/sync/test/integration/preferences_helper.h', | |
| 2454 'browser/sync/test/integration/profile_sync_service_harness.cc', | |
| 2455 'browser/sync/test/integration/profile_sync_service_harness.h', | |
| 2456 'browser/sync/test/integration/quiesce_status_change_checker.cc', | |
| 2457 'browser/sync/test/integration/quiesce_status_change_checker.h', | |
| 2458 'browser/sync/test/integration/retry_verifier.cc', | |
| 2459 'browser/sync/test/integration/retry_verifier.h', | |
| 2460 'browser/sync/test/integration/search_engines_helper.cc', | |
| 2461 'browser/sync/test/integration/search_engines_helper.h', | |
| 2462 'browser/sync/test/integration/sessions_helper.cc', | |
| 2463 'browser/sync/test/integration/sessions_helper.h', | |
| 2464 'browser/sync/test/integration/single_client_status_change_checker.cc', | |
| 2465 'browser/sync/test/integration/single_client_status_change_checker.h', | |
| 2466 'browser/sync/test/integration/status_change_checker.cc', | |
| 2467 'browser/sync/test/integration/status_change_checker.h', | |
| 2468 'browser/sync/test/integration/sync_app_helper.cc', | |
| 2469 'browser/sync/test/integration/sync_app_helper.h', | |
| 2470 'browser/sync/test/integration/sync_app_list_helper.cc', | |
| 2471 'browser/sync/test/integration/sync_app_list_helper.h', | |
| 2472 'browser/sync/test/integration/sync_datatype_helper.cc', | |
| 2473 'browser/sync/test/integration/sync_datatype_helper.h', | |
| 2474 'browser/sync/test/integration/sync_extension_helper.cc', | |
| 2475 'browser/sync/test/integration/sync_extension_helper.h', | |
| 2476 'browser/sync/test/integration/sync_extension_installer.cc', | |
| 2477 'browser/sync/test/integration/sync_extension_installer.h', | |
| 2478 'browser/sync/test/integration/sync_integration_test_util.cc', | |
| 2479 'browser/sync/test/integration/sync_integration_test_util.h', | |
| 2480 'browser/sync/test/integration/sync_test.cc', | |
| 2481 'browser/sync/test/integration/sync_test.h', | |
| 2482 'browser/sync/test/integration/themes_helper.cc', | |
| 2483 'browser/sync/test/integration/themes_helper.h', | |
| 2484 'browser/sync/test/integration/typed_urls_helper.cc', | |
| 2485 'browser/sync/test/integration/typed_urls_helper.h', | |
| 2486 'browser/sync/test/integration/updated_progress_marker_checker.cc', | |
| 2487 'browser/sync/test/integration/updated_progress_marker_checker.h', | |
| 2488 ], | 2583 ], |
| 2489 'conditions': [ | 2584 'conditions': [ |
| 2490 ['OS=="mac"', { | 2585 ['OS=="mac"', { |
| 2491 # Dictionary sync is disabled on Mac. | 2586 # Dictionary sync is disabled on Mac. |
| 2492 'sources!': [ | 2587 'sources!': [ |
| 2493 'browser/sync/test/integration/dictionary_helper.cc', | 2588 'browser/sync/test/integration/dictionary_helper.cc', |
| 2494 'browser/sync/test/integration/dictionary_helper.h', | 2589 'browser/sync/test/integration/dictionary_helper.h', |
| 2495 'browser/sync/test/integration/dictionary_load_observer.cc', | 2590 'browser/sync/test/integration/dictionary_load_observer.cc', |
| 2496 'browser/sync/test/integration/dictionary_load_observer.h', | 2591 'browser/sync/test/integration/dictionary_load_observer.h', |
| 2497 ], | 2592 ], |
| (...skipping 30 matching lines...) Expand all Loading... |
| 2528 'include_dirs': [ | 2623 'include_dirs': [ |
| 2529 '..', | 2624 '..', |
| 2530 '<(INTERMEDIATE_DIR)', | 2625 '<(INTERMEDIATE_DIR)', |
| 2531 '<(protoc_out_dir)', | 2626 '<(protoc_out_dir)', |
| 2532 ], | 2627 ], |
| 2533 # TODO(phajdan.jr): Only temporary, to make transition easier. | 2628 # TODO(phajdan.jr): Only temporary, to make transition easier. |
| 2534 'defines': [ | 2629 'defines': [ |
| 2535 'HAS_OUT_OF_PROC_TEST_RUNNER', | 2630 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 2536 ], | 2631 ], |
| 2537 'sources': [ | 2632 'sources': [ |
| 2538 'app/chrome_command_ids.h', | 2633 '<@(sync_integration_tests_sources)', |
| 2539 'app/chrome_dll.rc', | |
| 2540 'app/chrome_dll_resource.h', | |
| 2541 'app/chrome_version.rc.version', | |
| 2542 'test/base/browser_tests_main.cc', | |
| 2543 'test/data/resource.rc', | |
| 2544 'browser/sync/test/integration/cross_platform_sync_test.cc', | |
| 2545 'browser/sync/test/integration/enable_disable_test.cc', | |
| 2546 'browser/sync/test/integration/migration_test.cc', | |
| 2547 'browser/sync/test/integration/multiple_client_bookmarks_sync_test.cc', | |
| 2548 'browser/sync/test/integration/multiple_client_dictionary_sync_test.cc', | |
| 2549 'browser/sync/test/integration/multiple_client_passwords_sync_test.cc', | |
| 2550 'browser/sync/test/integration/multiple_client_preferences_sync_test.cc'
, | |
| 2551 'browser/sync/test/integration/multiple_client_sessions_sync_test.cc', | |
| 2552 'browser/sync/test/integration/multiple_client_typed_urls_sync_test.cc', | |
| 2553 'browser/sync/test/integration/passwords_helper.cc', | |
| 2554 'browser/sync/test/integration/passwords_helper.h', | |
| 2555 'browser/sync/test/integration/preferences_helper.cc', | |
| 2556 'browser/sync/test/integration/preferences_helper.h', | |
| 2557 'browser/sync/test/integration/search_engines_helper.cc', | |
| 2558 'browser/sync/test/integration/search_engines_helper.h', | |
| 2559 'browser/sync/test/integration/sessions_helper.cc', | |
| 2560 'browser/sync/test/integration/sessions_helper.h', | |
| 2561 'browser/sync/test/integration/single_client_app_list_sync_test.cc', | |
| 2562 'browser/sync/test/integration/single_client_apps_sync_test.cc', | |
| 2563 'browser/sync/test/integration/single_client_backup_rollback_test.cc', | |
| 2564 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc', | |
| 2565 'browser/sync/test/integration/single_client_dictionary_sync_test.cc', | |
| 2566 'browser/sync/test/integration/single_client_extensions_sync_test.cc', | |
| 2567 'browser/sync/test/integration/single_client_passwords_sync_test.cc', | |
| 2568 'browser/sync/test/integration/single_client_preferences_sync_test.cc', | |
| 2569 'browser/sync/test/integration/single_client_search_engines_sync_test.cc
', | |
| 2570 'browser/sync/test/integration/single_client_sessions_sync_test.cc', | |
| 2571 'browser/sync/test/integration/single_client_supervised_user_settings_sy
nc_test.cc', | |
| 2572 'browser/sync/test/integration/single_client_themes_sync_test.cc', | |
| 2573 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc', | |
| 2574 'browser/sync/test/integration/sync_auth_test.cc', | |
| 2575 'browser/sync/test/integration/sync_errors_test.cc', | |
| 2576 'browser/sync/test/integration/sync_exponential_backoff_test.cc', | |
| 2577 'browser/sync/test/integration/two_client_app_list_sync_test.cc', | |
| 2578 'browser/sync/test/integration/two_client_apps_sync_test.cc', | |
| 2579 'browser/sync/test/integration/two_client_autofill_sync_test.cc', | |
| 2580 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc', | |
| 2581 'browser/sync/test/integration/two_client_dictionary_sync_test.cc', | |
| 2582 'browser/sync/test/integration/two_client_extension_settings_and_app_set
tings_sync_test.cc', | |
| 2583 'browser/sync/test/integration/two_client_extensions_sync_test.cc', | |
| 2584 'browser/sync/test/integration/two_client_passwords_sync_test.cc', | |
| 2585 'browser/sync/test/integration/two_client_preferences_sync_test.cc', | |
| 2586 'browser/sync/test/integration/two_client_search_engines_sync_test.cc', | |
| 2587 'browser/sync/test/integration/two_client_sessions_sync_test.cc', | |
| 2588 'browser/sync/test/integration/two_client_themes_sync_test.cc', | |
| 2589 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc', | |
| 2590 ], | 2634 ], |
| 2591 'conditions': [ | 2635 'conditions': [ |
| 2592 ['OS=="linux"', { | 2636 ['OS=="linux"', { |
| 2593 'dependencies': [ | 2637 'dependencies': [ |
| 2594 '../build/linux/system.gyp:ssl', | 2638 '../build/linux/system.gyp:ssl', |
| 2595 ], | 2639 ], |
| 2596 }], | 2640 }], |
| 2597 ['OS=="mac"', { | 2641 ['OS=="mac"', { |
| 2598 # The sync_integration_tests do not run on mac without this flag. | 2642 # The sync_integration_tests do not run on mac without this flag. |
| 2599 # Search for comments about "xcode_settings" elsewhere in this file. | 2643 # Search for comments about "xcode_settings" elsewhere in this file. |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2674 ], | 2718 ], |
| 2675 'include_dirs': [ | 2719 'include_dirs': [ |
| 2676 '..', | 2720 '..', |
| 2677 '<(INTERMEDIATE_DIR)', | 2721 '<(INTERMEDIATE_DIR)', |
| 2678 '<(protoc_out_dir)', | 2722 '<(protoc_out_dir)', |
| 2679 ], | 2723 ], |
| 2680 'defines': [ | 2724 'defines': [ |
| 2681 'HAS_OUT_OF_PROC_TEST_RUNNER', | 2725 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 2682 ], | 2726 ], |
| 2683 'sources': [ | 2727 'sources': [ |
| 2684 'app/chrome_command_ids.h', | 2728 '<@(sync_performance_tests_sources)', |
| 2685 'app/chrome_dll.rc', | |
| 2686 'app/chrome_dll_resource.h', | |
| 2687 'app/chrome_version.rc.version', | |
| 2688 'browser/sync/test/integration/performance/autofill_sync_perf_test.cc', | |
| 2689 'browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc', | |
| 2690 'browser/sync/test/integration/performance/dictionary_sync_perf_test.cc'
, | |
| 2691 'browser/sync/test/integration/performance/extensions_sync_perf_test.cc'
, | |
| 2692 'browser/sync/test/integration/performance/sync_timing_helper.cc', | |
| 2693 'browser/sync/test/integration/performance/sync_timing_helper.h', | |
| 2694 'browser/sync/test/integration/performance/passwords_sync_perf_test.cc', | |
| 2695 'browser/sync/test/integration/performance/sessions_sync_perf_test.cc', | |
| 2696 'browser/sync/test/integration/performance/typed_urls_sync_perf_test.cc'
, | |
| 2697 'test/base/browser_perf_tests_main.cc', | |
| 2698 'test/data/resource.rc', | |
| 2699 ], | 2729 ], |
| 2700 'conditions': [ | 2730 'conditions': [ |
| 2701 ['OS=="linux"', { | 2731 ['OS=="linux"', { |
| 2702 'dependencies': [ | 2732 'dependencies': [ |
| 2703 '../build/linux/system.gyp:ssl', | 2733 '../build/linux/system.gyp:ssl', |
| 2704 ], | 2734 ], |
| 2705 }], | 2735 }], |
| 2706 ['OS=="mac"', { | 2736 ['OS=="mac"', { |
| 2707 # The sync_performance_tests do not run on mac without this flag. | 2737 # The sync_performance_tests do not run on mac without this flag. |
| 2708 # Search for comments about "xcode_settings" elsewhere in this file. | 2738 # Search for comments about "xcode_settings" elsewhere in this file. |
| (...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3135 ['enable_webrtc==1', { | 3165 ['enable_webrtc==1', { |
| 3136 'dependencies': [ | 3166 'dependencies': [ |
| 3137 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3167 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 3138 ] | 3168 ] |
| 3139 }], | 3169 }], |
| 3140 ], | 3170 ], |
| 3141 }] | 3171 }] |
| 3142 }], | 3172 }], |
| 3143 ], # 'conditions' | 3173 ], # 'conditions' |
| 3144 } | 3174 } |
| OLD | NEW |