| 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)',
|
| ],
|
| },
|
| }],
|
|
|