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

Unified Diff: third_party/libphonenumber/libphonenumber.gyp

Issue 1759723002: [libphonenumber] Run tests on swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments 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
« no previous file with comments | « third_party/libphonenumber/BUILD.gn ('k') | third_party/libphonenumber/libphonenumber_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libphonenumber/libphonenumber.gyp
diff --git a/third_party/libphonenumber/libphonenumber.gyp b/third_party/libphonenumber/libphonenumber.gyp
index e89f48e26d5083ff7f6e7aa0c941c869af38c833..4167712b98157a0ee3e8414ef328656c061f521b 100644
--- a/third_party/libphonenumber/libphonenumber.gyp
+++ b/third_party/libphonenumber/libphonenumber.gyp
@@ -128,9 +128,11 @@
'dist/cpp/test/phonenumbers/phonenumbermatcher_test.cc',
'dist/cpp/test/phonenumbers/phonenumberutil_test.cc',
'dist/cpp/test/phonenumbers/regexp_adapter_test.cc',
+ 'dist/cpp/test/phonenumbers/regexp_cache_test.cc',
'dist/cpp/test/phonenumbers/stringutil_test.cc',
'dist/cpp/test/phonenumbers/test_util.cc',
'dist/cpp/test/phonenumbers/unicodestring_test.cc',
+ 'dist/cpp/test/phonenumbers/utf/unicodetext_test.cc',
],
'dependencies': [
'../icu/icu.gyp:icui18n',
@@ -160,5 +162,25 @@
],
}],
],
- }]
+ }],
+ 'conditions': [
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'libphonenumber_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'libphonenumber_unittests',
+ ],
+ 'includes': [
+ '../../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'libphonenumber_unittests.isolate',
+ ],
+ },
+ ],
+ }, {
+ }],
+ ],
}
« no previous file with comments | « third_party/libphonenumber/BUILD.gn ('k') | third_party/libphonenumber/libphonenumber_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698