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

Side by Side Diff: chrome/browser_tests.isolate

Issue 1329783003: Revert of Fix sbox_validation_tests & Make isolate_driver.py include the executable itself (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@2_process
Patch Set: Created 5 years, 3 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/angle_unittests.isolate ('k') | chrome/chromedriver_unittests.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 '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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/mocha/mocha.js', 68 '../third_party/mocha/mocha.js',
69 '../third_party/pyftpdlib/', 69 '../third_party/pyftpdlib/',
70 '../third_party/pywebsocket/', 70 '../third_party/pywebsocket/',
71 '../third_party/safe_browsing/', 71 '../third_party/safe_browsing/',
72 '../third_party/simplejson/', 72 '../third_party/simplejson/',
73 '../third_party/tlslite/', 73 '../third_party/tlslite/',
74 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
74 '<(PRODUCT_DIR)/browser_tests.pak', 75 '<(PRODUCT_DIR)/browser_tests.pak',
75 '<(PRODUCT_DIR)/pseudo_locales/', 76 '<(PRODUCT_DIR)/pseudo_locales/',
76 '<(PRODUCT_DIR)/pyproto/', 77 '<(PRODUCT_DIR)/pyproto/',
77 # TODO(jam): above is directory for GYP. GN uses: 78 # TODO(jam): above is directory for GYP. GN uses:
78 #'<(SHARED_INTERMEDIATE_DIR)/google/', 79 #'<(SHARED_INTERMEDIATE_DIR)/google/',
79 #'<(SHARED_INTERMEDIATE_DIR)/policy/proto/', 80 #'<(SHARED_INTERMEDIATE_DIR)/policy/proto/',
80 '<(PRODUCT_DIR)/remoting/unittests/', 81 '<(PRODUCT_DIR)/remoting/unittests/',
81 '<(PRODUCT_DIR)/test_case.html', 82 '<(PRODUCT_DIR)/test_case.html',
82 '<(PRODUCT_DIR)/test_case.html.mock-http-headers', 83 '<(PRODUCT_DIR)/test_case.html.mock-http-headers',
83 '<(PRODUCT_DIR)/test_data/', 84 '<(PRODUCT_DIR)/test_data/',
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'browser/chromeos/login/test/https_forwarder.py', 254 'browser/chromeos/login/test/https_forwarder.py',
254 ], 255 ],
255 }, 256 },
256 }], 257 }],
257 ], 258 ],
258 'includes': [ 259 'includes': [
259 '../base/base.isolate', 260 '../base/base.isolate',
260 'chrome.isolate', 261 'chrome.isolate',
261 ], 262 ],
262 } 263 }
OLDNEW
« no previous file with comments | « chrome/angle_unittests.isolate ('k') | chrome/chromedriver_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698