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

Unified Diff: device/device_unittests.isolate

Issue 1217563004: Isolate device_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
Index: device/device_unittests.isolate
diff --git a/base/base_unittests.isolate b/device/device_unittests.isolate
similarity index 66%
copy from base/base_unittests.isolate
copy to device/device_unittests.isolate
index 57fc4d2e5319d1d24526001334d8bdd66a2abeee..05a6adfa7eec11805b525f590819a0de4d295d97 100644
--- a/base/base_unittests.isolate
+++ b/device/device_unittests.isolate
@@ -1,11 +1,11 @@
-# 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.
{
'variables': {
'command': [
'../testing/test_env.py',
- '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/device_unittests<(EXECUTABLE_SUFFIX)',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
'--asan=<(asan)',
@@ -14,18 +14,13 @@
],
},
'conditions': [
- ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
- 'variables': {
- 'files': [
- 'test/data/',
- ],
- },
- }],
['OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
'files': [
'../testing/test_env.py',
- '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/device_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/usb_gadget.zip',
+ '<(PRODUCT_DIR)/usb_gadget.zip.md5',
],
'read_only': 1,
M-A Ruel 2015/06/30 19:54:20 Remove, it's not needed anymore. I'll remove it fr
Reilly Grant (use Gerrit) 2015/06/30 20:38:11 Done.
},
@@ -40,19 +35,19 @@
['OS=="mac" and asan==1 and fastbuild==0', {
'variables': {
'files': [
- '<(PRODUCT_DIR)/base_unittests.dSYM/',
+ '<(PRODUCT_DIR)/device_unittests.dSYM/',
],
},
}],
['OS=="win" and (fastbuild==0 or fastbuild==1)', {
'variables': {
'files': [
- '<(PRODUCT_DIR)/base_unittests.exe.pdb',
+ '<(PRODUCT_DIR)/device_unittests.exe.pdb',
],
},
}],
],
'includes': [
- 'base.isolate',
+ '../base/base.isolate',
],
}

Powered by Google App Engine
This is Rietveld 408576698