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

Side by Side Diff: chrome/browser_tests.isolate

Issue 12235003: Split out policy code from net/tools/testserver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 80 chars. Created 7 years, 10 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/browser/policy/test/policy_testserver.py ('k') | chrome/chrome_tests_unit.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/data/ssl/certificates/expired_cert.pem', 7 '../net/data/ssl/certificates/expired_cert.pem',
8 '../net/data/ssl/certificates/ok_cert.pem', 8 '../net/data/ssl/certificates/ok_cert.pem',
9 '../net/data/ssl/certificates/root_ca_cert.crt', 9 '../net/data/ssl/certificates/root_ca_cert.crt',
10 '../net/tools/testserver/asn1.py', 10 '../net/tools/testserver/asn1.py',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests', 151 '<(PRODUCT_DIR)/ppapi_tests.plugin/Contents/MacOS/ppapi_tests',
152 ], 152 ],
153 'isolate_dependency_untracked': [ 153 'isolate_dependency_untracked': [
154 '<(PRODUCT_DIR)/Chromium Framework.framework/', 154 '<(PRODUCT_DIR)/Chromium Framework.framework/',
155 '<(PRODUCT_DIR)/Chromium.app/', 155 '<(PRODUCT_DIR)/Chromium.app/',
156 ], 156 ],
157 }, 157 },
158 }, { 158 }, {
159 'variables': { 159 'variables': {
160 'isolate_dependency_tracked': [ 160 'isolate_dependency_tracked': [
161 '../net/tools/testserver/asn1der.py',
162 '../net/tools/testserver/device_management.py',
163 '../third_party/WebKit/Tools/Scripts/new-run-webkit-websocketserver', 161 '../third_party/WebKit/Tools/Scripts/new-run-webkit-websocketserver',
164 '../third_party/safe_browsing/testing/external_test_pb2.py', 162 '../third_party/safe_browsing/testing/external_test_pb2.py',
165 '../third_party/safe_browsing/testing/safebrowsing_test_server.py', 163 '../third_party/safe_browsing/testing/safebrowsing_test_server.py',
166 '../third_party/safe_browsing/testing/testing_input_nomac.dat', 164 '../third_party/safe_browsing/testing/testing_input_nomac.dat',
167 '../third_party/simplejson/__init__.py', 165 '../third_party/simplejson/__init__.py',
168 '../third_party/simplejson/decoder.py', 166 '../third_party/simplejson/decoder.py',
169 '../third_party/simplejson/encoder.py', 167 '../third_party/simplejson/encoder.py',
170 '../third_party/simplejson/scanner.py', 168 '../third_party/simplejson/scanner.py',
171 '<(PRODUCT_DIR)/chrome_100_percent.pak', 169 '<(PRODUCT_DIR)/chrome_100_percent.pak',
172 '<(PRODUCT_DIR)/locales/en-US.pak', 170 '<(PRODUCT_DIR)/locales/en-US.pak',
(...skipping 21 matching lines...) Expand all
194 '<(PRODUCT_DIR)/pyproto/google/protobuf/internal/type_checkers.py', 192 '<(PRODUCT_DIR)/pyproto/google/protobuf/internal/type_checkers.py',
195 '<(PRODUCT_DIR)/pyproto/google/protobuf/internal/wire_format.py', 193 '<(PRODUCT_DIR)/pyproto/google/protobuf/internal/wire_format.py',
196 '<(PRODUCT_DIR)/pyproto/google/protobuf/message.py', 194 '<(PRODUCT_DIR)/pyproto/google/protobuf/message.py',
197 '<(PRODUCT_DIR)/pyproto/google/protobuf/reflection.py', 195 '<(PRODUCT_DIR)/pyproto/google/protobuf/reflection.py',
198 '<(PRODUCT_DIR)/pyproto/google/protobuf/service.py', 196 '<(PRODUCT_DIR)/pyproto/google/protobuf/service.py',
199 '<(PRODUCT_DIR)/pyproto/google/protobuf/service_reflection.py', 197 '<(PRODUCT_DIR)/pyproto/google/protobuf/service_reflection.py',
200 '<(PRODUCT_DIR)/pyproto/google/protobuf/text_format.py', 198 '<(PRODUCT_DIR)/pyproto/google/protobuf/text_format.py',
201 '<(PRODUCT_DIR)/test_case.html', 199 '<(PRODUCT_DIR)/test_case.html',
202 '<(PRODUCT_DIR)/test_case.html.mock-http-headers', 200 '<(PRODUCT_DIR)/test_case.html.mock-http-headers',
203 '<(PRODUCT_DIR)/test_page.css', 201 '<(PRODUCT_DIR)/test_page.css',
202 'browser/policy/test/asn1der.py',
203 'browser/policy/test/policy_testserver.py',
204 'browser/safe_browsing/safe_browsing_testserver.py', 204 'browser/safe_browsing/safe_browsing_testserver.py',
205 'common/extensions/docs/examples/apps/calculator/app/controller.js', 205 'common/extensions/docs/examples/apps/calculator/app/controller.js',
206 'common/extensions/docs/examples/apps/calculator/app/view.js', 206 'common/extensions/docs/examples/apps/calculator/app/view.js',
207 ], 207 ],
208 'isolate_dependency_untracked': [ 208 'isolate_dependency_untracked': [
209 '../net/data/websocket/', 209 '../net/data/websocket/',
210 '../third_party/WebKit/Tools/Scripts/webkitpy/', 210 '../third_party/WebKit/Tools/Scripts/webkitpy/',
211 '../third_party/accessibility-developer-tools/gen/', 211 '../third_party/accessibility-developer-tools/gen/',
212 '../third_party/bidichecker/', 212 '../third_party/bidichecker/',
213 '<(PRODUCT_DIR)/lib64/', 213 '<(PRODUCT_DIR)/lib64/',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 }, 247 },
248 }, { 248 }, {
249 'variables': { 249 'variables': {
250 'isolate_dependency_tracked': [ 250 'isolate_dependency_tracked': [
251 '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper. py', 251 '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper. py',
252 ], 252 ],
253 }, 253 },
254 }], 254 }],
255 ], 255 ],
256 } 256 }
OLDNEW
« no previous file with comments | « chrome/browser/policy/test/policy_testserver.py ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698