| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 '../third_party/tlslite/tlslite/utils/compat.py', | 99 '../third_party/tlslite/tlslite/utils/compat.py', |
| 100 '../third_party/tlslite/tlslite/utils/cryptomath.py', | 100 '../third_party/tlslite/tlslite/utils/cryptomath.py', |
| 101 '../third_party/tlslite/tlslite/utils/hmac.py', | 101 '../third_party/tlslite/tlslite/utils/hmac.py', |
| 102 '../third_party/tlslite/tlslite/utils/keyfactory.py', | 102 '../third_party/tlslite/tlslite/utils/keyfactory.py', |
| 103 '../third_party/tlslite/tlslite/utils/rijndael.py', | 103 '../third_party/tlslite/tlslite/utils/rijndael.py', |
| 104 '../third_party/tlslite/tlslite/utils/xmltools.py', | 104 '../third_party/tlslite/tlslite/utils/xmltools.py', |
| 105 '../tools/isolate/run_test_cases.py', | 105 '../tools/isolate/run_test_cases.py', |
| 106 '<(PRODUCT_DIR)/resources.pak', | 106 '<(PRODUCT_DIR)/resources.pak', |
| 107 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/print_pre
view_utils.js', | 107 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/print_pre
view_utils.js', |
| 108 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', | 108 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', |
| 109 'browser/resources/software_rendering_list.json', | |
| 110 'test/data/History/ArchivedNoDuration', | 109 'test/data/History/ArchivedNoDuration', |
| 111 'test/data/History/HistoryNoDuration', | 110 'test/data/History/HistoryNoDuration', |
| 112 'test/data/History/HistoryNoSource', | 111 'test/data/History/HistoryNoSource', |
| 113 'test/data/History/history.20.sql', | 112 'test/data/History/history.20.sql', |
| 114 'test/data/History/thumbnails.3.sql', | 113 'test/data/History/thumbnails.3.sql', |
| 115 'test/data/History/url_history_provider_test.db.txt', | 114 'test/data/History/url_history_provider_test.db.txt', |
| 116 'test/data/History/url_history_provider_test_limited.db.txt', | 115 'test/data/History/url_history_provider_test_limited.db.txt', |
| 117 'test/data/bookmarks/History_with_empty_starred', | 116 'test/data/bookmarks/History_with_empty_starred', |
| 118 'test/data/bookmarks/History_with_starred', | 117 'test/data/bookmarks/History_with_starred', |
| 119 'test/data/bookmarks/model_without_sync.json', | 118 'test/data/bookmarks/model_without_sync.json', |
| (...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 818 'test/data/extensions/unpacker/missing_messages_file.crx', | 817 'test/data/extensions/unpacker/missing_messages_file.crx', |
| 819 'test/data/extensions/unpacker/no_locale_data.crx', | 818 'test/data/extensions/unpacker/no_locale_data.crx', |
| 820 ], | 819 ], |
| 821 'isolate_dependency_untracked': [ | 820 'isolate_dependency_untracked': [ |
| 822 'test/data/extensions/manifest_tests/_locales/', | 821 'test/data/extensions/manifest_tests/_locales/', |
| 823 ], | 822 ], |
| 824 }, | 823 }, |
| 825 }], | 824 }], |
| 826 ], | 825 ], |
| 827 } | 826 } |
| OLD | NEW |