| Index: third_party/libaddressinput/libaddressinput_unittests.isolate
|
| diff --git a/ui/gfx/gfx_unittests.isolate b/third_party/libaddressinput/libaddressinput_unittests.isolate
|
| similarity index 58%
|
| copy from ui/gfx/gfx_unittests.isolate
|
| copy to third_party/libaddressinput/libaddressinput_unittests.isolate
|
| index 3712f1333b8dafe98d73f7b6839936dac5a8a0a7..4f2bd6060b966add58797b85521a67f666b1b47d 100644
|
| --- a/ui/gfx/gfx_unittests.isolate
|
| +++ b/third_party/libaddressinput/libaddressinput_unittests.isolate
|
| @@ -1,4 +1,4 @@
|
| -# Copyright (c) 2014 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.
|
| {
|
| @@ -6,11 +6,11 @@
|
| ['OS=="linux" or OS=="mac" or OS=="win"', {
|
| 'variables': {
|
| 'command': [
|
| - '<(PRODUCT_DIR)/gfx_unittests<(EXECUTABLE_SUFFIX)',
|
| + '<(PRODUCT_DIR)/libaddressinput_unittests<(EXECUTABLE_SUFFIX)',
|
| ],
|
| 'files': [
|
| - 'test/data/',
|
| - '<(PRODUCT_DIR)/ui_test.pak',
|
| + '<(PRODUCT_DIR)/libaddressinput_unittests<(EXECUTABLE_SUFFIX)',
|
| + 'src/testdata/',
|
| ],
|
| },
|
| }],
|
|
|