Index: crypto/crypto_unittests.isolate |
diff --git a/base/base_unittests.isolate b/crypto/crypto_unittests.isolate |
similarity index 71% |
copy from base/base_unittests.isolate |
copy to crypto/crypto_unittests.isolate |
index 0822b2463a78c8859cdabcdcee31a6630510e2df..381a1c8b748c86946a163721fd06c8ae58911afb 100644 |
--- a/base/base_unittests.isolate |
+++ b/crypto/crypto_unittests.isolate |
@@ -1,21 +1,14 @@ |
-# Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+# Copyright 2015 The Chromium Authors. All rights reserved. |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
{ |
'conditions': [ |
- ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', { |
- 'variables': { |
- 'files': [ |
- 'test/data/', |
- ], |
- }, |
- }], |
['OS=="linux"', { |
'variables': { |
'command': [ |
'../testing/xvfb.py', |
'<(PRODUCT_DIR)', |
- '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)', |
+ '<(PRODUCT_DIR)/crypto_unittests<(EXECUTABLE_SUFFIX)', |
'--brave-new-test-launcher', |
'--test-launcher-bot-mode', |
'--asan=<(asan)', |
@@ -39,7 +32,7 @@ |
'variables': { |
'files': [ |
'../testing/test_env.py', |
- '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)', |
+ '<(PRODUCT_DIR)/crypto_unittests<(EXECUTABLE_SUFFIX)', |
], |
'read_only': 1, |
}, |
@@ -48,7 +41,7 @@ |
'variables': { |
'command': [ |
'../testing/test_env.py', |
- '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)', |
+ '<(PRODUCT_DIR)/crypto_unittests<(EXECUTABLE_SUFFIX)', |
'--brave-new-test-launcher', |
'--test-launcher-bot-mode', |
'--asan=<(asan)', |
@@ -58,22 +51,22 @@ |
], |
}, |
}], |
- ['OS=="mac" and asan==1', { |
+ ['OS=="mac" and asan==1 and fastbuild==0', { |
'variables': { |
'files': [ |
- '<(PRODUCT_DIR)/base_unittests.dSYM/', |
+ '<(PRODUCT_DIR)/crypto_unittests.dSYM/', |
], |
}, |
}], |
['OS=="win" and (fastbuild==0 or fastbuild==1)', { |
'variables': { |
'files': [ |
- '<(PRODUCT_DIR)/base_unittests.exe.pdb', |
+ '<(PRODUCT_DIR)/crypto_unittests.exe.pdb', |
], |
}, |
}], |
], |
'includes': [ |
- 'base.isolate', |
+ '../base/base.isolate', |
], |
} |