diff options
-rw-r--r-- | chrome/unit_tests.isolate | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate index cbfb582..425d54d 100644 --- a/chrome/unit_tests.isolate +++ b/chrome/unit_tests.isolate @@ -138,15 +138,19 @@ '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', 'test/data/components/jebgalgnebhfojomionfpkfelancnnkf.crx', @@ -473,6 +477,7 @@ 'test/data/extensions/no_id/', 'test/data/extensions/override_component_extension/', 'test/data/extensions/page_action/', + 'test/data/extensions/pending_updates/', 'test/data/extensions/script_and_capture/', 'test/data/extensions/socket_permissions/', 'test/data/extensions/unpacked/', @@ -701,13 +706,8 @@ 'isolate_dependency_tracked': [ '<(PRODUCT_DIR)/chrome_100_percent.pak', '<(PRODUCT_DIR)/locales/en-US.pak', - 'test/data/chromeos/gdata/root_feed.json', - 'test/data/chromeos/gdata/testfile.txt', - 'test/data/chromeos/sync_file_system/listing_files_in_empty_directory.json', - 'test/data/chromeos/sync_file_system/sync_root_entry.json', ], 'isolate_dependency_untracked': [ - 'test/data/extensions/pending_updates/', 'test/data/firefox2_nss/', 'test/data/firefox35_profile/', 'test/data/firefox3_nss/', |