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

Side by Side Diff: chrome/browser_tests.isolate

Issue 979643002: Fix the following browser_tests in the Linux GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | chrome/test/BUILD.gn » ('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 ['OS=="linux"', { 6 ['OS=="linux"', {
7 'variables': { 7 'variables': {
8 'command': [ 8 'command': [
9 '../testing/xvfb.py', 9 '../testing/xvfb.py',
10 '<(PRODUCT_DIR)', 10 '<(PRODUCT_DIR)',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 '../third_party/pyftpdlib/', 52 '../third_party/pyftpdlib/',
53 '../third_party/pywebsocket/', 53 '../third_party/pywebsocket/',
54 '../third_party/safe_browsing/', 54 '../third_party/safe_browsing/',
55 '../third_party/simplejson/', 55 '../third_party/simplejson/',
56 '../third_party/tlslite/', 56 '../third_party/tlslite/',
57 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', 57 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
58 '<(PRODUCT_DIR)/browser_tests.pak', 58 '<(PRODUCT_DIR)/browser_tests.pak',
59 '<(PRODUCT_DIR)/peerconnection_server<(EXECUTABLE_SUFFIX)', 59 '<(PRODUCT_DIR)/peerconnection_server<(EXECUTABLE_SUFFIX)',
60 '<(PRODUCT_DIR)/pseudo_locales/', 60 '<(PRODUCT_DIR)/pseudo_locales/',
61 '<(PRODUCT_DIR)/pyproto/', 61 '<(PRODUCT_DIR)/pyproto/',
62 # TODO(jam): above is directory for GYP. GN uses:
63 #'<(SHARED_INTERMEDIATE_DIR)/google/',
64 #'<(SHARED_INTERMEDIATE_DIR)/policy/proto/',
62 '<(PRODUCT_DIR)/remoting/unittests/', 65 '<(PRODUCT_DIR)/remoting/unittests/',
63 '<(PRODUCT_DIR)/test_case.html', 66 '<(PRODUCT_DIR)/test_case.html',
64 '<(PRODUCT_DIR)/test_case.html.mock-http-headers', 67 '<(PRODUCT_DIR)/test_case.html.mock-http-headers',
65 '<(PRODUCT_DIR)/test_data/', 68 '<(PRODUCT_DIR)/test_data/',
66 '<(PRODUCT_DIR)/test_page.css', 69 '<(PRODUCT_DIR)/test_page.css',
67 '<(PRODUCT_DIR)/test_url_loader_data/', 70 '<(PRODUCT_DIR)/test_url_loader_data/',
68 'browser/policy/test/asn1der.py', 71 'browser/policy/test/asn1der.py',
69 'browser/policy/test/policy_testserver.py', 72 'browser/policy/test/policy_testserver.py',
70 'common/extensions/docs/examples/apps/calculator/', 73 'common/extensions/docs/examples/apps/calculator/',
71 'test/data/', 74 'test/data/',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 'browser/chromeos/login/test/https_forwarder.py', 238 'browser/chromeos/login/test/https_forwarder.py',
236 ], 239 ],
237 }, 240 },
238 }], 241 }],
239 ], 242 ],
240 'includes': [ 243 'includes': [
241 '../base/base.isolate', 244 '../base/base.isolate',
242 'chrome.isolate', 245 'chrome.isolate',
243 ], 246 ],
244 } 247 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698