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

Unified Diff: third_party/libphonenumber/libphonenumber_unittests.isolate

Issue 1759723002: [libphonenumber] Run tests on swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix included files Created 4 years, 9 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/tools/gn/gn_unittests.isolate b/third_party/libphonenumber/libphonenumber_unittests.isolate
similarity index 65%
copy from tools/gn/gn_unittests.isolate
copy to third_party/libphonenumber/libphonenumber_unittests.isolate
index cada5a0bad814f9359c5b2466d558e9ac053eed5..8785ff3479684c936e64ecff35ff7be5f1070ecc 100644
--- a/tools/gn/gn_unittests.isolate
+++ b/third_party/libphonenumber/libphonenumber_unittests.isolate
@@ -1,4 +1,4 @@
-# Copyright (c) 2015 The Chromium Authors. All rights reserved.
+# Copyright (c) 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.
{
@@ -6,10 +6,10 @@
['OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
'command': [
- '<(PRODUCT_DIR)/gn_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/libphonenumber_unittests<(EXECUTABLE_SUFFIX)',
],
'files': [
- 'format_test_data/',
+ 'dist/resources/test/',
Nico 2016/03/17 16:23:14 Since you need this, do you need a `data = ...` in
Mathieu 2016/03/18 13:19:16 fair point! Done.
],
},
}],
@@ -17,4 +17,4 @@
'includes': [
'../../base/base.isolate',
],
-}
+}

Powered by Google App Engine
This is Rietveld 408576698