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

Side by Side Diff: chrome/browser_tests.isolate

Issue 1320793004: Fix sbox_validation_tests & Make isolate_driver.py include the executable itself (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Fix for official build 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)',
75 '<(PRODUCT_DIR)/browser_tests.pak', 74 '<(PRODUCT_DIR)/browser_tests.pak',
76 '<(PRODUCT_DIR)/pseudo_locales/', 75 '<(PRODUCT_DIR)/pseudo_locales/',
77 '<(PRODUCT_DIR)/pyproto/', 76 '<(PRODUCT_DIR)/pyproto/',
78 # TODO(jam): above is directory for GYP. GN uses: 77 # TODO(jam): above is directory for GYP. GN uses:
79 #'<(SHARED_INTERMEDIATE_DIR)/google/', 78 #'<(SHARED_INTERMEDIATE_DIR)/google/',
80 #'<(SHARED_INTERMEDIATE_DIR)/policy/proto/', 79 #'<(SHARED_INTERMEDIATE_DIR)/policy/proto/',
81 '<(PRODUCT_DIR)/remoting/unittests/', 80 '<(PRODUCT_DIR)/remoting/unittests/',
82 '<(PRODUCT_DIR)/test_case.html', 81 '<(PRODUCT_DIR)/test_case.html',
83 '<(PRODUCT_DIR)/test_case.html.mock-http-headers', 82 '<(PRODUCT_DIR)/test_case.html.mock-http-headers',
84 '<(PRODUCT_DIR)/test_data/', 83 '<(PRODUCT_DIR)/test_data/',
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 'browser/chromeos/login/test/https_forwarder.py', 253 'browser/chromeos/login/test/https_forwarder.py',
255 ], 254 ],
256 }, 255 },
257 }], 256 }],
258 ], 257 ],
259 'includes': [ 258 'includes': [
260 '../base/base.isolate', 259 '../base/base.isolate',
261 'chrome.isolate', 260 'chrome.isolate',
262 ], 261 ],
263 } 262 }
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