diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-08 21:29:19 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-08 21:29:19 +0000 |
commit | 5946d4855a4122d38e706d8463d7eae2448549f9 (patch) | |
tree | 67e82af870851d69b2be8d6f858a4ced5a927e9d /chrome/unit_tests.isolate | |
parent | 8ae73b8a54edaec49c0f158e58e55098fe72e31a (diff) | |
download | chromium_src-5946d4855a4122d38e706d8463d7eae2448549f9.zip chromium_src-5946d4855a4122d38e706d8463d7eae2448549f9.tar.gz chromium_src-5946d4855a4122d38e706d8463d7eae2448549f9.tar.bz2 |
unit_tests.isolate on Windows: Trace 42 test cases.
Some new test data files are now required by new test cases.
Autogenerated with:
python tools\swarm_client\isolate_test_cases.py -s out\Release\unit_tests.isolated -T e:\src\win\chrome\unit.txt
TBR=csharp@chromium.org
NOTRY=true
BUG=
Review URL: https://chromiumcodereview.appspot.com/11364159
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166765 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/unit_tests.isolate')
-rw-r--r-- | chrome/unit_tests.isolate | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate index 9af732d..0599373 100644 --- a/chrome/unit_tests.isolate +++ b/chrome/unit_tests.isolate @@ -697,6 +697,7 @@ ['OS=="win"', { 'variables': { 'isolate_dependency_tracked': [ + '../net/tools/testserver/testserver_base.py', '../third_party/python_26/DLLs/_hashlib.pyd', '../third_party/python_26/DLLs/_socket.pyd', '../third_party/python_26/DLLs/_ssl.pyd', @@ -817,6 +818,16 @@ '<(PRODUCT_DIR)/ffmpegsumo.dll', '<(PRODUCT_DIR)/gyp-win-tool', '<(PRODUCT_DIR)/icudt.dll', + 'test/data/chromeos/gdata/account_metadata.json', + 'test/data/chromeos/gdata/basic_feed.json', + 'test/data/chromeos/gdata/new_folder_entry.json', + 'test/data/chromeos/sync_file_system/origin_directory_created.json', + 'test/data/chromeos/sync_file_system/origin_directory_found.json', + 'test/data/chromeos/sync_file_system/origin_directory_get_parent.json', + 'test/data/chromeos/sync_file_system/origin_directory_not_found.json', + 'test/data/chromeos/sync_file_system/sync_root_created.json', + 'test/data/chromeos/sync_file_system/sync_root_found.json', + 'test/data/chromeos/sync_file_system/sync_root_not_found.json', 'test/data/safe_browsing/download_protection/signed.exe', 'test/data/safe_browsing/download_protection/unsigned.exe', 'test/data/safe_browsing/download_protection/wow_helper.exe', @@ -838,6 +849,7 @@ '../ui/base/glib/', 'test/data/components/flapper/windows/', 'test/data/extensions/manifest_tests/_locales/en/', + 'test/data/extensions/pending_updates/', 'test/data/firefox2_profile/bookmarks.html', 'test/data/firefox2_profile/cookies.txt', 'test/data/firefox2_profile/history.dat', |