diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-20 20:41:20 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-20 20:41:20 +0000 |
commit | ed31c99c31546f83c8bf9f1f58224426274909f8 (patch) | |
tree | 59f69924e38a854a14b42b4c80ad21c8e0ce127e /chrome/unit_tests.isolate | |
parent | 09d7a3aa84aa2b5f71c4ae65cb63c26e81bfb05e (diff) | |
download | chromium_src-ed31c99c31546f83c8bf9f1f58224426274909f8.zip chromium_src-ed31c99c31546f83c8bf9f1f58224426274909f8.tar.gz chromium_src-ed31c99c31546f83c8bf9f1f58224426274909f8.tar.bz2 |
unit_tests.isolate on OSX: Traced a few test cases.
Autogenerated with:
tools/swarm_client/fix_test_cases.py -T ../unit.txt -s out/Release/unit_tests.isolated
TBR=csharp@chromium.org
NOTRY=true
BUG=
Review URL: https://chromiumcodereview.appspot.com/11348159
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168869 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/unit_tests.isolate')
-rw-r--r-- | chrome/unit_tests.isolate | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate index bf2ba57..e8fc452 100644 --- a/chrome/unit_tests.isolate +++ b/chrome/unit_tests.isolate @@ -137,6 +137,8 @@ 'test/data/bookmarks/model_without_sync.json', 'test/data/chromeos/gdata/account_metadata.json', 'test/data/chromeos/gdata/basic_feed.json', + 'test/data/chromeos/gdata/directory_entry.json', + 'test/data/chromeos/gdata/file_entry.json', 'test/data/chromeos/gdata/new_folder_entry.json', 'test/data/chromeos/gdata/root_feed.json', 'test/data/chromeos/gdata/testfile.txt', @@ -708,8 +710,6 @@ '../third_party/hunspell_dictionaries/en-GB-2-5.bdic', '<(PRODUCT_DIR)/chrome_100_percent.pak', '<(PRODUCT_DIR)/locales/en-US.pak', - 'test/data/chromeos/gdata/directory_entry.json', - 'test/data/chromeos/gdata/file_entry.json', ], 'isolate_dependency_untracked': [ 'test/data/firefox2_nss/', |