diff options
author | csharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-20 00:47:06 +0000 |
---|---|---|
committer | csharp@chromium.org <csharp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-20 00:47:06 +0000 |
commit | 7721c3a71f3ef99dccf63d85cae219f42e6d32b2 (patch) | |
tree | 685880f09b7cce5afc6099a256e19c5da26a5f74 /chrome/unit_tests.isolate | |
parent | df4223ae3393ce3c95f40cfa7ef70c3a12b3f125 (diff) | |
download | chromium_src-7721c3a71f3ef99dccf63d85cae219f42e6d32b2.zip chromium_src-7721c3a71f3ef99dccf63d85cae219f42e6d32b2.tar.gz chromium_src-7721c3a71f3ef99dccf63d85cae219f42e6d32b2.tar.bz2 |
Add Missing files to Linux unit_tests.isolate
Generated with "python tools/swarm_client/fix_test_cases.py -s out/Release/unit_tests.isolated"
TBR=maruel@chromium.org
NOTRY=True
BUG=
Review URL: https://chromiumcodereview.appspot.com/11416071
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168665 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/unit_tests.isolate')
-rw-r--r-- | chrome/unit_tests.isolate | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate index 425d54d..490bd9f 100644 --- a/chrome/unit_tests.isolate +++ b/chrome/unit_tests.isolate @@ -510,6 +510,8 @@ '../net/data/ssl/certificates/ndn.ca.crt', '../net/data/ssl/certificates/root_ca_cert.crt', '../testing/xvfb.py', + '../third_party/hunspell_dictionaries/en-AU-2-5.bdic', + '../third_party/hunspell_dictionaries/en-GB-2-5.bdic', '../third_party/tlslite/tlslite/utils/PyCrypto_AES.py', '../third_party/tlslite/tlslite/utils/PyCrypto_RC4.py', '../third_party/tlslite/tlslite/utils/PyCrypto_RSAKey.py', @@ -519,6 +521,8 @@ '<(PRODUCT_DIR)/libffmpegsumo.so', '<(PRODUCT_DIR)/pyproto/google/__init__.py', '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', + 'test/data/chromeos/gdata/directory_entry.json', + 'test/data/chromeos/gdata/file_entry.json', 'test/data/firefox3_pref.js', 'test/data/firefox3_pref_pac_url.js', ], |