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

Unified Diff: third_party/libphonenumber/libphonenumber_unittests.isolate

Issue 1681663002: [Testing] Run libaddressinput_unittests on bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initial Created 4 years, 10 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: third_party/libphonenumber/libphonenumber_unittests.isolate
diff --git a/chrome/setup_unittests.isolate b/third_party/libphonenumber/libphonenumber_unittests.isolate
similarity index 50%
copy from chrome/setup_unittests.isolate
copy to third_party/libphonenumber/libphonenumber_unittests.isolate
index 3f6e56de2e309d2ee519b75012f58ffd8bfe84d9..87e97d9a453547169cedfb156cc9ead2392fa5ba 100644
--- a/chrome/setup_unittests.isolate
+++ b/third_party/libphonenumber/libphonenumber_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"', {
'variables': {
'command': [
- '<(PRODUCT_DIR)/setup_unittests.exe',
+ '<(PRODUCT_DIR)/libphonenumber_unittests<(EXECUTABLE_SUFFIX)',
],
'files': [
- 'installer/test/data/',
- 'test/data/installer/',
+ '<(PRODUCT_DIR)/libphonenumber_unittests<(EXECUTABLE_SUFFIX)',
],
},
}],

Powered by Google App Engine
This is Rietveld 408576698