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

Unified Diff: chrome/unit_tests.isolate

Issue 10559009: Update unit_tests.isolate on linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/unit_tests.isolate
diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate
index 0e201dc232d8d48a40b96917ff789094261b4916..ec3195f0a7c95c83ffa2050187740e037a1ee8e5 100644
--- a/chrome/unit_tests.isolate
+++ b/chrome/unit_tests.isolate
@@ -492,8 +492,16 @@
],
'isolate_dependency_tracked': [
'../net/data/ssl/certificates/google.single.der',
+ '../net/data/ssl/certificates/ndn.ca.crt',
'../net/data/ssl/certificates/root_ca_cert.crt',
'../testing/xvfb.py',
+ '../third_party/hunspell_dictionaries/af-ZA-2-3.bdic',
+ '../third_party/hunspell_dictionaries/ca-ES-2-3.bdic',
+ '../third_party/hunspell_dictionaries/en-AU-2-3.bdic',
+ '../third_party/hunspell_dictionaries/en-CA-2-3.bdic',
+ '../third_party/hunspell_dictionaries/en-GB-2-3.bdic',
+ '../third_party/hunspell_dictionaries/en-US-2-3.bdic',
+ '../third_party/hunspell_dictionaries/fo-FO-2-3.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',
@@ -501,10 +509,47 @@
'../third_party/tlslite/tlslite/utils/TripleDES.py',
'<(PRODUCT_DIR)/chrome.pak',
'<(PRODUCT_DIR)/pyproto/google/__init__.py',
+ '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/print_preview_utils.js',
'<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
+ 'test/data/extensions/manifest_tests/command_allow_numbers.json',
+ 'test/data/extensions/manifest_tests/command_reject_just_shift.json',
+ 'test/data/extensions/manifest_tests/command_simple.json',
+ 'test/data/extensions/manifest_tests/command_too_many.json',
+ 'test/data/extensions/manifest_tests/init_invalid_platform_app_4.json',
+ 'test/data/extensions/manifest_tests/init_invalid_platform_app_5.json',
+ 'test/data/extensions/manifest_tests/sandboxed_pages_invalid_1.json',
+ 'test/data/extensions/manifest_tests/sandboxed_pages_invalid_2.json',
+ 'test/data/extensions/manifest_tests/sandboxed_pages_invalid_3.json',
+ 'test/data/extensions/manifest_tests/sandboxed_pages_invalid_4.json',
+ 'test/data/extensions/manifest_tests/sandboxed_pages_invalid_5.json',
+ 'test/data/extensions/manifest_tests/sandboxed_pages_valid_1.json',
+ 'test/data/extensions/manifest_tests/sandboxed_pages_valid_2.json',
+ 'test/data/extensions/manifest_tests/sandboxed_pages_valid_3.json',
+ 'test/data/extensions/unpacked/manifest_no_key.json',
+ 'test/data/extensions/unpacked/manifest_with_key.json',
+ 'test/data/extensions/unpacked/symlinks_allowed/manifest.json',
+ 'test/data/firefox3_pref.js',
+ 'test/data/firefox3_pref_pac_url.js',
],
'isolate_dependency_untracked': [
+ '<(PRODUCT_DIR)/test_data/chrome/browser/resources/shared/',
+ 'browser/resources/software_rendering_list/',
'test/data/components/flapper/linux_x64/',
+ 'test/data/extensions/bad/',
+ 'test/data/extensions/good/',
+ 'test/data/extensions/l10n/',
+ 'test/data/extensions/manifest_tests/_locales/',
+ 'test/data/extensions/permissions/',
+ 'test/data/extensions/storage_quota/',
+ 'test/data/extensions/theme_i18n/',
+ 'test/data/extensions/ui/',
+ 'test/data/firefox2_profile/',
+ 'test/data/firefox2_searchplugins/',
+ 'test/data/firefox3_profile/',
+ 'test/data/firefox3_searchplugins/',
+ 'test/data/osdd/',
+ 'test/data/value_store_db/',
+ 'test/data/zip/',
],
},
}, {
« 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