Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Side by Side Diff: chrome/browser_tests.isolate

Issue 10855131: Remove Stale Isolate Entries (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/unit_tests.isolate » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 781 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 'test/data/extensions/api_test/app_background_page/no_js_manifest/', 792 'test/data/extensions/api_test/app_background_page/no_js_manifest/',
793 'test/data/extensions/api_test/app_background_page/two_pages/', 793 'test/data/extensions/api_test/app_background_page/two_pages/',
794 'test/data/extensions/api_test/app_background_page/two_with_manifest/' , 794 'test/data/extensions/api_test/app_background_page/two_with_manifest/' ,
795 'test/data/extensions/api_test/app_launcher/', 795 'test/data/extensions/api_test/app_launcher/',
796 'test/data/extensions/api_test/app_process/path1/', 796 'test/data/extensions/api_test/app_process/path1/',
797 'test/data/extensions/api_test/app_process/path2/', 797 'test/data/extensions/api_test/app_process/path2/',
798 'test/data/extensions/api_test/app_process/path3/', 798 'test/data/extensions/api_test/app_process/path3/',
799 'test/data/extensions/api_test/app_process_background_instances/', 799 'test/data/extensions/api_test/app_process_background_instances/',
800 'test/data/extensions/api_test/app_process_instances/', 800 'test/data/extensions/api_test/app_process_instances/',
801 'test/data/extensions/api_test/browser_action/close_background/', 801 'test/data/extensions/api_test/browser_action/close_background/',
802 'test/data/extensions/api_test/chrome_auth_private/',
803 'test/data/extensions/api_test/clipboard/', 802 'test/data/extensions/api_test/clipboard/',
804 'test/data/extensions/api_test/content_scripts/', 803 'test/data/extensions/api_test/content_scripts/',
805 'test/data/extensions/api_test/executescript/', 804 'test/data/extensions/api_test/executescript/',
806 'test/data/extensions/api_test/extension_module/', 805 'test/data/extensions/api_test/extension_module/',
807 'test/data/extensions/api_test/extension_resource_request_policy/exten sion/', 806 'test/data/extensions/api_test/extension_resource_request_policy/exten sion/',
808 'test/data/extensions/api_test/icons/extension_with_permission/', 807 'test/data/extensions/api_test/icons/extension_with_permission/',
809 'test/data/extensions/api_test/identity/', 808 'test/data/extensions/api_test/identity/',
810 'test/data/extensions/api_test/idltest/', 809 'test/data/extensions/api_test/idltest/',
811 'test/data/extensions/api_test/incognito/apis/', 810 'test/data/extensions/api_test/incognito/apis/',
812 'test/data/extensions/api_test/incognito/apis_disabled/', 811 'test/data/extensions/api_test/incognito/apis_disabled/',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
948 'isolate_dependency_tracked': [ 947 'isolate_dependency_tracked': [
949 '../net/data/ssl/certificates/ok_cert.pem', 948 '../net/data/ssl/certificates/ok_cert.pem',
950 '../net/data/ssl/certificates/root_ca_cert.crt', 949 '../net/data/ssl/certificates/root_ca_cert.crt',
951 '../third_party/WebKit/Tools/Scripts/new-run-webkit-websocketserver', 950 '../third_party/WebKit/Tools/Scripts/new-run-webkit-websocketserver',
952 '<(PRODUCT_DIR)/locales/en-US.pak', 951 '<(PRODUCT_DIR)/locales/en-US.pak',
953 '<(PRODUCT_DIR)/test_data/chrome/test/data/webui/assertions.js', 952 '<(PRODUCT_DIR)/test_data/chrome/test/data/webui/assertions.js',
954 '<(PRODUCT_DIR)/test_data/chrome/test/data/webui/chrome_send_browserte st.js', 953 '<(PRODUCT_DIR)/test_data/chrome/test/data/webui/chrome_send_browserte st.js',
955 '<(PRODUCT_DIR)/test_data/chrome/test/data/webui/mock4js_browsertest.j s', 954 '<(PRODUCT_DIR)/test_data/chrome/test/data/webui/mock4js_browsertest.j s',
956 '<(PRODUCT_DIR)/test_data/chrome/test/data/webui/net_internals/net_int ernals_test.js', 955 '<(PRODUCT_DIR)/test_data/chrome/test/data/webui/net_internals/net_int ernals_test.js',
957 '<(PRODUCT_DIR)/test_data/chrome/test/data/webui/print_preview.js', 956 '<(PRODUCT_DIR)/test_data/chrome/test/data/webui/print_preview.js',
958 '<(PRODUCT_DIR)/theme_resources_100_percent.pak',
959 '<(PRODUCT_DIR)/ui_resources_100_percent.pak',
960 'test/data/anchor_download_test.png', 957 'test/data/anchor_download_test.png',
961 'test/data/clicktoplay.html', 958 'test/data/clicktoplay.html',
962 'test/data/download-anchor-attrib.html', 959 'test/data/download-anchor-attrib.html',
963 'test/data/download-test1.lib', 960 'test/data/download-test1.lib',
964 'test/data/download-test1.lib.mock-http-headers', 961 'test/data/download-test1.lib.mock-http-headers',
965 'test/data/download-test3.gif.mock-http-headers', 962 'test/data/download-test3.gif.mock-http-headers',
966 'test/data/download_page1.html', 963 'test/data/download_page1.html',
967 'test/data/download_page2.html', 964 'test/data/download_page2.html',
968 'test/data/download_page3.html', 965 'test/data/download_page3.html',
969 'test/data/download_page4.html', 966 'test/data/download_page4.html',
(...skipping 730 matching lines...) Expand 10 before | Expand all | Expand 10 after
1700 }, 1697 },
1701 }, { 1698 }, {
1702 'variables': { 1699 'variables': {
1703 'isolate_dependency_tracked': [ 1700 'isolate_dependency_tracked': [
1704 '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper. py', 1701 '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper. py',
1705 ], 1702 ],
1706 }, 1703 },
1707 }], 1704 }],
1708 ], 1705 ],
1709 } 1706 }
OLDNEW
« no previous file with comments | « no previous file | chrome/unit_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698