summaryrefslogtreecommitdiffstats
path: root/chrome/browser_tests.isolate
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-16 02:05:16 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-16 02:05:16 +0000
commit2010a2b404071467b40e35ee58d1b23637baf386 (patch)
tree77b7ea2b3b4e97d2ed05d58034c51de14d046899 /chrome/browser_tests.isolate
parent25e81278d04c25543f1414a96447b9f1cc56753b (diff)
downloadchromium_src-2010a2b404071467b40e35ee58d1b23637baf386.zip
chromium_src-2010a2b404071467b40e35ee58d1b23637baf386.tar.gz
chromium_src-2010a2b404071467b40e35ee58d1b23637baf386.tar.bz2
browser_tests.isolate on OSX: Trace ~166 test cases.
I had to Ctrl-C out but I had done at least 116. Autogenerated with: tools/swarm_client/isolate_test_cases.py -s out/Release/browser_tests.isolated -T ../browser.txt TBR=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/11280019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168108 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser_tests.isolate')
-rw-r--r--chrome/browser_tests.isolate353
1 files changed, 189 insertions, 164 deletions
diff --git a/chrome/browser_tests.isolate b/chrome/browser_tests.isolate
index 1d6ca97..2fb0a7b 100644
--- a/chrome/browser_tests.isolate
+++ b/chrome/browser_tests.isolate
@@ -4,13 +4,33 @@
{
'variables': {
'isolate_dependency_tracked': [
+ '../net/data/ssl/certificates/expired_cert.pem',
+ '../net/data/ssl/certificates/ok_cert.pem',
+ '../net/data/ssl/certificates/root_ca_cert.crt',
'../net/tools/testserver/asn1.py',
'../net/tools/testserver/echo_message.py',
'../net/tools/testserver/minica.py',
'../net/tools/testserver/testserver.py',
+ '../net/tools/testserver/testserver_base.py',
+ '../ppapi/tests/test_case.html',
+ '../ppapi/tests/test_page.css',
'../testing/test_env.py',
'../third_party/pyftpdlib/src/pyftpdlib/__init__.py',
'../third_party/pyftpdlib/src/pyftpdlib/ftpserver.py',
+ '../third_party/pywebsocket/src/mod_pywebsocket/__init__.py',
+ '../third_party/pywebsocket/src/mod_pywebsocket/_stream_base.py',
+ '../third_party/pywebsocket/src/mod_pywebsocket/_stream_hixie75.py',
+ '../third_party/pywebsocket/src/mod_pywebsocket/_stream_hybi.py',
+ '../third_party/pywebsocket/src/mod_pywebsocket/common.py',
+ '../third_party/pywebsocket/src/mod_pywebsocket/dispatch.py',
+ '../third_party/pywebsocket/src/mod_pywebsocket/extensions.py',
+ '../third_party/pywebsocket/src/mod_pywebsocket/http_header_util.py',
+ '../third_party/pywebsocket/src/mod_pywebsocket/memorizingfile.py',
+ '../third_party/pywebsocket/src/mod_pywebsocket/msgutil.py',
+ '../third_party/pywebsocket/src/mod_pywebsocket/mux.py',
+ '../third_party/pywebsocket/src/mod_pywebsocket/standalone.py',
+ '../third_party/pywebsocket/src/mod_pywebsocket/stream.py',
+ '../third_party/pywebsocket/src/mod_pywebsocket/util.py',
'../third_party/tlslite/tlslite/BaseDB.py',
'../third_party/tlslite/tlslite/Checker.py',
'../third_party/tlslite/tlslite/FileObject.py',
@@ -60,6 +80,22 @@
'<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
'<(PRODUCT_DIR)/resources.pak',
'common/extensions/docs/examples/apps/calculator/app/model.js',
+ 'test/data/History/HistoryHelper.js',
+ 'test/data/History/history_length_test_page_21.html',
+ 'test/data/History/history_length_test_page_22.html',
+ 'test/data/autofill/autofill_test_form.html',
+ 'test/data/cookie1.html',
+ 'test/data/download-test1.lib',
+ 'test/data/download-test1.lib.mock-http-headers',
+ 'test/data/extensions/api_test/app_notifications/manifest.json',
+ 'test/data/extensions/api_test/app_notifications/test.html',
+ 'test/data/extensions/api_test/app_notifications/test.js',
+ 'test/data/extensions/api_test/browser_action/popup/chromium.png',
+ 'test/data/extensions/api_test/browser_action/popup/manifest.json',
+ 'test/data/extensions/api_test/browser_action/remove_popup/background.js',
+ 'test/data/extensions/api_test/browser_action/remove_popup/icon.png',
+ 'test/data/extensions/api_test/browser_action/remove_popup/manifest.json',
+ 'test/data/extensions/api_test/proxy/events/manifest.json',
'test/data/extensions/api_test/tabs/basics/a.html',
'test/data/extensions/api_test/tabs/basics/events.html',
'test/data/extensions/api_test/tabs/basics/events.js',
@@ -72,13 +108,56 @@
'test/data/extensions/api_test/tabs/capture_visible_tab/manifest.json',
'test/data/extensions/api_test/tabs/capture_visible_tab/test_jpeg.html',
'test/data/extensions/api_test/tabs/capture_visible_tab/test_jpeg.js',
+ 'test/data/extensions/api_test/webstore_inline_install/install_not_supported.html',
+ 'test/data/extensions/get_app_details_for_frame.html',
+ 'test/data/extensions/good.crx',
+ 'test/data/extensions/good.crx.mock-http-headers',
+ 'test/data/extensions/subscribe_page_action/background.js',
+ 'test/data/extensions/subscribe_page_action/common.js',
+ 'test/data/extensions/subscribe_page_action/doc_start.js',
+ 'test/data/extensions/subscribe_page_action/feed-icon-64x64.png',
+ 'test/data/extensions/subscribe_page_action/feed_finder.js',
+ 'test/data/extensions/subscribe_page_action/iframe.js',
+ 'test/data/extensions/subscribe_page_action/manifest.json',
+ 'test/data/extensions/subscribe_page_action/sniff_common.js',
+ 'test/data/extensions/subscribe_page_action/style.css',
+ 'test/data/extensions/subscribe_page_action/subscribe.css',
+ 'test/data/extensions/subscribe_page_action/subscribe.html',
+ 'test/data/extensions/subscribe_page_action/subscribe.js',
+ 'test/data/extensions/test_file.txt',
+ 'test/data/feeds/feed5.xml',
+ 'test/data/feeds/feed_script.xml',
+ 'test/data/geolocation/simple.html',
+ 'test/data/geolocation/tab_destroyed.html',
+ 'test/data/geolocation/tab_destroyed_frame.html',
+ 'test/data/gpu/feature_multisampling.html',
+ 'test/data/mock-link-doctor.html',
+ 'test/data/mock-link-doctor.html.mock-http-headers',
+ 'test/data/popup_blocker/popup-on-unload.html',
+ 'test/data/title1.html',
+ 'test/data/title2.html',
+ 'test/data/title3.html',
'test/data/webui/test_api.js',
'third_party/mock4js/mock4js.js',
],
'isolate_dependency_untracked': [
+ '../third_party/pywebsocket/src/mod_pywebsocket/handshake/',
+ '<(PRODUCT_DIR)/pseudo_locales/',
'<(PRODUCT_DIR)/test_data/chrome/',
'common/extensions/docs/examples/apps/calculator/tests/',
'test/data/extensions/api_test/accessibility/',
+ 'test/data/extensions/api_test/bindings/',
+ 'test/data/extensions/api_test/lazy_background_page/browser_action_with_callback/',
+ 'test/data/extensions/api_test/lazy_background_page/wait_for_request/',
+ 'test/data/extensions/api_test/window_open/panel/',
+ 'test/data/extensions/app_dot_com_app/',
+ 'test/data/extensions/app_notifications/',
+ 'test/data/extensions/common/',
+ 'test/data/extensions/experimental/',
+ 'test/data/extensions/permissions_increase/',
+ 'test/data/extensions/platform_apps/oauth2/',
+ 'test/data/extensions/subscribe_page_action/_locales/en/',
+ 'test/data/safe_browsing/Safe Browsing Cookies',
],
},
'conditions': [
@@ -505,29 +584,133 @@
'../tools/swarm_client/run_test_cases.py',
'<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
],
+ 'isolate_dependency_tracked': [
+ 'test/data/captive_portal/login.html',
+ 'test/data/captive_portal/login.html.mock-http-headers',
+ 'test/data/extensions/api_test/override/history/background.js',
+ 'test/data/extensions/api_test/override/history/manifest.json',
+ 'test/data/extensions/api_test/webstore_inline_install/inlineinstall/detail/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb',
+ 'test/data/extensions/api_test/webstore_private/accepted.html',
+ 'test/data/extensions/api_test/webstore_private/accepted.js',
+ 'test/data/extensions/api_test/webstore_private/app.crx',
+ 'test/data/extensions/api_test/webstore_private/app.pem',
+ 'test/data/extensions/api_test/webstore_private/app_install_bubble.html',
+ 'test/data/extensions/api_test/webstore_private/app_install_bubble.js',
+ 'test/data/extensions/api_test/webstore_private/begin_install.html',
+ 'test/data/extensions/api_test/webstore_private/cancelled.html',
+ 'test/data/extensions/api_test/webstore_private/common.js',
+ 'test/data/extensions/api_test/webstore_private/empty.html',
+ 'test/data/extensions/api_test/webstore_private/empty.js',
+ 'test/data/extensions/api_test/webstore_private/extension.crx',
+ 'test/data/extensions/api_test/webstore_private/extension.pem',
+ 'test/data/extensions/api_test/webstore_private/icon_url.html',
+ 'test/data/extensions/api_test/webstore_private/icon_url.js',
+ 'test/data/extensions/api_test/webstore_private/incorrect_manifest.js',
+ 'test/data/extensions/api_test/webstore_private/incorrect_manifest1.html',
+ 'test/data/extensions/api_test/webstore_private/incorrect_manifest2.html',
+ 'test/data/extensions/api_test/webstore_private/install_bundle.html',
+ 'test/data/extensions/api_test/webstore_private/install_bundle_cancel.html',
+ 'test/data/extensions/api_test/webstore_private/install_bundle_invalid.html',
+ 'test/data/extensions/api_test/webstore_private/localized.html',
+ 'test/data/extensions/api_test/webstore_private/localized.js',
+ 'test/data/extensions/api_test/webstore_private/localized_extension.crx',
+ 'test/data/extensions/api_test/webstore_private/localized_extension.pem',
+ 'test/data/extensions/api_test/webstore_private/noframe.html',
+ 'test/data/extensions/api_test/webstore_private/noframe.html.mock-http-headers',
+ 'test/data/extensions/api_test/webstore_private/noframe2.html',
+ 'test/data/extensions/api_test/webstore_private/theme.html',
+ 'test/data/extensions/subscribe_page_action/feed-icon-128x128.png',
+ 'test/data/page_cycler/cached_data_dir/Default/Bookmarks',
+ 'test/data/page_cycler/cached_data_dir/Default/Bookmarks.bak',
+ 'test/data/page_cycler/cached_data_dir/Default/Favicons',
+ 'test/data/page_cycler/cached_data_dir/Default/Favicons-journal',
+ 'test/data/page_cycler/cached_data_dir/Default/History',
+ 'test/data/page_cycler/cached_data_dir/Default/History-journal',
+ 'test/data/page_cycler/cached_data_dir/Default/Preferences',
+ 'test/data/page_cycler/cached_data_dir/Default/Shortcuts',
+ 'test/data/page_cycler/cached_data_dir/Default/Shortcuts-journal',
+ 'test/data/page_cycler/cached_data_dir/chrome_shutdown_ms.txt',
+ 'test/data/page_cycler/cached_data_dir/urls',
+ 'test/data/policy/policy_test_cases.json',
+ ],
+ 'isolate_dependency_untracked': [
+ 'test/data/extensions/api_test/keybinding/page_action/',
+ 'test/data/extensions/api_test/webstore_private/app/',
+ 'test/data/extensions/api_test/webstore_private/bundle/',
+ 'test/data/extensions/api_test/webstore_private/extension/',
+ 'test/data/extensions/api_test/webstore_private/localized_extension/',
+ 'test/data/page_cycler/cached_data_dir/Default/Archived History',
+ 'test/data/page_cycler/cached_data_dir/Default/Archived History-journal',
+ 'test/data/page_cycler/cached_data_dir/Default/Cache/',
+ 'test/data/page_cycler/cached_data_dir/Default/Current Session',
+ 'test/data/page_cycler/cached_data_dir/Default/Current Tabs',
+ 'test/data/page_cycler/cached_data_dir/Default/History Index 2011-12',
+ 'test/data/page_cycler/cached_data_dir/Default/History Index 2011-12-journal',
+ 'test/data/page_cycler/cached_data_dir/Default/History Index 2012-02',
+ 'test/data/page_cycler/cached_data_dir/Default/History Index 2012-02-journal',
+ 'test/data/page_cycler/cached_data_dir/Default/History Index 2012-03',
+ 'test/data/page_cycler/cached_data_dir/Default/History Index 2012-03-journal',
+ 'test/data/page_cycler/cached_data_dir/Default/History Index 2012-04',
+ 'test/data/page_cycler/cached_data_dir/Default/History Index 2012-04-journal',
+ 'test/data/page_cycler/cached_data_dir/Default/History Provider Cache',
+ 'test/data/page_cycler/cached_data_dir/Default/Last Session',
+ 'test/data/page_cycler/cached_data_dir/Default/Last Tabs',
+ 'test/data/page_cycler/cached_data_dir/Default/Network Action Predictor',
+ 'test/data/page_cycler/cached_data_dir/Default/Network Action Predictor-journal',
+ 'test/data/page_cycler/cached_data_dir/Default/Top Sites',
+ 'test/data/page_cycler/cached_data_dir/Default/Top Sites-journal',
+ 'test/data/page_cycler/cached_data_dir/Default/Visited Links',
+ 'test/data/page_cycler/cached_data_dir/Default/Web Data',
+ 'test/data/page_cycler/cached_data_dir/Default/Web Data-journal',
+ 'test/data/page_cycler/cached_data_dir/Local State',
+ 'test/data/page_cycler/cached_data_dir/Safe Browsing Cookies',
+ 'test/data/page_cycler/cached_data_dir/Safe Browsing Cookies-journal',
+ ],
+ 'isolate_dependency_touched': [
+ 'test/data/extensions/api_test/webstore_private/empty.crx',
+ 'test/data/feeds/feed_invalid1.xml',
+ 'test/data/page_cycler/cached_data_dir/Default/User StyleSheets/Custom.css',
+ 'test/data/page_cycler/cached_data_dir/First Run',
+ ],
},
}],
['OS=="mac"', {
'variables': {
'isolate_dependency_tracked': [
'<(PRODUCT_DIR)/ffmpegsumo.so',
+ '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests',
+ 'test/data/extensions/api_test/browser_action/basics/background.js',
+ 'test/data/extensions/api_test/browser_action/basics/icon.png',
+ 'test/data/extensions/api_test/browser_action/basics/manifest.json',
+ 'test/data/extensions/api_test/content_scripts/extension_process/injectionator.js',
+ 'test/data/extensions/api_test/content_scripts/extension_process/manifest.json',
+ 'test/data/extensions/api_test/executescript/run_at/manifest.json',
+ 'test/data/extensions/api_test/executescript/run_at/test.js',
+ 'test/data/extensions/api_test/icons/extension_no_permission/manifest.json',
+ 'test/data/extensions/api_test/keybinding/basics/icon.png',
+ 'test/data/extensions/api_test/keybinding/basics/manifest.json',
+ 'test/data/extensions/api_test/proxy/direct/manifest.json',
+ 'test/data/extensions/api_test/tab_capture/permissions/manifest.json',
+ 'test/data/extensions/api_test/usb/device_handling/manifest.json',
+ 'test/data/extensions/api_test/window_open/close_panels_on_uninstall/manifest.json',
+ 'test/data/extensions/install/install/manifest.json',
+ 'test/data/extensions/platform_apps/isolation/set_cookie.html',
+ 'test/data/extensions/platform_apps/web_view_isolation/manifest.json',
+ 'test/data/performance_monitor/extensions/simple_extension_v1/manifest.json',
],
'isolate_dependency_untracked': [
'<(PRODUCT_DIR)/Chromium Framework.framework/',
'<(PRODUCT_DIR)/Chromium.app/',
'test/data/extensions/api_test/bookmark_manager/standard/',
- ],
- 'isolate_dependency_touched': [
- 'test/data/title2.html',
+ 'test/data/extensions/api_test/icons/extension_with_permission/',
+ 'test/data/extensions/devtools/timeline_api/',
+ 'test/data/extensions/install_prompt/',
],
},
}, {
'variables': {
'isolate_dependency_tracked': [
'../content/test/data/simple_database.html',
- '../net/data/ssl/certificates/expired_cert.pem',
- '../net/data/ssl/certificates/ok_cert.pem',
- '../net/data/ssl/certificates/root_ca_cert.crt',
'../net/data/websocket/close-code-and-reason_wsh.py',
'../net/data/websocket/close_wsh.py',
'../net/data/websocket/connect_check.html',
@@ -535,24 +718,7 @@
'../net/data/websocket/protocol-test_wsh.py',
'../net/tools/testserver/asn1der.py',
'../net/tools/testserver/device_management.py',
- '../net/tools/testserver/testserver_base.py',
- '../ppapi/tests/test_case.html',
- '../ppapi/tests/test_page.css',
'../third_party/WebKit/Tools/Scripts/new-run-webkit-websocketserver',
- '../third_party/pywebsocket/src/mod_pywebsocket/__init__.py',
- '../third_party/pywebsocket/src/mod_pywebsocket/_stream_base.py',
- '../third_party/pywebsocket/src/mod_pywebsocket/_stream_hixie75.py',
- '../third_party/pywebsocket/src/mod_pywebsocket/_stream_hybi.py',
- '../third_party/pywebsocket/src/mod_pywebsocket/common.py',
- '../third_party/pywebsocket/src/mod_pywebsocket/dispatch.py',
- '../third_party/pywebsocket/src/mod_pywebsocket/extensions.py',
- '../third_party/pywebsocket/src/mod_pywebsocket/http_header_util.py',
- '../third_party/pywebsocket/src/mod_pywebsocket/memorizingfile.py',
- '../third_party/pywebsocket/src/mod_pywebsocket/msgutil.py',
- '../third_party/pywebsocket/src/mod_pywebsocket/mux.py',
- '../third_party/pywebsocket/src/mod_pywebsocket/standalone.py',
- '../third_party/pywebsocket/src/mod_pywebsocket/stream.py',
- '../third_party/pywebsocket/src/mod_pywebsocket/util.py',
'../third_party/simplejson/__init__.py',
'../third_party/simplejson/decoder.py',
'../third_party/simplejson/encoder.py',
@@ -617,13 +783,10 @@
'<(PRODUCT_DIR)/test_page.css',
'common/extensions/docs/examples/apps/calculator/app/controller.js',
'common/extensions/docs/examples/apps/calculator/app/view.js',
- 'test/data/History/HistoryHelper.js',
'test/data/History/form.html',
'test/data/History/history_length_test_page_1.html',
'test/data/History/history_length_test_page_11.html',
'test/data/History/history_length_test_page_2.html',
- 'test/data/History/history_length_test_page_21.html',
- 'test/data/History/history_length_test_page_22.html',
'test/data/History/history_length_test_page_3.html',
'test/data/History/history_length_test_page_4.html',
'test/data/History/landing.html',
@@ -631,7 +794,6 @@
'test/data/History/target.html',
'test/data/anchor_download_test.png',
'test/data/autofill/autofill_creditcard_form.html',
- 'test/data/autofill/autofill_test_form.html',
'test/data/autofill/cc_autocomplete_off_test.html',
'test/data/autofill/duplicate_profiles_test.html',
'test/data/beforeunload.html',
@@ -641,12 +803,9 @@
'test/data/click_modifier/href.html',
'test/data/click_modifier/window_open.html',
'test/data/clicktoplay.html',
- 'test/data/cookie1.html',
'test/data/download-anchor-attrib.html',
'test/data/download-autoopen.txt',
'test/data/download-autoopen.txt.mock-http-headers',
- 'test/data/download-test1.lib',
- 'test/data/download-test1.lib.mock-http-headers',
'test/data/download-test3.gif.mock-http-headers',
'test/data/download_page1.html',
'test/data/download_page2.html',
@@ -697,9 +856,6 @@
'test/data/extensions/adblock.crx',
'test/data/extensions/api_test/active_tab/background.js',
'test/data/extensions/api_test/active_tab/manifest.json',
- 'test/data/extensions/api_test/app_notifications/manifest.json',
- 'test/data/extensions/api_test/app_notifications/test.html',
- 'test/data/extensions/api_test/app_notifications/test.js',
'test/data/extensions/api_test/app_process/manifest.json',
'test/data/extensions/api_test/browser_action/add_popup/background.js',
'test/data/extensions/api_test/browser_action/add_popup/change_popup.html',
@@ -708,11 +864,6 @@
'test/data/extensions/api_test/browser_action/add_popup/manifest.json',
'test/data/extensions/api_test/browser_action/none/background.html',
'test/data/extensions/api_test/browser_action/none/manifest.json',
- 'test/data/extensions/api_test/browser_action/popup/chromium.png',
- 'test/data/extensions/api_test/browser_action/popup/manifest.json',
- 'test/data/extensions/api_test/browser_action/remove_popup/background.js',
- 'test/data/extensions/api_test/browser_action/remove_popup/icon.png',
- 'test/data/extensions/api_test/browser_action/remove_popup/manifest.json',
'test/data/extensions/api_test/browser_action/remove_popup/remove_popup.html',
'test/data/extensions/api_test/browser_action/remove_popup/remove_popup.js',
'test/data/extensions/api_test/context_menus/add_from_multiple_contexts/background.js',
@@ -766,7 +917,6 @@
'test/data/extensions/api_test/page_action/remove_popup/remove_popup.js',
'test/data/extensions/api_test/proxy/events/invalid_proxy.html',
'test/data/extensions/api_test/proxy/events/invalid_proxy.js',
- 'test/data/extensions/api_test/proxy/events/manifest.json',
'test/data/extensions/api_test/proxy/events/parse_error.html',
'test/data/extensions/api_test/proxy/events/parse_error.js',
'test/data/extensions/api_test/tabs/basics/b.html',
@@ -803,7 +953,6 @@
'test/data/extensions/api_test/webstore_inline_install/find_link.html',
'test/data/extensions/api_test/webstore_inline_install/install.html',
'test/data/extensions/api_test/webstore_inline_install/install_non_verified_domain.html',
- 'test/data/extensions/api_test/webstore_inline_install/install_not_supported.html',
'test/data/extensions/api_test/webstore_inline_install/install_unpack_failure.html',
'test/data/extensions/autoupdate/manifest_v2.xml',
'test/data/extensions/autoupdate/v2.crx',
@@ -820,10 +969,7 @@
'test/data/extensions/context_menus/patterns/background.html',
'test/data/extensions/context_menus/patterns/manifest.json',
'test/data/extensions/context_menus/patterns/test.js',
- 'test/data/extensions/get_app_details_for_frame.html',
'test/data/extensions/get_app_details_for_frame_reversed.html',
- 'test/data/extensions/good.crx',
- 'test/data/extensions/good.crx.mock-http-headers',
'test/data/extensions/good/Preferences',
'test/data/extensions/good_update_manifest.xml',
'test/data/extensions/good_update_manifest.xml.mock-http-headers',
@@ -846,21 +992,8 @@
'test/data/extensions/platform_apps/open_link/main.js',
'test/data/extensions/platform_apps/open_link/manifest.json',
'test/data/extensions/platform_apps/open_link/test.js',
- 'test/data/extensions/subscribe_page_action/background.js',
- 'test/data/extensions/subscribe_page_action/common.js',
- 'test/data/extensions/subscribe_page_action/doc_start.js',
'test/data/extensions/subscribe_page_action/feed-icon-16x16.png',
- 'test/data/extensions/subscribe_page_action/feed-icon-64x64.png',
- 'test/data/extensions/subscribe_page_action/feed_finder.js',
- 'test/data/extensions/subscribe_page_action/iframe.js',
- 'test/data/extensions/subscribe_page_action/manifest.json',
- 'test/data/extensions/subscribe_page_action/sniff_common.js',
- 'test/data/extensions/subscribe_page_action/style.css',
- 'test/data/extensions/subscribe_page_action/subscribe.css',
- 'test/data/extensions/subscribe_page_action/subscribe.html',
- 'test/data/extensions/subscribe_page_action/subscribe.js',
'test/data/extensions/test_file.html',
- 'test/data/extensions/test_file.txt',
'test/data/extensions/test_file_with_about_blank_iframe.html',
'test/data/extensions/test_file_with_body.html',
'test/data/extensions/test_file_with_iframe.html',
@@ -878,12 +1011,10 @@
'test/data/feeds/feed2.xml',
'test/data/feeds/feed3.xml',
'test/data/feeds/feed4.xml',
- 'test/data/feeds/feed5.xml',
'test/data/feeds/feed6.xml',
'test/data/feeds/feed_invalid2.xml',
'test/data/feeds/feed_multi_rel.html',
'test/data/feeds/feed_nolinks.xml',
- 'test/data/feeds/feed_script.xml',
'test/data/feeds/no_feed.html',
'test/data/fileurl_universalaccess.html',
'test/data/find_in_page/BigText.html',
@@ -910,14 +1041,10 @@
'test/data/find_in_page/user-select.html',
'test/data/form.html',
'test/data/french_page.html',
- 'test/data/geolocation/simple.html',
- 'test/data/geolocation/tab_destroyed.html',
- 'test/data/geolocation/tab_destroyed_frame.html',
'test/data/geolocation/two_watches.html',
'test/data/gpu/canvas_popup.html',
'test/data/gpu/feature_canvas2d.html',
'test/data/gpu/feature_compositing.html',
- 'test/data/gpu/feature_multisampling.html',
'test/data/gpu/feature_raf_no_damage.html',
'test/data/gpu/feature_webgl.html',
'test/data/gpu/webgl_popup.html',
@@ -928,8 +1055,6 @@
'test/data/is_search_provider_installed.html',
'test/data/is_search_provider_installed_with_exception.html',
'test/data/load_all_blocked_plugins.html',
- 'test/data/mock-link-doctor.html',
- 'test/data/mock-link-doctor.html.mock-http-headers',
'test/data/notifications/notifications_request_function.html',
'test/data/page404.html',
'test/data/page404.html.mock-http-headers',
@@ -943,7 +1068,6 @@
'test/data/performance_monitor/unclean_exit_prefs',
'test/data/popup_blocker/popup-blocked-to-post-blank.html',
'test/data/popup_blocker/popup-many.html',
- 'test/data/popup_blocker/popup-on-unload.html',
'test/data/prerender/bear.ogv',
'test/data/prerender/bear.wav',
'test/data/prerender/extension.crx',
@@ -1031,9 +1155,6 @@
'test/data/ssl/unsafe_worker.js',
'test/data/ssl/wss_close.html',
'test/data/ssl/wss_close_slave.html',
- 'test/data/title1.html',
- 'test/data/title2.html',
- 'test/data/title3.html',
'test/data/webui/async.js',
'test/data/webui/bidichecker_tests.js',
'test/data/webui/most_visited_page_test.js',
@@ -1045,14 +1166,12 @@
'isolate_dependency_untracked': [
'../third_party/WebKit/Tools/Scripts/webkitpy/',
'../third_party/bidichecker/',
- '../third_party/pywebsocket/src/mod_pywebsocket/handshake/',
'<(PRODUCT_DIR)/lib64/',
'<(PRODUCT_DIR)/nacl_test_data/glibc/pm_exit_status_test_libs/lib64/',
'<(PRODUCT_DIR)/nacl_test_data/glibc/ppapi_ppb_core_libs/lib64/',
'<(PRODUCT_DIR)/nacl_test_data/glibc/ppapi_progress_events_libs/lib64/',
'<(PRODUCT_DIR)/nacl_test_data/glibc/simple_libs/lib64/',
'<(PRODUCT_DIR)/plugins/',
- '<(PRODUCT_DIR)/pseudo_locales/',
'<(PRODUCT_DIR)/resources/extension/',
'<(PRODUCT_DIR)/test_url_loader_data/',
'test/data/encoding_tests/user_override/',
@@ -1071,7 +1190,6 @@
'test/data/extensions/api_test/app_process_background_instances/',
'test/data/extensions/api_test/app_process_instances/',
'test/data/extensions/api_test/background_scripts/',
- 'test/data/extensions/api_test/bindings/',
'test/data/extensions/api_test/bluetooth/discovery_callback/',
'test/data/extensions/api_test/bluetooth/discovery_in_progress/',
'test/data/extensions/api_test/bluetooth/events/',
@@ -1126,14 +1244,12 @@
'test/data/extensions/api_test/idltest/',
'test/data/extensions/api_test/incognito/content_scripts/',
'test/data/extensions/api_test/lazy_background_page/browser_action_create_tab/',
- 'test/data/extensions/api_test/lazy_background_page/browser_action_with_callback/',
'test/data/extensions/api_test/lazy_background_page/event_dispatch_to_tab/',
'test/data/extensions/api_test/lazy_background_page/filters/',
'test/data/extensions/api_test/lazy_background_page/incognito_split/',
'test/data/extensions/api_test/lazy_background_page/messaging/',
'test/data/extensions/api_test/lazy_background_page/on_installed/',
'test/data/extensions/api_test/lazy_background_page/on_unload/',
- 'test/data/extensions/api_test/lazy_background_page/wait_for_request/',
'test/data/extensions/api_test/managed_mode/',
'test/data/extensions/api_test/management/admin_extension/',
'test/data/extensions/api_test/management/description/',
@@ -1198,7 +1314,6 @@
'test/data/extensions/api_test/window_open/argument_overflow/',
'test/data/extensions/api_test/window_open/browser_is_app/',
'test/data/extensions/api_test/window_open/close_panels_on_uninstall/',
- 'test/data/extensions/api_test/window_open/panel/',
'test/data/extensions/api_test/window_open/panel_detached/',
'test/data/extensions/api_test/window_open/panel_window_open/',
'test/data/extensions/api_test/window_open/popup/',
@@ -1209,15 +1324,12 @@
'test/data/extensions/app/',
'test/data/extensions/app1/',
'test/data/extensions/app2/',
- 'test/data/extensions/app_dot_com_app/',
- 'test/data/extensions/app_notifications/',
'test/data/extensions/app_with_tab_container/',
'test/data/extensions/browsertest/last_error/',
'test/data/extensions/browsertest/scopes/',
'test/data/extensions/browsertest/title_localized_pa/',
'test/data/extensions/browsertest/url_rewrite/bookmarks/',
'test/data/extensions/browsertest/url_rewrite/newtab/',
- 'test/data/extensions/common/',
'test/data/extensions/context_menus/enabled/',
'test/data/extensions/context_menus/event_page/',
'test/data/extensions/context_menus/frames/',
@@ -1228,11 +1340,9 @@
'test/data/extensions/context_menus/target_urls/',
'test/data/extensions/convert_web_app/',
'test/data/extensions/devtools/',
- 'test/data/extensions/experimental/',
'test/data/extensions/hosted_app/',
'test/data/extensions/install/install/',
'test/data/extensions/native_client/',
- 'test/data/extensions/permissions_increase/',
'test/data/extensions/platform_apps/apps_only/',
'test/data/extensions/platform_apps/context_menu/',
'test/data/extensions/platform_apps/context_menu_click/',
@@ -1249,7 +1359,6 @@
'test/data/extensions/platform_apps/minimal/',
'test/data/extensions/platform_apps/minimal_id/',
'test/data/extensions/platform_apps/mutation_events/',
- 'test/data/extensions/platform_apps/oauth2/',
'test/data/extensions/platform_apps/restart_test/',
'test/data/extensions/platform_apps/restrictions/',
'test/data/extensions/platform_apps/storage/',
@@ -1257,7 +1366,6 @@
'test/data/extensions/platform_apps/web_view_isolation/',
'test/data/extensions/platform_apps/web_view_src_attribute/',
'test/data/extensions/platform_apps/windows_api/',
- 'test/data/extensions/subscribe_page_action/_locales/en/',
'test/data/extensions/theme/',
'test/data/extensions/theme2/',
'test/data/extensions/uitest/plugins/',
@@ -1269,7 +1377,6 @@
'test/data/profiles/webkit_global_migration/',
'test/data/profiles/webkit_global_reverse_migration/',
'test/data/referrer_policy/',
- 'test/data/safe_browsing/Safe Browsing Cookies',
'test/data/session_restore/',
'test/data/ssl/google_files/',
],
@@ -1447,8 +1554,6 @@
'test/data/automation/meta_redirect.html',
'test/data/automation/sends_message_on_load.html',
'test/data/captive_portal/iframe_timeout.html',
- 'test/data/captive_portal/login.html',
- 'test/data/captive_portal/login.html.mock-http-headers',
'test/data/captive_portal/page204.html',
'test/data/captive_portal/page204.html.mock-http-headers',
'test/data/captive_portal/page511.html',
@@ -1487,8 +1592,6 @@
'test/data/extensions/api_test/management/test/manifest.json',
'test/data/extensions/api_test/management/test/uninstall.html',
'test/data/extensions/api_test/management/test/uninstall.js',
- 'test/data/extensions/api_test/override/history/background.js',
- 'test/data/extensions/api_test/override/history/manifest.json',
'test/data/extensions/api_test/serial/real_hardware/background.js',
'test/data/extensions/api_test/serial/real_hardware/manifest.json',
'test/data/extensions/api_test/webnavigation/crossProcess/a.html',
@@ -1566,38 +1669,8 @@
'test/data/extensions/api_test/webrequest/test_simple.html',
'test/data/extensions/api_test/webrequest/test_simple.js',
'test/data/extensions/api_test/webstore_inline_install/inlineinstall/detail/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa',
- 'test/data/extensions/api_test/webstore_inline_install/inlineinstall/detail/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb',
'test/data/extensions/api_test/webstore_inline_install/inlineinstall/detail/cccccccccccccccccccccccccccccccc',
'test/data/extensions/api_test/webstore_inline_install/inlineinstall/detail/ecglahbcnmdpdciemllbhojghbkagdje',
- 'test/data/extensions/api_test/webstore_private/accepted.html',
- 'test/data/extensions/api_test/webstore_private/accepted.js',
- 'test/data/extensions/api_test/webstore_private/app.crx',
- 'test/data/extensions/api_test/webstore_private/app.pem',
- 'test/data/extensions/api_test/webstore_private/app_install_bubble.html',
- 'test/data/extensions/api_test/webstore_private/app_install_bubble.js',
- 'test/data/extensions/api_test/webstore_private/begin_install.html',
- 'test/data/extensions/api_test/webstore_private/cancelled.html',
- 'test/data/extensions/api_test/webstore_private/common.js',
- 'test/data/extensions/api_test/webstore_private/empty.html',
- 'test/data/extensions/api_test/webstore_private/empty.js',
- 'test/data/extensions/api_test/webstore_private/extension.crx',
- 'test/data/extensions/api_test/webstore_private/extension.pem',
- 'test/data/extensions/api_test/webstore_private/icon_url.html',
- 'test/data/extensions/api_test/webstore_private/icon_url.js',
- 'test/data/extensions/api_test/webstore_private/incorrect_manifest.js',
- 'test/data/extensions/api_test/webstore_private/incorrect_manifest1.html',
- 'test/data/extensions/api_test/webstore_private/incorrect_manifest2.html',
- 'test/data/extensions/api_test/webstore_private/install_bundle.html',
- 'test/data/extensions/api_test/webstore_private/install_bundle_cancel.html',
- 'test/data/extensions/api_test/webstore_private/install_bundle_invalid.html',
- 'test/data/extensions/api_test/webstore_private/localized.html',
- 'test/data/extensions/api_test/webstore_private/localized.js',
- 'test/data/extensions/api_test/webstore_private/localized_extension.crx',
- 'test/data/extensions/api_test/webstore_private/localized_extension.pem',
- 'test/data/extensions/api_test/webstore_private/noframe.html',
- 'test/data/extensions/api_test/webstore_private/noframe.html.mock-http-headers',
- 'test/data/extensions/api_test/webstore_private/noframe2.html',
- 'test/data/extensions/api_test/webstore_private/theme.html',
'test/data/extensions/api_test/window_open/focus/manifest.json',
'test/data/extensions/api_test/window_open/focus/test.html',
'test/data/extensions/api_test/window_open/focus/test.js',
@@ -1629,7 +1702,6 @@
'test/data/extensions/good/Extensions/hpiknbiabeeppbpihjehijgoemciehgk/2/manifest.json',
'test/data/extensions/install/install_same_version.crx',
'test/data/extensions/packaged_app/manifest.json',
- 'test/data/extensions/subscribe_page_action/feed-icon-128x128.png',
'test/data/extensions/uitest/window_open/manifest.json',
'test/data/extensions/uitest/window_open/newtab.html',
'test/data/extensions/uitest/window_open/newtab.js',
@@ -1639,19 +1711,7 @@
'test/data/login/load_img_from_b.html',
'test/data/login/multi_realm.html',
'test/data/login/single_realm.html',
- 'test/data/page_cycler/cached_data_dir/Default/Bookmarks',
- 'test/data/page_cycler/cached_data_dir/Default/Bookmarks.bak',
- 'test/data/page_cycler/cached_data_dir/Default/Favicons',
- 'test/data/page_cycler/cached_data_dir/Default/Favicons-journal',
- 'test/data/page_cycler/cached_data_dir/Default/History',
- 'test/data/page_cycler/cached_data_dir/Default/History-journal',
- 'test/data/page_cycler/cached_data_dir/Default/Preferences',
- 'test/data/page_cycler/cached_data_dir/Default/Shortcuts',
- 'test/data/page_cycler/cached_data_dir/Default/Shortcuts-journal',
- 'test/data/page_cycler/cached_data_dir/chrome_shutdown_ms.txt',
- 'test/data/page_cycler/cached_data_dir/urls',
'test/data/policy/device_management',
- 'test/data/policy/policy_test_cases.json',
'test/data/prerender/doc1.html',
'test/data/save_page/c.htm',
'test/data/session_history/bot1.html',
@@ -1701,7 +1761,6 @@
'test/data/extensions/api_test/input/',
'test/data/extensions/api_test/keybinding/basics/',
'test/data/extensions/api_test/keybinding/conflicting/',
- 'test/data/extensions/api_test/keybinding/page_action/',
'test/data/extensions/api_test/keybinding/synthesized/',
'test/data/extensions/api_test/media_galleries/experimental/',
'test/data/extensions/api_test/media_galleries/no_access/',
@@ -1771,10 +1830,6 @@
'test/data/extensions/api_test/webrequest/xhr/',
'test/data/extensions/api_test/webrequest_permissions/spanning/',
'test/data/extensions/api_test/webrequest_permissions/split/',
- 'test/data/extensions/api_test/webstore_private/app/',
- 'test/data/extensions/api_test/webstore_private/bundle/',
- 'test/data/extensions/api_test/webstore_private/extension/',
- 'test/data/extensions/api_test/webstore_private/localized_extension/',
'test/data/extensions/api_test/window_update/show_state/',
'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/_locales/',
'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/js_files/',
@@ -1791,32 +1846,6 @@
'test/data/extensions/management/simple_extension/',
'test/data/extensions/management/uninstall_extension/',
'test/data/extensions/subscribe_page_action/_locales/el/',
- 'test/data/page_cycler/cached_data_dir/Default/Archived History',
- 'test/data/page_cycler/cached_data_dir/Default/Archived History-journal',
- 'test/data/page_cycler/cached_data_dir/Default/Cache/',
- 'test/data/page_cycler/cached_data_dir/Default/Current Session',
- 'test/data/page_cycler/cached_data_dir/Default/Current Tabs',
- 'test/data/page_cycler/cached_data_dir/Default/History Index 2011-12',
- 'test/data/page_cycler/cached_data_dir/Default/History Index 2011-12-journal',
- 'test/data/page_cycler/cached_data_dir/Default/History Index 2012-02',
- 'test/data/page_cycler/cached_data_dir/Default/History Index 2012-02-journal',
- 'test/data/page_cycler/cached_data_dir/Default/History Index 2012-03',
- 'test/data/page_cycler/cached_data_dir/Default/History Index 2012-03-journal',
- 'test/data/page_cycler/cached_data_dir/Default/History Index 2012-04',
- 'test/data/page_cycler/cached_data_dir/Default/History Index 2012-04-journal',
- 'test/data/page_cycler/cached_data_dir/Default/History Provider Cache',
- 'test/data/page_cycler/cached_data_dir/Default/Last Session',
- 'test/data/page_cycler/cached_data_dir/Default/Last Tabs',
- 'test/data/page_cycler/cached_data_dir/Default/Network Action Predictor',
- 'test/data/page_cycler/cached_data_dir/Default/Network Action Predictor-journal',
- 'test/data/page_cycler/cached_data_dir/Default/Top Sites',
- 'test/data/page_cycler/cached_data_dir/Default/Top Sites-journal',
- 'test/data/page_cycler/cached_data_dir/Default/Visited Links',
- 'test/data/page_cycler/cached_data_dir/Default/Web Data',
- 'test/data/page_cycler/cached_data_dir/Default/Web Data-journal',
- 'test/data/page_cycler/cached_data_dir/Local State',
- 'test/data/page_cycler/cached_data_dir/Safe Browsing Cookies',
- 'test/data/page_cycler/cached_data_dir/Safe Browsing Cookies-journal',
'test/data/profiles/window_placement/Default/',
'test/data/profiles/window_placement/Local State',
'test/data/requirements_checker/no_requirements/',
@@ -1828,7 +1857,6 @@
'test/data/empty.html',
'test/data/extensions/api_test/lazy_background_page/wait_for_view/extension_page.html',
'test/data/extensions/api_test/webstore_inline_install/malformed_extension.crx',
- 'test/data/extensions/api_test/webstore_private/empty.crx',
'test/data/extensions/api_test/window_open/focus/blank.html',
'test/data/extensions/api_test/window_update/focus/blank.html',
'test/data/extensions/api_test/window_update/resize/blank.html',
@@ -1836,9 +1864,6 @@
'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/three_languages.html',
'test/data/extensions/good/Extensions/hpiknbiabeeppbpihjehijgoemciehgk/2/content_plugin.dll',
'test/data/extensions/good/Extensions/hpiknbiabeeppbpihjehijgoemciehgk/2/extension_plugin.dll',
- 'test/data/feeds/feed_invalid1.xml',
- 'test/data/page_cycler/cached_data_dir/Default/User StyleSheets/Custom.css',
- 'test/data/page_cycler/cached_data_dir/First Run',
],
},
}, {