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

Unified Diff: Source/web/webkit_unit_tests.isolate

Issue 1320253003: Add isolate/swarming support for webkit_unit_tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove x11 clauses Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/web_tests.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/webkit_unit_tests.isolate
diff --git a/Source/platform/blink_heap_unittests.isolate b/Source/web/webkit_unit_tests.isolate
similarity index 54%
copy from Source/platform/blink_heap_unittests.isolate
copy to Source/web/webkit_unit_tests.isolate
index bf886439182416a86e0416e66251e0415d33846f..fcc1787e6b1e3a195575fdb2890a80d2eaf1f904 100644
--- a/Source/platform/blink_heap_unittests.isolate
+++ b/Source/web/webkit_unit_tests.isolate
@@ -2,21 +2,32 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
+ 'variables': {
+ 'files': [
+ '<(PRODUCT_DIR)/content_shell.pak',
+ 'tests/data/',
+ # Required by some image decoder tests.
+ '../platform/image-decoders/testing/',
+ '../../LayoutTests/fast/images/resources/',
+ # Required by some font tests.
+ '../platform/testing/data/',
+ ],
+ },
'conditions': [
['OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
'command': [
'<(DEPTH)/testing/test_env.py',
- '<(PRODUCT_DIR)/blink_heap_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/webkit_unit_tests<(EXECUTABLE_SUFFIX)',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
'--asan=<(asan)',
'--msan=<(msan)',
'--tsan=<(tsan)',
- ],
+ ],
M-A Ruel 2015/09/01 19:52:09 spaces, not tabs
joelo 2015/09/01 20:00:49 oops, done
'files': [
'<(DEPTH)/testing/test_env.py',
- '<(PRODUCT_DIR)/blink_heap_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/webkit_unit_tests<(EXECUTABLE_SUFFIX)',
],
},
}],
@@ -24,5 +35,7 @@
'includes': [
'../../../../base/base.isolate',
'../../../../gin/v8.isolate',
+ # Required on Android to copy icudtl.dat to a device.
+ "../../../../third_party/icu/icu.isolate",
],
}
« no previous file with comments | « Source/web/web_tests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698