| 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/',
|
| ],
|
| },
|
| }],
|
| @@ -17,4 +17,4 @@
|
| 'includes': [
|
| '../../base/base.isolate',
|
| ],
|
| -}
|
| +}
|
|
|