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

Side by Side Diff: chrome/browser_tests.isolate

Issue 2108313002: Remove the Pver3 safe_browsing_test server (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update a few files I missed Created 4 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
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_test.cc ('k') | chrome/chrome_tests.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 'conditions': [ 5 'conditions': [
6 ['use_x11==0', { 6 ['use_x11==0', {
7 'variables': { 7 'variables': {
8 'command': [ 8 'command': [
9 '../testing/test_env.py', 9 '../testing/test_env.py',
10 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', 10 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 '../ppapi/tests/test_case.html', 62 '../ppapi/tests/test_case.html',
63 '../ppapi/tests/test_case.html.mock-http-headers', 63 '../ppapi/tests/test_case.html.mock-http-headers',
64 '../ppapi/tests/test_page.css', 64 '../ppapi/tests/test_page.css',
65 '../ppapi/tests/test_page.css.mock-http-headers', 65 '../ppapi/tests/test_page.css.mock-http-headers',
66 '../testing/test_env.py', 66 '../testing/test_env.py',
67 '../third_party/accessibility-audit/axs_testing.js', 67 '../third_party/accessibility-audit/axs_testing.js',
68 '../third_party/chaijs/chai.js', 68 '../third_party/chaijs/chai.js',
69 '../third_party/mocha/mocha.js', 69 '../third_party/mocha/mocha.js',
70 '../third_party/pyftpdlib/', 70 '../third_party/pyftpdlib/',
71 '../third_party/pywebsocket/', 71 '../third_party/pywebsocket/',
72 '../third_party/safe_browsing/',
73 '../third_party/simplejson/', 72 '../third_party/simplejson/',
74 '../third_party/tlslite/', 73 '../third_party/tlslite/',
75 '../ui/webui/resources/js/', 74 '../ui/webui/resources/js/',
76 '<(PRODUCT_DIR)/browser_tests.pak', 75 '<(PRODUCT_DIR)/browser_tests.pak',
77 '<(PRODUCT_DIR)/pseudo_locales/', 76 '<(PRODUCT_DIR)/pseudo_locales/',
78 '<(PRODUCT_DIR)/pyproto/', 77 '<(PRODUCT_DIR)/pyproto/',
79 # TODO(jam): above is directory for GYP. GN uses: 78 # TODO(jam): above is directory for GYP. GN uses:
80 #'<(SHARED_INTERMEDIATE_DIR)/google/', 79 #'<(SHARED_INTERMEDIATE_DIR)/google/',
81 #'<(SHARED_INTERMEDIATE_DIR)/policy/proto/', 80 #'<(SHARED_INTERMEDIATE_DIR)/policy/proto/',
82 '<(PRODUCT_DIR)/remoting/unittests/', 81 '<(PRODUCT_DIR)/remoting/unittests/',
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 'browser/chromeos/login/test/https_forwarder.py', 295 'browser/chromeos/login/test/https_forwarder.py',
297 ], 296 ],
298 }, 297 },
299 }], 298 }],
300 ], 299 ],
301 'includes': [ 300 'includes': [
302 '../base/base.isolate', 301 '../base/base.isolate',
303 'chrome.isolate', 302 'chrome.isolate',
304 ], 303 ],
305 } 304 }
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_test.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698