OLD | NEW |
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 Loading... |
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_standard.pak', | 625 '<(PRODUCT_DIR)/theme_resources_100_percent.pak', |
626 '<(PRODUCT_DIR)/ui_resources_standard.pak', | 626 '<(PRODUCT_DIR)/ui_resources_100_percent.pak', |
627 ], | 627 ], |
628 'isolate_dependency_untracked': [ | 628 'isolate_dependency_untracked': [ |
629 'test/data/firefox2_nss/', | 629 'test/data/firefox2_nss/', |
630 'test/data/firefox2_profile/bookmarks.html', | 630 'test/data/firefox2_profile/bookmarks.html', |
631 'test/data/firefox2_profile/cookies.txt', | 631 'test/data/firefox2_profile/cookies.txt', |
632 'test/data/firefox2_profile/history.dat', | 632 'test/data/firefox2_profile/history.dat', |
633 'test/data/firefox2_profile/prefs.js', | 633 'test/data/firefox2_profile/prefs.js', |
634 'test/data/firefox2_profile/searchplugins/flickr-tags.xml', | 634 'test/data/firefox2_profile/searchplugins/flickr-tags.xml', |
635 'test/data/firefox2_profile/searchplugins/imdb.xml', | 635 'test/data/firefox2_profile/searchplugins/imdb.xml', |
636 'test/data/firefox2_profile/searchplugins/webster.xml', | 636 'test/data/firefox2_profile/searchplugins/webster.xml', |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
804 'test/data/extensions/unpacker/missing_messages_file.crx', | 804 'test/data/extensions/unpacker/missing_messages_file.crx', |
805 'test/data/extensions/unpacker/no_locale_data.crx', | 805 'test/data/extensions/unpacker/no_locale_data.crx', |
806 ], | 806 ], |
807 'isolate_dependency_untracked': [ | 807 'isolate_dependency_untracked': [ |
808 'test/data/extensions/manifest_tests/_locales/', | 808 'test/data/extensions/manifest_tests/_locales/', |
809 ], | 809 ], |
810 }, | 810 }, |
811 }], | 811 }], |
812 ], | 812 ], |
813 } | 813 } |
OLD | NEW |