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 729 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
740 '../third_party/python_26/python26.dll', | 740 '../third_party/python_26/python26.dll', |
741 '<(PRODUCT_DIR)/icudt.dll', | 741 '<(PRODUCT_DIR)/icudt.dll', |
742 'test/data/safe_browsing/download_protection/signed.exe', | 742 'test/data/safe_browsing/download_protection/signed.exe', |
743 'test/data/safe_browsing/download_protection/unsigned.exe', | 743 'test/data/safe_browsing/download_protection/unsigned.exe', |
744 'test/data/safe_browsing/download_protection/wow_helper.exe', | 744 'test/data/safe_browsing/download_protection/wow_helper.exe', |
745 ], | 745 ], |
746 'isolate_dependency_untracked': [ | 746 'isolate_dependency_untracked': [ |
747 '../ppapi/lib/gl/include/KHR/', | 747 '../ppapi/lib/gl/include/KHR/', |
748 '../third_party/python_26/Lib/xml/parsers/', | 748 '../third_party/python_26/Lib/xml/parsers/', |
749 '../ui/base/glib/', | 749 '../ui/base/glib/', |
750 '<(PRODUCT_DIR)/extensions/', | |
751 'test/data/components/flapper/windows/', | 750 'test/data/components/flapper/windows/', |
752 ], | 751 ], |
753 }, | 752 }, |
754 }, { | 753 }, { |
755 'variables': { | 754 'variables': { |
756 'isolate_dependency_tracked': [ | 755 'isolate_dependency_tracked': [ |
757 '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper.
py', | 756 '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper.
py', |
758 'test/data/extensions/unpacker/empty_default_locale.crx', | 757 'test/data/extensions/unpacker/empty_default_locale.crx', |
759 'test/data/extensions/unpacker/has_default_missing_locales.crx', | 758 'test/data/extensions/unpacker/has_default_missing_locales.crx', |
760 'test/data/extensions/unpacker/invalid_default_locale.crx', | 759 'test/data/extensions/unpacker/invalid_default_locale.crx', |
761 'test/data/extensions/unpacker/invalid_messages_file.crx', | 760 'test/data/extensions/unpacker/invalid_messages_file.crx', |
762 'test/data/extensions/unpacker/missing_default_data.crx', | 761 'test/data/extensions/unpacker/missing_default_data.crx', |
763 'test/data/extensions/unpacker/missing_default_has_locales.crx', | 762 'test/data/extensions/unpacker/missing_default_has_locales.crx', |
764 'test/data/extensions/unpacker/missing_messages_file.crx', | 763 'test/data/extensions/unpacker/missing_messages_file.crx', |
765 'test/data/extensions/unpacker/no_locale_data.crx', | 764 'test/data/extensions/unpacker/no_locale_data.crx', |
766 ], | 765 ], |
767 }, | 766 }, |
768 }], | 767 }], |
769 ], | 768 ], |
770 } | 769 } |
OLD | NEW |