diff options
-rw-r--r-- | chrome/unit_tests.isolate | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate index 90596c9..cbfb582 100644 --- a/chrome/unit_tests.isolate +++ b/chrome/unit_tests.isolate @@ -135,6 +135,20 @@ 'test/data/bookmarks/History_with_empty_starred', 'test/data/bookmarks/History_with_starred', '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/new_folder_entry.json', + 'test/data/chromeos/sync_file_system/account_metadata.json', + 'test/data/chromeos/sync_file_system/listing_changed_files_in_directory.json', + 'test/data/chromeos/sync_file_system/listing_files_in_directory.json', + 'test/data/chromeos/sync_file_system/listing_files_in_directory_second_page.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/components/jebgalgnebhfojomionfpkfelancnnkf.crx', 'test/data/components/updatecheck_reply_1.xml', 'test/data/components/updatecheck_reply_2.xml', @@ -687,24 +701,10 @@ 'isolate_dependency_tracked': [ '<(PRODUCT_DIR)/chrome_100_percent.pak', '<(PRODUCT_DIR)/locales/en-US.pak', - '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/gdata/root_feed.json', 'test/data/chromeos/gdata/testfile.txt', - 'test/data/chromeos/sync_file_system/account_metadata.json', - 'test/data/chromeos/sync_file_system/listing_changed_files_in_directory.json', - 'test/data/chromeos/sync_file_system/listing_files_in_directory.json', - 'test/data/chromeos/sync_file_system/listing_files_in_directory_second_page.json', 'test/data/chromeos/sync_file_system/listing_files_in_empty_directory.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_entry.json', - 'test/data/chromeos/sync_file_system/sync_root_found.json', - 'test/data/chromeos/sync_file_system/sync_root_not_found.json', ], 'isolate_dependency_untracked': [ 'test/data/extensions/pending_updates/', |