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

Side by Side Diff: chrome/browser_tests.isolate

Issue 2255673003: [wasm] Support wasm module structured cloning. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Setup isolate Created 4 years, 4 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
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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 # TODO(jam): above is directory for GYP. GN uses: 78 # TODO(jam): above is directory for GYP. GN uses:
79 #'<(SHARED_INTERMEDIATE_DIR)/google/', 79 #'<(SHARED_INTERMEDIATE_DIR)/google/',
80 #'<(SHARED_INTERMEDIATE_DIR)/policy/proto/', 80 #'<(SHARED_INTERMEDIATE_DIR)/policy/proto/',
81 '<(PRODUCT_DIR)/remoting/unittests/', 81 '<(PRODUCT_DIR)/remoting/unittests/',
82 '<(PRODUCT_DIR)/test_case.html', 82 '<(PRODUCT_DIR)/test_case.html',
83 '<(PRODUCT_DIR)/test_case.html.mock-http-headers', 83 '<(PRODUCT_DIR)/test_case.html.mock-http-headers',
84 '<(PRODUCT_DIR)/test_data/', 84 '<(PRODUCT_DIR)/test_data/',
85 '<(PRODUCT_DIR)/test_page.css', 85 '<(PRODUCT_DIR)/test_page.css',
86 '<(PRODUCT_DIR)/test_page.css.mock-http-headers', 86 '<(PRODUCT_DIR)/test_page.css.mock-http-headers',
87 '<(PRODUCT_DIR)/test_url_loader_data/', 87 '<(PRODUCT_DIR)/test_url_loader_data/',
88 '../v8/test/mjsunit/wasm/incrementer.wasm',
88 'browser/policy/test/asn1der.py', 89 'browser/policy/test/asn1der.py',
89 'browser/policy/test/policy_testserver.py', 90 'browser/policy/test/policy_testserver.py',
90 'common/extensions/docs/examples/apps/calculator/', 91 'common/extensions/docs/examples/apps/calculator/',
91 'test/data/', 92 'test/data/',
92 'third_party/mock4js/', 93 'third_party/mock4js/',
93 ], 94 ],
94 }, 95 },
95 }], 96 }],
96 ['OS=="linux" or OS=="win"', { 97 ['OS=="linux" or OS=="win"', {
97 'variables': { 98 'variables': {
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 'browser/chromeos/login/test/https_forwarder.py', 296 'browser/chromeos/login/test/https_forwarder.py',
296 ], 297 ],
297 }, 298 },
298 }], 299 }],
299 ], 300 ],
300 'includes': [ 301 'includes': [
301 '../base/base.isolate', 302 '../base/base.isolate',
302 'chrome.isolate', 303 'chrome.isolate',
303 ], 304 ],
304 } 305 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698