Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(417)

Side by Side Diff: chrome/unit_tests.isolate

Issue 11348159: unit_tests.isolate on OSX: Traced a few test cases. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables': { 5 'variables': {
6 'isolate_dependency_tracked': [ 6 'isolate_dependency_tracked': [
7 '../net/data/ssl/certificates/expired_cert.pem', 7 '../net/data/ssl/certificates/expired_cert.pem',
8 '../net/data/ssl/certificates/test_mail_google_com.pem', 8 '../net/data/ssl/certificates/test_mail_google_com.pem',
9 '../net/data/ssl/certificates/unittest.originbound.der', 9 '../net/data/ssl/certificates/unittest.originbound.der',
10 '../net/data/ssl/certificates/unittest.originbound.key.der', 10 '../net/data/ssl/certificates/unittest.originbound.key.der',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'test/data/History/HistoryNoSource', 130 'test/data/History/HistoryNoSource',
131 'test/data/History/history.20.sql', 131 'test/data/History/history.20.sql',
132 'test/data/History/thumbnails.3.sql', 132 'test/data/History/thumbnails.3.sql',
133 'test/data/History/url_history_provider_test.db.txt', 133 'test/data/History/url_history_provider_test.db.txt',
134 'test/data/History/url_history_provider_test_limited.db.txt', 134 'test/data/History/url_history_provider_test_limited.db.txt',
135 'test/data/bookmarks/History_with_empty_starred', 135 'test/data/bookmarks/History_with_empty_starred',
136 'test/data/bookmarks/History_with_starred', 136 'test/data/bookmarks/History_with_starred',
137 'test/data/bookmarks/model_without_sync.json', 137 'test/data/bookmarks/model_without_sync.json',
138 'test/data/chromeos/gdata/account_metadata.json', 138 'test/data/chromeos/gdata/account_metadata.json',
139 'test/data/chromeos/gdata/basic_feed.json', 139 'test/data/chromeos/gdata/basic_feed.json',
140 'test/data/chromeos/gdata/directory_entry.json',
141 'test/data/chromeos/gdata/file_entry.json',
140 'test/data/chromeos/gdata/new_folder_entry.json', 142 'test/data/chromeos/gdata/new_folder_entry.json',
141 'test/data/chromeos/gdata/root_feed.json', 143 'test/data/chromeos/gdata/root_feed.json',
142 'test/data/chromeos/gdata/testfile.txt', 144 'test/data/chromeos/gdata/testfile.txt',
143 'test/data/chromeos/sync_file_system/account_metadata.json', 145 'test/data/chromeos/sync_file_system/account_metadata.json',
144 'test/data/chromeos/sync_file_system/listing_changed_files_in_directory.js on', 146 'test/data/chromeos/sync_file_system/listing_changed_files_in_directory.js on',
145 'test/data/chromeos/sync_file_system/listing_files_in_directory.json', 147 'test/data/chromeos/sync_file_system/listing_files_in_directory.json',
146 'test/data/chromeos/sync_file_system/listing_files_in_directory_second_pag e.json', 148 'test/data/chromeos/sync_file_system/listing_files_in_directory_second_pag e.json',
147 'test/data/chromeos/sync_file_system/listing_files_in_empty_directory.json ', 149 'test/data/chromeos/sync_file_system/listing_files_in_empty_directory.json ',
148 'test/data/chromeos/sync_file_system/origin_directory_created.json', 150 'test/data/chromeos/sync_file_system/origin_directory_created.json',
149 'test/data/chromeos/sync_file_system/origin_directory_found.json', 151 'test/data/chromeos/sync_file_system/origin_directory_found.json',
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 'test/data/value_store_db/LOCK', 703 'test/data/value_store_db/LOCK',
702 ], 704 ],
703 }, 705 },
704 }, { 706 }, {
705 'variables': { 707 'variables': {
706 'isolate_dependency_tracked': [ 708 'isolate_dependency_tracked': [
707 '../third_party/hunspell_dictionaries/en-AU-2-5.bdic', 709 '../third_party/hunspell_dictionaries/en-AU-2-5.bdic',
708 '../third_party/hunspell_dictionaries/en-GB-2-5.bdic', 710 '../third_party/hunspell_dictionaries/en-GB-2-5.bdic',
709 '<(PRODUCT_DIR)/chrome_100_percent.pak', 711 '<(PRODUCT_DIR)/chrome_100_percent.pak',
710 '<(PRODUCT_DIR)/locales/en-US.pak', 712 '<(PRODUCT_DIR)/locales/en-US.pak',
711 'test/data/chromeos/gdata/directory_entry.json',
712 'test/data/chromeos/gdata/file_entry.json',
713 ], 713 ],
714 'isolate_dependency_untracked': [ 714 'isolate_dependency_untracked': [
715 'test/data/firefox2_nss/', 715 'test/data/firefox2_nss/',
716 'test/data/firefox35_profile/', 716 'test/data/firefox35_profile/',
717 'test/data/firefox3_nss/', 717 'test/data/firefox3_nss/',
718 'test/data/value_store_db/', 718 'test/data/value_store_db/',
719 ], 719 ],
720 }, 720 },
721 }], 721 }],
722 ['OS=="win"', { 722 ['OS=="win"', {
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 'test/data/native_messaging/single_message_response.msg', 914 'test/data/native_messaging/single_message_response.msg',
915 ], 915 ],
916 'isolate_dependency_untracked': [ 916 'isolate_dependency_untracked': [
917 'test/data/extensions/manifest_tests/_locales/', 917 'test/data/extensions/manifest_tests/_locales/',
918 'test/data/native_messaging/Native Hosts/echo.py', 918 'test/data/native_messaging/Native Hosts/echo.py',
919 ], 919 ],
920 }, 920 },
921 }], 921 }],
922 ], 922 ],
923 } 923 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698