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

Side by Side Diff: chrome/browser_tests.isolate

Issue 10694170: Renamed .pak and .rc files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Whitespace error (Attempt 2) Created 8 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/chrome_dll.gypi » ('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 1190 matching lines...) Expand 10 before | Expand all | Expand 10 after
1201 '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsock et/stream.py', 1201 '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsock et/stream.py',
1202 '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsock et/util.py', 1202 '../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsock et/util.py',
1203 '../third_party/WebKit/Tools/Scripts/webkitpy/tool/__init__.py', 1203 '../third_party/WebKit/Tools/Scripts/webkitpy/tool/__init__.py',
1204 '../third_party/WebKit/Tools/Scripts/webkitpy/tool/grammar.py', 1204 '../third_party/WebKit/Tools/Scripts/webkitpy/tool/grammar.py',
1205 '<(PRODUCT_DIR)/locales/en-US.pak', 1205 '<(PRODUCT_DIR)/locales/en-US.pak',
1206 '<(PRODUCT_DIR)/test_data/chrome/test/data/webui/assertions.js', 1206 '<(PRODUCT_DIR)/test_data/chrome/test/data/webui/assertions.js',
1207 '<(PRODUCT_DIR)/test_data/chrome/test/data/webui/chrome_send_browserte st.js', 1207 '<(PRODUCT_DIR)/test_data/chrome/test/data/webui/chrome_send_browserte st.js',
1208 '<(PRODUCT_DIR)/test_data/chrome/test/data/webui/mock4js_browsertest.j s', 1208 '<(PRODUCT_DIR)/test_data/chrome/test/data/webui/mock4js_browsertest.j s',
1209 '<(PRODUCT_DIR)/test_data/chrome/test/data/webui/net_internals/net_int ernals_test.js', 1209 '<(PRODUCT_DIR)/test_data/chrome/test/data/webui/net_internals/net_int ernals_test.js',
1210 '<(PRODUCT_DIR)/test_data/chrome/test/data/webui/print_preview.js', 1210 '<(PRODUCT_DIR)/test_data/chrome/test/data/webui/print_preview.js',
1211 '<(PRODUCT_DIR)/theme_resources_standard.pak', 1211 '<(PRODUCT_DIR)/theme_resources_100_percent.pak',
1212 '<(PRODUCT_DIR)/ui_resources_standard.pak', 1212 '<(PRODUCT_DIR)/ui_resources_100_percent.pak',
1213 'test/data/anchor_download_test.png', 1213 'test/data/anchor_download_test.png',
1214 'test/data/clicktoplay.html', 1214 'test/data/clicktoplay.html',
1215 'test/data/download-anchor-attrib.html', 1215 'test/data/download-anchor-attrib.html',
1216 'test/data/download-test1.lib', 1216 'test/data/download-test1.lib',
1217 'test/data/download-test1.lib.mock-http-headers', 1217 'test/data/download-test1.lib.mock-http-headers',
1218 'test/data/download-test3.gif.mock-http-headers', 1218 'test/data/download-test3.gif.mock-http-headers',
1219 'test/data/download_page1.html', 1219 'test/data/download_page1.html',
1220 'test/data/download_page2.html', 1220 'test/data/download_page2.html',
1221 'test/data/download_page3.html', 1221 'test/data/download_page3.html',
1222 'test/data/download_page4.html', 1222 'test/data/download_page4.html',
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
1959 }, 1959 },
1960 }, { 1960 }, {
1961 'variables': { 1961 'variables': {
1962 'isolate_dependency_tracked': [ 1962 'isolate_dependency_tracked': [
1963 '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper. py', 1963 '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper. py',
1964 ], 1964 ],
1965 }, 1965 },
1966 }], 1966 }],
1967 ], 1967 ],
1968 } 1968 }
OLDNEW
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698