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/tools/testserver/asn1.py', | 7 '../net/tools/testserver/asn1.py', |
8 '../net/tools/testserver/echo_message.py', | 8 '../net/tools/testserver/echo_message.py', |
9 '../net/tools/testserver/minica.py', | 9 '../net/tools/testserver/minica.py', |
10 '../net/tools/testserver/testserver.py', | 10 '../net/tools/testserver/testserver.py', |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
80 'isolate_dependency_touched': [ | 80 'isolate_dependency_touched': [ |
81 '../third_party/pyftpdlib/src/pyftpdlib/__init__.py', | 81 '../third_party/pyftpdlib/src/pyftpdlib/__init__.py', |
82 'test/data/content-disposition-empty.html', | 82 'test/data/content-disposition-empty.html', |
83 'test/data/content-disposition-inline.html', | 83 'test/data/content-disposition-inline.html', |
84 'test/data/content-sniffer-test0.html', | 84 'test/data/content-sniffer-test0.html', |
85 'test/data/content-sniffer-test1.html', | 85 'test/data/content-sniffer-test1.html', |
86 'test/data/content-sniffer-test2.html', | 86 'test/data/content-sniffer-test2.html', |
87 'test/data/content-sniffer-test3-frame.txt', | 87 'test/data/content-sniffer-test3-frame.txt', |
88 'test/data/content-sniffer-test3.html', | 88 'test/data/content-sniffer-test3.html', |
89 'test/data/nosniff-test.html', | 89 'test/data/nosniff-test.html', |
90 'test/data/speech/basic_recognition.html', | |
91 'test/data/speech/grammar_attribute.html', | |
92 'test/data/title2.html', | 90 'test/data/title2.html', |
93 ], | 91 ], |
94 }, | 92 }, |
95 'conditions': [ | 93 'conditions': [ |
96 ['OS=="linux"', { | 94 ['OS=="linux"', { |
97 'variables': { | 95 'variables': { |
98 'command': [ | 96 'command': [ |
99 '../testing/xvfb.py', | 97 '../testing/xvfb.py', |
100 '<(PRODUCT_DIR)', | 98 '<(PRODUCT_DIR)', |
101 '../tools/isolate/run_test_cases.py', | 99 '../tools/isolate/run_test_cases.py', |
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
633 'test/data/session_history/fragment.html', | 631 'test/data/session_history/fragment.html', |
634 'test/data/session_history/frames.html', | 632 'test/data/session_history/frames.html', |
635 'test/data/session_history/location_redirect.html', | 633 'test/data/session_history/location_redirect.html', |
636 'test/data/session_history/location_redirect_frame1.html', | 634 'test/data/session_history/location_redirect_frame1.html', |
637 'test/data/session_history/location_redirect_frame2.html', | 635 'test/data/session_history/location_redirect_frame2.html', |
638 'test/data/session_history/replace.html', | 636 'test/data/session_history/replace.html', |
639 'test/data/session_history/top.html', | 637 'test/data/session_history/top.html', |
640 'test/data/showmodaldialog.html', | 638 'test/data/showmodaldialog.html', |
641 'test/data/showmodaldialog_dialog.html', | 639 'test/data/showmodaldialog_dialog.html', |
642 'test/data/simple.html', | 640 'test/data/simple.html', |
643 'test/data/speech/basic_recognition.html', | |
644 'test/data/speech/grammar_attribute.html', | |
645 'test/data/ssl/blank_page.html', | 641 'test/data/ssl/blank_page.html', |
646 'test/data/ssl/frame_left.html', | 642 'test/data/ssl/frame_left.html', |
647 'test/data/ssl/frame_right.html', | 643 'test/data/ssl/frame_right.html', |
648 'test/data/ssl/google.html', | 644 'test/data/ssl/google.html', |
649 'test/data/ssl/imported.js', | 645 'test/data/ssl/imported.js', |
650 'test/data/ssl/page_displays_insecure_content.html', | 646 'test/data/ssl/page_displays_insecure_content.html', |
651 'test/data/ssl/page_displays_insecure_iframe.html', | 647 'test/data/ssl/page_displays_insecure_iframe.html', |
652 'test/data/ssl/page_runs_insecure_content.html', | 648 'test/data/ssl/page_runs_insecure_content.html', |
653 'test/data/ssl/page_with_dynamic_insecure_content.html', | 649 'test/data/ssl/page_with_dynamic_insecure_content.html', |
654 'test/data/ssl/page_with_refs.html', | 650 'test/data/ssl/page_with_refs.html', |
(...skipping 1207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1862 }, | 1858 }, |
1863 }, { | 1859 }, { |
1864 'variables': { | 1860 'variables': { |
1865 'isolate_dependency_tracked': [ | 1861 'isolate_dependency_tracked': [ |
1866 '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper.
py', | 1862 '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper.
py', |
1867 ], | 1863 ], |
1868 }, | 1864 }, |
1869 }], | 1865 }], |
1870 ], | 1866 ], |
1871 } | 1867 } |
OLD | NEW |