Chromium Code Reviews| 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', |
| + ], |
| + }, |
| + ], |
| + }], |
| ], |
| }] |
| } |