Chromium Code Reviews| 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 790 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 801 'test/data/extensions/good/Extensions/', | 801 'test/data/extensions/good/Extensions/', |
| 802 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj /1.0.0.0/_locales/en_US/', | 802 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj /1.0.0.0/_locales/en_US/', |
| 803 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj /1.0.0.0/js_files/', | 803 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj /1.0.0.0/js_files/', |
| 804 'test/data/extensions/hosted_app/', | 804 'test/data/extensions/hosted_app/', |
| 805 'test/data/extensions/install/install/', | 805 'test/data/extensions/install/install/', |
| 806 'test/data/extensions/isolated_apps/', | 806 'test/data/extensions/isolated_apps/', |
| 807 'test/data/extensions/management/', | 807 'test/data/extensions/management/', |
| 808 'test/data/extensions/packaged_app/', | 808 'test/data/extensions/packaged_app/', |
| 809 'test/data/extensions/permissions_increase/', | 809 'test/data/extensions/permissions_increase/', |
| 810 'test/data/extensions/platform_apps/apps_only/', | 810 'test/data/extensions/platform_apps/apps_only/', |
| 811 'test/data/extensions/platform_apps/browser_tag/', | 811 'test/data/extensions/platform_apps/web_view/', |
|
Mihai Parparita -not on Chrome
2012/10/23 20:39:23
Nit: this list appears to be sorted alphabetically
Fady Samuel
2012/10/23 20:55:00
Done.
| |
| 812 'test/data/extensions/platform_apps/browser_tag_isolation/', | 812 'test/data/extensions/platform_apps/web_view_isolation/', |
| 813 'test/data/extensions/platform_apps/context_menu/', | 813 'test/data/extensions/platform_apps/context_menu/', |
| 814 'test/data/extensions/platform_apps/context_menu_click/', | 814 'test/data/extensions/platform_apps/context_menu_click/', |
| 815 'test/data/extensions/platform_apps/disabled_window_properties/', | 815 'test/data/extensions/platform_apps/disabled_window_properties/', |
| 816 'test/data/extensions/platform_apps/geometry/', | 816 'test/data/extensions/platform_apps/geometry/', |
| 817 'test/data/extensions/platform_apps/get_display_path/', | 817 'test/data/extensions/platform_apps/get_display_path/', |
| 818 'test/data/extensions/platform_apps/isolation/', | 818 'test/data/extensions/platform_apps/isolation/', |
| 819 'test/data/extensions/platform_apps/launch/', | 819 'test/data/extensions/platform_apps/launch/', |
| 820 'test/data/extensions/platform_apps/launch_file/', | 820 'test/data/extensions/platform_apps/launch_file/', |
| 821 'test/data/extensions/platform_apps/launch_invalid/', | 821 'test/data/extensions/platform_apps/launch_invalid/', |
| 822 'test/data/extensions/platform_apps/launch_no_intent/', | 822 'test/data/extensions/platform_apps/launch_no_intent/', |
| (...skipping 781 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1604 }, | 1604 }, |
| 1605 }, { | 1605 }, { |
| 1606 'variables': { | 1606 'variables': { |
| 1607 'isolate_dependency_tracked': [ | 1607 'isolate_dependency_tracked': [ |
| 1608 '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper. py', | 1608 '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper. py', |
| 1609 ], | 1609 ], |
| 1610 }, | 1610 }, |
| 1611 }], | 1611 }], |
| 1612 ], | 1612 ], |
| 1613 } | 1613 } |
| OLD | NEW |