| 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 '../third_party/tlslite/tlslite/utils/RSAKey.py', | 95 '../third_party/tlslite/tlslite/utils/RSAKey.py', |
| 96 '../third_party/tlslite/tlslite/utils/__init__.py', | 96 '../third_party/tlslite/tlslite/utils/__init__.py', |
| 97 '../third_party/tlslite/tlslite/utils/cipherfactory.py', | 97 '../third_party/tlslite/tlslite/utils/cipherfactory.py', |
| 98 '../third_party/tlslite/tlslite/utils/codec.py', | 98 '../third_party/tlslite/tlslite/utils/codec.py', |
| 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 '<(PRODUCT_DIR)/resources.pak', | 106 '<(PRODUCT_DIR)/resources.pak', |
| 106 '<(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', |
| 107 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', | 108 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', |
| 108 'browser/resources/software_rendering_list.json', | 109 'browser/resources/software_rendering_list.json', |
| 109 'test/data/History/ArchivedNoDuration', | 110 'test/data/History/ArchivedNoDuration', |
| 110 'test/data/History/HistoryNoDuration', | 111 'test/data/History/HistoryNoDuration', |
| 111 'test/data/History/HistoryNoSource', | 112 'test/data/History/HistoryNoSource', |
| 112 'test/data/History/history.20.sql', | 113 'test/data/History/history.20.sql', |
| 113 'test/data/History/thumbnails.3.sql', | 114 'test/data/History/thumbnails.3.sql', |
| 114 'test/data/History/url_history_provider_test.db.txt', | 115 'test/data/History/url_history_provider_test.db.txt', |
| (...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 520 'test/data/extensions/absolute_path/test.html', | 521 'test/data/extensions/absolute_path/test.html', |
| 521 'test/data/extensions/absolute_path/test.js', | 522 'test/data/extensions/absolute_path/test.js', |
| 522 ], | 523 ], |
| 523 }, | 524 }, |
| 524 'conditions': [ | 525 'conditions': [ |
| 525 ['OS=="linux"', { | 526 ['OS=="linux"', { |
| 526 'variables': { | 527 'variables': { |
| 527 'command': [ | 528 'command': [ |
| 528 '../testing/xvfb.py', | 529 '../testing/xvfb.py', |
| 529 '<(PRODUCT_DIR)', | 530 '<(PRODUCT_DIR)', |
| 531 '../tools/isolate/run_test_cases.py', |
| 530 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', | 532 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', |
| 531 ], | 533 ], |
| 532 'isolate_dependency_tracked': [ | 534 'isolate_dependency_tracked': [ |
| 533 '../net/data/ssl/certificates/google.single.der', | 535 '../net/data/ssl/certificates/google.single.der', |
| 534 '../net/data/ssl/certificates/ndn.ca.crt', | 536 '../net/data/ssl/certificates/ndn.ca.crt', |
| 535 '../net/data/ssl/certificates/root_ca_cert.crt', | 537 '../net/data/ssl/certificates/root_ca_cert.crt', |
| 536 '../testing/xvfb.py', | 538 '../testing/xvfb.py', |
| 537 '../third_party/tlslite/tlslite/utils/PyCrypto_AES.py', | 539 '../third_party/tlslite/tlslite/utils/PyCrypto_AES.py', |
| 538 '../third_party/tlslite/tlslite/utils/PyCrypto_RC4.py', | 540 '../third_party/tlslite/tlslite/utils/PyCrypto_RC4.py', |
| 539 '../third_party/tlslite/tlslite/utils/PyCrypto_RSAKey.py', | 541 '../third_party/tlslite/tlslite/utils/PyCrypto_RSAKey.py', |
| (...skipping 25 matching lines...) Expand all Loading... |
| 565 'test/data/firefox3_profile/', | 567 'test/data/firefox3_profile/', |
| 566 'test/data/firefox3_searchplugins/', | 568 'test/data/firefox3_searchplugins/', |
| 567 'test/data/osdd/', | 569 'test/data/osdd/', |
| 568 'test/data/zip/', | 570 'test/data/zip/', |
| 569 ], | 571 ], |
| 570 }, | 572 }, |
| 571 }, { | 573 }, { |
| 572 'variables': { | 574 'variables': { |
| 573 'command': [ | 575 'command': [ |
| 574 '../testing/test_env.py', | 576 '../testing/test_env.py', |
| 577 '../tools/isolate/run_test_cases.py', |
| 575 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', | 578 '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', |
| 576 ], | 579 ], |
| 577 'isolate_dependency_tracked': [ | 580 'isolate_dependency_tracked': [ |
| 578 'test/data/extensions/permissions/audio-video.json', | 581 'test/data/extensions/permissions/audio-video.json', |
| 579 ], | 582 ], |
| 580 'isolate_dependency_untracked': [ | 583 'isolate_dependency_untracked': [ |
| 581 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/data/
', | 584 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/data/
', |
| 582 ], | 585 ], |
| 583 }, | 586 }, |
| 584 }], | 587 }], |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 801 'test/data/extensions/unpacker/missing_messages_file.crx', | 804 'test/data/extensions/unpacker/missing_messages_file.crx', |
| 802 'test/data/extensions/unpacker/no_locale_data.crx', | 805 'test/data/extensions/unpacker/no_locale_data.crx', |
| 803 ], | 806 ], |
| 804 'isolate_dependency_untracked': [ | 807 'isolate_dependency_untracked': [ |
| 805 'test/data/extensions/manifest_tests/_locales/', | 808 'test/data/extensions/manifest_tests/_locales/', |
| 806 ], | 809 ], |
| 807 }, | 810 }, |
| 808 }], | 811 }], |
| 809 ], | 812 ], |
| 810 } | 813 } |
| OLD | NEW |