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

Unified Diff: third_party/libphonenumber/libphonenumber.gyp

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.gyp
diff --git a/third_party/libphonenumber/libphonenumber.gyp b/third_party/libphonenumber/libphonenumber.gyp
index 363451bc31d5e6d0ecaa39287003b8ce52c49b07..82e452390692ee647d814e86c3feeeda0bd39770 100644
--- a/third_party/libphonenumber/libphonenumber.gyp
+++ b/third_party/libphonenumber/libphonenumber.gyp
@@ -156,6 +156,23 @@
'-Wl,--detect-odr-violations',
],
}],
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
M-A Ruel 2016/02/08 21:49:00 You are already inside a targets section. You must
Mathieu 2016/02/09 00:55:50 Done.
+ {
+ 'target_name': 'libphonenumber_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'libphonenumber_unittests',
+ ],
+ 'includes': [
+ '../../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'libphonenumber_unittests.isolate',
+ ],
+ },
+ ],
+ }],
],
}]
}

Powered by Google App Engine
This is Rietveld 408576698