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

Side by Side Diff: chrome/browser_tests.isolate

Issue 11301021: Update browser_tests.isolate for Linux (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables': { 5 'variables': {
6 'isolate_dependency_tracked': [ 6 'isolate_dependency_tracked': [
7 '../net/tools/testserver/asn1.py', 7 '../net/tools/testserver/asn1.py',
8 '../net/tools/testserver/echo_message.py', 8 '../net/tools/testserver/echo_message.py',
9 '../net/tools/testserver/minica.py', 9 '../net/tools/testserver/minica.py',
10 '../net/tools/testserver/testserver.py', 10 '../net/tools/testserver/testserver.py',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 '../third_party/tlslite/tlslite/utils/PyCrypto_RC4.py', 133 '../third_party/tlslite/tlslite/utils/PyCrypto_RC4.py',
134 '../third_party/tlslite/tlslite/utils/PyCrypto_RSAKey.py', 134 '../third_party/tlslite/tlslite/utils/PyCrypto_RSAKey.py',
135 '../third_party/tlslite/tlslite/utils/PyCrypto_TripleDES.py', 135 '../third_party/tlslite/tlslite/utils/PyCrypto_TripleDES.py',
136 '../third_party/tlslite/tlslite/utils/TripleDES.py', 136 '../third_party/tlslite/tlslite/utils/TripleDES.py',
137 '<(PRODUCT_DIR)/DumpRenderTree<(EXECUTABLE_SUFFIX)', 137 '<(PRODUCT_DIR)/DumpRenderTree<(EXECUTABLE_SUFFIX)',
138 '<(PRODUCT_DIR)/chrome.pak', 138 '<(PRODUCT_DIR)/chrome.pak',
139 '<(PRODUCT_DIR)/chrome<(EXECUTABLE_SUFFIX)', 139 '<(PRODUCT_DIR)/chrome<(EXECUTABLE_SUFFIX)',
140 '<(PRODUCT_DIR)/libffmpegsumo.so', 140 '<(PRODUCT_DIR)/libffmpegsumo.so',
141 '<(PRODUCT_DIR)/libosmesa.so', 141 '<(PRODUCT_DIR)/libosmesa.so',
142 '<(PRODUCT_DIR)/libppapi_tests.so', 142 '<(PRODUCT_DIR)/libppapi_tests.so',
143 '<(PRODUCT_DIR)/mock_nacl_gdb<(EXECUTABLE_SUFFIX)',
144 '<(PRODUCT_DIR)/nacl_helper<(EXECUTABLE_SUFFIX)',
145 '<(PRODUCT_DIR)/nacl_helper_bootstrap<(EXECUTABLE_SUFFIX)',
146 '<(PRODUCT_DIR)/nacl_irt_x86_64.nexe',
M-A Ruel 2012/10/29 17:49:04 This means once we support arm, it'll have to be a
csharp 2012/10/29 17:54:43 Ya, I think we might have to start adding new cond
147 '<(PRODUCT_DIR)/nacl_test_data/glibc/nacl_load_test.html',
148 '<(PRODUCT_DIR)/nacl_test_data/glibc/nacltest.js',
149 '<(PRODUCT_DIR)/nacl_test_data/glibc/pm_exit_status_test.html',
150 '<(PRODUCT_DIR)/nacl_test_data/glibc/pm_exit_status_test.nmf',
151 '<(PRODUCT_DIR)/nacl_test_data/glibc/pm_exit_status_test_glibc_x86_64. nexe',
152 '<(PRODUCT_DIR)/nacl_test_data/glibc/ppapi_ppb_core.html',
153 '<(PRODUCT_DIR)/nacl_test_data/glibc/ppapi_ppb_core.nmf',
154 '<(PRODUCT_DIR)/nacl_test_data/glibc/ppapi_ppb_core_glibc_x86_64.nexe' ,
155 '<(PRODUCT_DIR)/nacl_test_data/glibc/simple.nmf',
156 '<(PRODUCT_DIR)/nacl_test_data/glibc/simple_glibc_x86_64.nexe',
157 '<(PRODUCT_DIR)/nacl_test_data/newlib/nacl_load_test.html',
158 '<(PRODUCT_DIR)/nacl_test_data/newlib/nacltest.js',
159 '<(PRODUCT_DIR)/nacl_test_data/newlib/pm_exit_status_test.html',
160 '<(PRODUCT_DIR)/nacl_test_data/newlib/pm_exit_status_test.nmf',
161 '<(PRODUCT_DIR)/nacl_test_data/newlib/pm_exit_status_test_newlib_x86_6 4.nexe',
162 '<(PRODUCT_DIR)/nacl_test_data/newlib/ppapi_ppb_core.html',
163 '<(PRODUCT_DIR)/nacl_test_data/newlib/ppapi_ppb_core.nmf',
164 '<(PRODUCT_DIR)/nacl_test_data/newlib/ppapi_ppb_core_newlib_x86_64.nex e',
165 '<(PRODUCT_DIR)/nacl_test_data/newlib/simple.nmf',
166 '<(PRODUCT_DIR)/nacl_test_data/newlib/simple_newlib_x86_64.nexe',
167 '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc.nmf',
168 '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_x64.nexe',
169 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib.nmf',
170 '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_x64.nexe',
143 '<(PRODUCT_DIR)/pyproto/chrome/browser/policy/proto/chrome_device_poli cy_pb2.py', 171 '<(PRODUCT_DIR)/pyproto/chrome/browser/policy/proto/chrome_device_poli cy_pb2.py',
144 '<(PRODUCT_DIR)/pyproto/chrome/browser/policy/proto/cloud_policy_pb2.p y', 172 '<(PRODUCT_DIR)/pyproto/chrome/browser/policy/proto/cloud_policy_pb2.p y',
145 '<(PRODUCT_DIR)/pyproto/chrome/browser/policy/proto/device_management_ backend_pb2.py', 173 '<(PRODUCT_DIR)/pyproto/chrome/browser/policy/proto/device_management_ backend_pb2.py',
146 '<(PRODUCT_DIR)/pyproto/google/__init__.py', 174 '<(PRODUCT_DIR)/pyproto/google/__init__.py',
147 '<(PRODUCT_DIR)/pyproto/google/protobuf/__init__.py', 175 '<(PRODUCT_DIR)/pyproto/google/protobuf/__init__.py',
148 '<(PRODUCT_DIR)/pyproto/google/protobuf/descriptor.py', 176 '<(PRODUCT_DIR)/pyproto/google/protobuf/descriptor.py',
149 '<(PRODUCT_DIR)/pyproto/google/protobuf/descriptor_pb2.py', 177 '<(PRODUCT_DIR)/pyproto/google/protobuf/descriptor_pb2.py',
150 '<(PRODUCT_DIR)/pyproto/google/protobuf/internal/__init__.py', 178 '<(PRODUCT_DIR)/pyproto/google/protobuf/internal/__init__.py',
151 '<(PRODUCT_DIR)/pyproto/google/protobuf/internal/api_implementation.py ', 179 '<(PRODUCT_DIR)/pyproto/google/protobuf/internal/api_implementation.py ',
152 '<(PRODUCT_DIR)/pyproto/google/protobuf/internal/containers.py', 180 '<(PRODUCT_DIR)/pyproto/google/protobuf/internal/containers.py',
(...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 'test/data/webui/sample_downloads.js', 756 'test/data/webui/sample_downloads.js',
729 'test/data/window.close.html', 757 'test/data/window.close.html',
730 ], 758 ],
731 'isolate_dependency_untracked': [ 759 'isolate_dependency_untracked': [
732 '../content/test/data/dom_storage/', 760 '../content/test/data/dom_storage/',
733 '../content/test/data/plugin/flash.html', 761 '../content/test/data/plugin/flash.html',
734 '../content/test/data/plugin/flash.swf', 762 '../content/test/data/plugin/flash.swf',
735 '../content/test/data/plugin/plugin_common.js', 763 '../content/test/data/plugin/plugin_common.js',
736 '../third_party/bidichecker/', 764 '../third_party/bidichecker/',
737 '../third_party/pywebsocket/src/mod_pywebsocket/handshake/', 765 '../third_party/pywebsocket/src/mod_pywebsocket/handshake/',
766 '<(PRODUCT_DIR)/lib64/',
767 '<(PRODUCT_DIR)/nacl_test_data/glibc/pm_exit_status_test_libs/lib64/',
768 '<(PRODUCT_DIR)/nacl_test_data/glibc/ppapi_ppb_core_libs/lib64/',
769 '<(PRODUCT_DIR)/nacl_test_data/glibc/simple_libs/lib64/',
738 '<(PRODUCT_DIR)/pseudo_locales/', 770 '<(PRODUCT_DIR)/pseudo_locales/',
739 '<(PRODUCT_DIR)/resources/extension/', 771 '<(PRODUCT_DIR)/resources/extension/',
740 '<(PRODUCT_DIR)/test_url_loader_data/', 772 '<(PRODUCT_DIR)/test_url_loader_data/',
741 'test/data/automation/', 773 'test/data/automation/',
742 'test/data/captive_portal/', 774 'test/data/captive_portal/',
743 'test/data/devtools/', 775 'test/data/devtools/',
744 'test/data/dom_automation/', 776 'test/data/dom_automation/',
745 'test/data/encoding_tests/auto_detect/', 777 'test/data/encoding_tests/auto_detect/',
746 'test/data/extensions/api_test/accessible_cer/', 778 'test/data/extensions/api_test/accessible_cer/',
747 'test/data/extensions/api_test/app_background_page/basic/', 779 'test/data/extensions/api_test/app_background_page/basic/',
748 'test/data/extensions/api_test/app_background_page/basic_close/', 780 'test/data/extensions/api_test/app_background_page/basic_close/',
749 'test/data/extensions/api_test/app_background_page/basic_open/', 781 'test/data/extensions/api_test/app_background_page/basic_open/',
750 'test/data/extensions/api_test/app_background_page/common/', 782 'test/data/extensions/api_test/app_background_page/common/',
751 'test/data/extensions/api_test/app_background_page/no_js/', 783 'test/data/extensions/api_test/app_background_page/no_js/',
752 'test/data/extensions/api_test/app_background_page/no_js_manifest/', 784 'test/data/extensions/api_test/app_background_page/no_js_manifest/',
753 'test/data/extensions/api_test/app_background_page/two_pages/', 785 'test/data/extensions/api_test/app_background_page/two_pages/',
754 'test/data/extensions/api_test/app_background_page/two_with_manifest/' , 786 'test/data/extensions/api_test/app_background_page/two_with_manifest/' ,
755 'test/data/extensions/api_test/app_launcher/', 787 'test/data/extensions/api_test/app_launcher/',
756 'test/data/extensions/api_test/app_process/path1/', 788 'test/data/extensions/api_test/app_process/path1/',
757 'test/data/extensions/api_test/app_process/path2/', 789 'test/data/extensions/api_test/app_process/path2/',
758 'test/data/extensions/api_test/app_process/path3/', 790 'test/data/extensions/api_test/app_process/path3/',
759 'test/data/extensions/api_test/app_process_background_instances/', 791 'test/data/extensions/api_test/app_process_background_instances/',
760 'test/data/extensions/api_test/app_process_instances/', 792 'test/data/extensions/api_test/app_process_instances/',
793 'test/data/extensions/api_test/bluetooth/discovery_callback/',
794 'test/data/extensions/api_test/bluetooth/discovery_in_progress/',
795 'test/data/extensions/api_test/bluetooth/events/',
796 'test/data/extensions/api_test/bluetooth/get_devices/',
797 'test/data/extensions/api_test/bluetooth/get_devices_concurrently/',
798 'test/data/extensions/api_test/bluetooth/get_devices_error/',
761 'test/data/extensions/api_test/bookmarks/', 799 'test/data/extensions/api_test/bookmarks/',
762 'test/data/extensions/api_test/browser_action/close_background/', 800 'test/data/extensions/api_test/browser_action/close_background/',
763 'test/data/extensions/api_test/clipboard/', 801 'test/data/extensions/api_test/clipboard/',
764 'test/data/extensions/api_test/cloud_print_private/', 802 'test/data/extensions/api_test/cloud_print_private/',
765 'test/data/extensions/api_test/content_scripts/', 803 'test/data/extensions/api_test/content_scripts/',
766 'test/data/extensions/api_test/executescript/', 804 'test/data/extensions/api_test/executescript/',
767 'test/data/extensions/api_test/extension_module/', 805 'test/data/extensions/api_test/extension_module/',
768 'test/data/extensions/api_test/extension_resource_request_policy/exten sion/', 806 'test/data/extensions/api_test/extension_resource_request_policy/exten sion/',
769 'test/data/extensions/api_test/file_system/get_writable_file_entry/', 807 'test/data/extensions/api_test/file_system/get_writable_file_entry/',
770 'test/data/extensions/api_test/file_system/get_writable_file_entry_wit h_write/', 808 'test/data/extensions/api_test/file_system/get_writable_file_entry_wit h_write/',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 'test/data/extensions/api_test/proxy/single/', 860 'test/data/extensions/api_test/proxy/single/',
823 'test/data/extensions/api_test/proxy/system/', 861 'test/data/extensions/api_test/proxy/system/',
824 'test/data/extensions/api_test/push_messaging/', 862 'test/data/extensions/api_test/push_messaging/',
825 'test/data/extensions/api_test/request_quota_background/', 863 'test/data/extensions/api_test/request_quota_background/',
826 'test/data/extensions/api_test/serial/', 864 'test/data/extensions/api_test/serial/',
827 'test/data/extensions/api_test/settings/', 865 'test/data/extensions/api_test/settings/',
828 'test/data/extensions/api_test/socket/', 866 'test/data/extensions/api_test/socket/',
829 'test/data/extensions/api_test/speech_input/', 867 'test/data/extensions/api_test/speech_input/',
830 'test/data/extensions/api_test/storage/', 868 'test/data/extensions/api_test/storage/',
831 'test/data/extensions/api_test/systeminfo/', 869 'test/data/extensions/api_test/systeminfo/',
870 'test/data/extensions/api_test/tab_capture/experimental/',
871 'test/data/extensions/api_test/tab_capture/permissions/',
832 'test/data/extensions/api_test/tts/', 872 'test/data/extensions/api_test/tts/',
833 'test/data/extensions/api_test/tts_engine/', 873 'test/data/extensions/api_test/tts_engine/',
834 'test/data/extensions/api_test/usb/', 874 'test/data/extensions/api_test/usb/',
835 'test/data/extensions/api_test/webnavigation/', 875 'test/data/extensions/api_test/webnavigation/',
836 'test/data/extensions/api_test/webrequest/', 876 'test/data/extensions/api_test/webrequest/',
837 'test/data/extensions/api_test/webrequest_permissions/', 877 'test/data/extensions/api_test/webrequest_permissions/',
838 'test/data/extensions/api_test/webstore_inline_install/inlineinstall/' , 878 'test/data/extensions/api_test/webstore_inline_install/inlineinstall/' ,
839 'test/data/extensions/api_test/webstore_private/', 879 'test/data/extensions/api_test/webstore_private/',
840 'test/data/extensions/api_test/webstore_private/app/', 880 'test/data/extensions/api_test/webstore_private/app/',
841 'test/data/extensions/api_test/webstore_private/bundle/', 881 'test/data/extensions/api_test/webstore_private/bundle/',
(...skipping 25 matching lines...) Expand all
867 'test/data/extensions/convert_web_app/', 907 'test/data/extensions/convert_web_app/',
868 'test/data/extensions/devtools/', 908 'test/data/extensions/devtools/',
869 'test/data/extensions/experimental/', 909 'test/data/extensions/experimental/',
870 'test/data/extensions/good/Extensions/', 910 'test/data/extensions/good/Extensions/',
871 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj /1.0.0.0/_locales/en_US/', 911 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj /1.0.0.0/_locales/en_US/',
872 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj /1.0.0.0/js_files/', 912 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj /1.0.0.0/js_files/',
873 'test/data/extensions/hosted_app/', 913 'test/data/extensions/hosted_app/',
874 'test/data/extensions/install/install/', 914 'test/data/extensions/install/install/',
875 'test/data/extensions/isolated_apps/', 915 'test/data/extensions/isolated_apps/',
876 'test/data/extensions/management/', 916 'test/data/extensions/management/',
917 'test/data/extensions/native_client/',
877 'test/data/extensions/packaged_app/', 918 'test/data/extensions/packaged_app/',
878 'test/data/extensions/permissions_increase/', 919 'test/data/extensions/permissions_increase/',
879 'test/data/extensions/platform_apps/apps_only/', 920 'test/data/extensions/platform_apps/apps_only/',
880 'test/data/extensions/platform_apps/context_menu/', 921 'test/data/extensions/platform_apps/context_menu/',
881 'test/data/extensions/platform_apps/context_menu_click/', 922 'test/data/extensions/platform_apps/context_menu_click/',
882 'test/data/extensions/platform_apps/disabled_window_properties/', 923 'test/data/extensions/platform_apps/disabled_window_properties/',
883 'test/data/extensions/platform_apps/geometry/', 924 'test/data/extensions/platform_apps/geometry/',
884 'test/data/extensions/platform_apps/get_display_path/', 925 'test/data/extensions/platform_apps/get_display_path/',
885 'test/data/extensions/platform_apps/isolation/', 926 'test/data/extensions/platform_apps/isolation/',
886 'test/data/extensions/platform_apps/launch/', 927 'test/data/extensions/platform_apps/launch/',
(...skipping 18 matching lines...) Expand all
905 'test/data/extensions/subscribe_page_action/_locales/en/', 946 'test/data/extensions/subscribe_page_action/_locales/en/',
906 'test/data/extensions/theme/', 947 'test/data/extensions/theme/',
907 'test/data/extensions/theme2/', 948 'test/data/extensions/theme2/',
908 'test/data/extensions/uitest/plugins/', 949 'test/data/extensions/uitest/plugins/',
909 'test/data/extensions/uitest/window_open/', 950 'test/data/extensions/uitest/window_open/',
910 'test/data/fast_shutdown/', 951 'test/data/fast_shutdown/',
911 'test/data/google/', 952 'test/data/google/',
912 'test/data/login/', 953 'test/data/login/',
913 'test/data/native_messaging/Native Hosts/echo.py', 954 'test/data/native_messaging/Native Hosts/echo.py',
914 'test/data/page_cycler/cached_data_dir/', 955 'test/data/page_cycler/cached_data_dir/',
956 'test/data/plugin_delete_self_at_load.html',
915 'test/data/policy/', 957 'test/data/policy/',
916 'test/data/profiles/webkit_global_migration/', 958 'test/data/profiles/webkit_global_migration/',
917 'test/data/profiles/webkit_global_reverse_migration/', 959 'test/data/profiles/webkit_global_reverse_migration/',
918 'test/data/referrer_policy/', 960 'test/data/referrer_policy/',
919 'test/data/requirements_checker/', 961 'test/data/requirements_checker/',
920 'test/data/safe_browsing/Safe Browsing Cookies', 962 'test/data/safe_browsing/Safe Browsing Cookies',
921 'test/data/ssl/google_files/', 963 'test/data/ssl/google_files/',
922 'test/data/viewsource/', 964 'test/data/viewsource/',
923 'test/data/workers/', 965 'test/data/workers/',
924 ], 966 ],
925 'isolate_dependency_touched': [ 967 'isolate_dependency_touched': [
926 '../net/data/websocket/OWNERS', 968 '../net/data/websocket/OWNERS',
927 '../net/data/websocket/websocket_shared_worker.html', 969 '../net/data/websocket/websocket_shared_worker.html',
928 '../net/data/websocket/websocket_worker_simple.js', 970 '../net/data/websocket/websocket_worker_simple.js',
929 '<(PRODUCT_DIR)/plugins/libTestNetscapePlugIn.so', 971 '<(PRODUCT_DIR)/plugins/libTestNetscapePlugIn.so',
930 'test/data/extensions/api_test/active_tab/final_page.html', 972 'test/data/extensions/api_test/active_tab/final_page.html',
931 'test/data/extensions/api_test/active_tab/page.html', 973 'test/data/extensions/api_test/active_tab/page.html',
974 'test/data/extensions/api_test/bluetooth/discovery_callback/runtest.js ',
975 'test/data/extensions/api_test/bluetooth/discovery_in_progress/runtest .js',
976 'test/data/extensions/api_test/bluetooth/events/runtest.js',
977 'test/data/extensions/api_test/bluetooth/get_devices/runtest.js',
978 'test/data/extensions/api_test/bluetooth/get_devices_concurrently/runt est.js',
979 'test/data/extensions/api_test/bluetooth/get_devices_error/runtest.js' ,
932 'test/data/extensions/api_test/extension_resource_request_policy/web_a ccessible/accessible_resource_with_csp.html', 980 'test/data/extensions/api_test/extension_resource_request_policy/web_a ccessible/accessible_resource_with_csp.html',
933 'test/data/extensions/api_test/extension_resource_request_policy/web_a ccessible/test2.png', 981 'test/data/extensions/api_test/extension_resource_request_policy/web_a ccessible/test2.png',
934 'test/data/extensions/api_test/get_channel_id/background.js', 982 'test/data/extensions/api_test/get_channel_id/background.js',
935 'test/data/extensions/api_test/history/a.html', 983 'test/data/extensions/api_test/history/a.html',
936 'test/data/extensions/api_test/history/b.html', 984 'test/data/extensions/api_test/history/b.html',
937 'test/data/extensions/api_test/history/get_visits.html', 985 'test/data/extensions/api_test/history/get_visits.html',
938 'test/data/extensions/api_test/history/get_visits.js', 986 'test/data/extensions/api_test/history/get_visits.js',
939 'test/data/extensions/api_test/history/misc_search.html', 987 'test/data/extensions/api_test/history/misc_search.html',
940 'test/data/extensions/api_test/history/misc_search.js', 988 'test/data/extensions/api_test/history/misc_search.js',
941 'test/data/extensions/api_test/history/timed_search.html', 989 'test/data/extensions/api_test/history/timed_search.html',
942 'test/data/extensions/api_test/history/timed_search.js', 990 'test/data/extensions/api_test/history/timed_search.js',
943 'test/data/extensions/api_test/icons/extension_no_permission/24.png', 991 'test/data/extensions/api_test/icons/extension_no_permission/24.png',
944 'test/data/extensions/api_test/lazy_background_page/broadcast_event/ic on48.png', 992 'test/data/extensions/api_test/lazy_background_page/broadcast_event/ic on48.png',
945 'test/data/extensions/api_test/lazy_background_page/event_dispatch_to_ tab/background.js', 993 'test/data/extensions/api_test/lazy_background_page/event_dispatch_to_ tab/background.js',
946 'test/data/extensions/api_test/lazy_background_page/event_dispatch_to_ tab/page.html', 994 'test/data/extensions/api_test/lazy_background_page/event_dispatch_to_ tab/page.html',
947 'test/data/extensions/api_test/lazy_background_page/event_dispatch_to_ tab/runtest.js', 995 'test/data/extensions/api_test/lazy_background_page/event_dispatch_to_ tab/runtest.js',
948 'test/data/extensions/api_test/management/disabled_extension/pages/opt ions.html', 996 'test/data/extensions/api_test/management/disabled_extension/pages/opt ions.html',
949 'test/data/extensions/api_test/management/enabled_extension/icon_128.p ng', 997 'test/data/extensions/api_test/management/enabled_extension/icon_128.p ng',
950 'test/data/extensions/api_test/management/enabled_extension/icon_16.pn g', 998 'test/data/extensions/api_test/management/enabled_extension/icon_16.pn g',
951 'test/data/extensions/api_test/management/enabled_extension/icon_48.pn g', 999 'test/data/extensions/api_test/management/enabled_extension/icon_48.pn g',
952 'test/data/extensions/api_test/messaging/connect_panel/panel.html', 1000 'test/data/extensions/api_test/messaging/connect_panel/panel.html',
953 'test/data/extensions/api_test/messaging/connect_panel/panel.js', 1001 'test/data/extensions/api_test/messaging/connect_panel/panel.js',
954 'test/data/extensions/api_test/messaging/connect_panel/test.html', 1002 'test/data/extensions/api_test/messaging/connect_panel/test.html',
955 'test/data/extensions/api_test/messaging/connect_panel/test.js', 1003 'test/data/extensions/api_test/messaging/connect_panel/test.js',
956 'test/data/extensions/api_test/native_messaging/test.js', 1004 'test/data/extensions/api_test/native_messaging/test.js',
957 'test/data/extensions/api_test/proxy/direct/test.js', 1005 'test/data/extensions/api_test/proxy/direct/test.js',
958 'test/data/extensions/api_test/proxy/pacdataurl/test.js', 1006 'test/data/extensions/api_test/proxy/pacdataurl/test.js',
959 'test/data/extensions/api_test/request_quota_background/background.js' , 1007 'test/data/extensions/api_test/request_quota_background/background.js' ,
1008 'test/data/extensions/api_test/tab_capture/experimental/test.js',
1009 'test/data/extensions/api_test/tab_capture/permissions/test.js',
960 'test/data/extensions/api_test/tabs/capture_visible_tab/common/text.ht ml', 1010 'test/data/extensions/api_test/tabs/capture_visible_tab/common/text.ht ml',
961 'test/data/extensions/api_test/tabs/capture_visible_tab/test_png.html' , 1011 'test/data/extensions/api_test/tabs/capture_visible_tab/test_png.html' ,
962 'test/data/extensions/api_test/tabs/capture_visible_tab/test_png.js', 1012 'test/data/extensions/api_test/tabs/capture_visible_tab/test_png.js',
963 'test/data/extensions/api_test/tabs/capture_visible_tab/test_race.html ', 1013 'test/data/extensions/api_test/tabs/capture_visible_tab/test_race.html ',
964 'test/data/extensions/api_test/tabs/capture_visible_tab/test_race.js', 1014 'test/data/extensions/api_test/tabs/capture_visible_tab/test_race.js',
965 'test/data/extensions/api_test/websocket/test.js', 1015 'test/data/extensions/api_test/websocket/test.js',
966 'test/data/extensions/api_test/webstore_private/empty.crx', 1016 'test/data/extensions/api_test/webstore_private/empty.crx',
967 'test/data/extensions/api_test/window_open/panel_detached/test.html', 1017 'test/data/extensions/api_test/window_open/panel_detached/test.html',
968 'test/data/extensions/api_test/window_open/panel_detached/test.js', 1018 'test/data/extensions/api_test/window_open/panel_detached/test.js',
969 'test/data/extensions/api_test/xhr_persistent_fs/bg.js', 1019 'test/data/extensions/api_test/xhr_persistent_fs/bg.js',
970 'test/data/extensions/api_test/xhr_persistent_fs/main.html', 1020 'test/data/extensions/api_test/xhr_persistent_fs/main.html',
971 'test/data/extensions/api_test/xhr_persistent_fs/main.js', 1021 'test/data/extensions/api_test/xhr_persistent_fs/main.js',
1022 'test/data/extensions/native_client/test.html',
1023 'test/data/extensions/native_client/test.js',
1024 'test/data/extensions/native_client/test2.js',
972 'test/data/extensions/platform_apps/minimal_id/main.html', 1025 'test/data/extensions/platform_apps/minimal_id/main.html',
973 'test/data/extensions/platform_apps/minimal_id/main.js', 1026 'test/data/extensions/platform_apps/minimal_id/main.js',
974 'test/data/extensions/platform_apps/minimal_id/test.js', 1027 'test/data/extensions/platform_apps/minimal_id/test.js',
975 'test/data/extensions/platform_apps/restart_test/test.js', 1028 'test/data/extensions/platform_apps/restart_test/test.js',
976 'test/data/extensions/platform_apps/web_view_src_attribute/main.html', 1029 'test/data/extensions/platform_apps/web_view_src_attribute/main.html',
977 'test/data/extensions/platform_apps/web_view_src_attribute/main.js', 1030 'test/data/extensions/platform_apps/web_view_src_attribute/main.js',
978 'test/data/extensions/platform_apps/web_view_src_attribute/test.js', 1031 'test/data/extensions/platform_apps/web_view_src_attribute/test.js',
979 'test/data/extensions/subscribe_page_action/_locales/ar/messages.json' , 1032 'test/data/extensions/subscribe_page_action/_locales/ar/messages.json' ,
980 'test/data/extensions/subscribe_page_action/_locales/bg/messages.json' , 1033 'test/data/extensions/subscribe_page_action/_locales/bg/messages.json' ,
981 'test/data/extensions/subscribe_page_action/_locales/ca/messages.json' , 1034 'test/data/extensions/subscribe_page_action/_locales/ca/messages.json' ,
(...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
1720 }, 1773 },
1721 }, { 1774 }, {
1722 'variables': { 1775 'variables': {
1723 'isolate_dependency_tracked': [ 1776 'isolate_dependency_tracked': [
1724 '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper. py', 1777 '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper. py',
1725 ], 1778 ],
1726 }, 1779 },
1727 }], 1780 }],
1728 ], 1781 ],
1729 } 1782 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698