Index: third_party/libaddressinput/libaddressinput_unittests.isolate |
diff --git a/chrome/setup_unittests.isolate b/third_party/libaddressinput/libaddressinput_unittests.isolate |
similarity index 50% |
copy from chrome/setup_unittests.isolate |
copy to third_party/libaddressinput/libaddressinput_unittests.isolate |
index 3f6e56de2e309d2ee519b75012f58ffd8bfe84d9..50e861301054d03ed477fd340581fa29e9f30ecc 100644 |
--- a/chrome/setup_unittests.isolate |
+++ b/third_party/libaddressinput/libaddressinput_unittests.isolate |
@@ -1,16 +1,15 @@ |
-# Copyright 2015 The Chromium Authors. All rights reserved. |
+# Copyright 2016 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=="win"', { |
+ ['OS=="linux" or OS=="mac" or OS=="win" or OS=="android"', { |
M-A Ruel
2016/02/08 21:48:59
Remove android
Mathieu
2016/02/09 00:57:19
Done.
|
'variables': { |
'command': [ |
- '<(PRODUCT_DIR)/setup_unittests.exe', |
+ '<(PRODUCT_DIR)/libaddressinput_unittests<(EXECUTABLE_SUFFIX)', |
], |
'files': [ |
- 'installer/test/data/', |
- 'test/data/installer/', |
+ '<(PRODUCT_DIR)/libaddressinput_unittests<(EXECUTABLE_SUFFIX)', |
], |
}, |
}], |