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

Side by Side Diff: chrome/unit_tests.isolate

Issue 10855131: Remove Stale Isolate Entries (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 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 unified diff | Download patch
« no previous file with comments | « chrome/browser_tests.isolate ('k') | 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 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 'test/data/safari_import/Safari/', 615 'test/data/safari_import/Safari/',
616 ], 616 ],
617 'isolate_dependency_touched': [ 617 'isolate_dependency_touched': [
618 'test/data/value_store_db/LOCK', 618 'test/data/value_store_db/LOCK',
619 ], 619 ],
620 }, 620 },
621 }, { 621 }, {
622 'variables': { 622 'variables': {
623 'isolate_dependency_tracked': [ 623 'isolate_dependency_tracked': [
624 '<(PRODUCT_DIR)/locales/en-US.pak', 624 '<(PRODUCT_DIR)/locales/en-US.pak',
625 '<(PRODUCT_DIR)/theme_resources_100_percent.pak',
626 '<(PRODUCT_DIR)/ui_resources_100_percent.pak',
627 ], 625 ],
628 'isolate_dependency_untracked': [ 626 'isolate_dependency_untracked': [
629 'test/data/firefox2_nss/', 627 'test/data/firefox2_nss/',
630 'test/data/firefox2_profile/bookmarks.html', 628 'test/data/firefox2_profile/bookmarks.html',
631 'test/data/firefox2_profile/cookies.txt', 629 'test/data/firefox2_profile/cookies.txt',
632 'test/data/firefox2_profile/history.dat', 630 'test/data/firefox2_profile/history.dat',
633 'test/data/firefox2_profile/prefs.js', 631 'test/data/firefox2_profile/prefs.js',
634 'test/data/firefox2_profile/searchplugins/flickr-tags.xml', 632 'test/data/firefox2_profile/searchplugins/flickr-tags.xml',
635 'test/data/firefox2_profile/searchplugins/imdb.xml', 633 'test/data/firefox2_profile/searchplugins/imdb.xml',
636 'test/data/firefox2_profile/searchplugins/webster.xml', 634 'test/data/firefox2_profile/searchplugins/webster.xml',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 'test/data/extensions/unpacker/missing_messages_file.crx', 802 'test/data/extensions/unpacker/missing_messages_file.crx',
805 'test/data/extensions/unpacker/no_locale_data.crx', 803 'test/data/extensions/unpacker/no_locale_data.crx',
806 ], 804 ],
807 'isolate_dependency_untracked': [ 805 'isolate_dependency_untracked': [
808 'test/data/extensions/manifest_tests/_locales/', 806 'test/data/extensions/manifest_tests/_locales/',
809 ], 807 ],
810 }, 808 },
811 }], 809 }],
812 ], 810 ],
813 } 811 }
OLDNEW
« no previous file with comments | « chrome/browser_tests.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698