| Index: ui/views/views_unittests.isolate
|
| diff --git a/ui/wm/wm_unittests.isolate b/ui/views/views_unittests.isolate
|
| similarity index 88%
|
| copy from ui/wm/wm_unittests.isolate
|
| copy to ui/views/views_unittests.isolate
|
| index 5431fb9a5964becc873b5988834f33f4fe5ec27f..d58415f3942fcfb59524fa54ec3bda596080db61 100644
|
| --- a/ui/wm/wm_unittests.isolate
|
| +++ b/ui/views/views_unittests.isolate
|
| @@ -1,4 +1,4 @@
|
| -# Copyright 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.
|
| {
|
| @@ -7,7 +7,7 @@
|
| 'variables': {
|
| 'command': [
|
| '../../testing/test_env.py',
|
| - '<(PRODUCT_DIR)/wm_unittests<(EXECUTABLE_SUFFIX)',
|
| + '<(PRODUCT_DIR)/views_unittests<(EXECUTABLE_SUFFIX)',
|
| '--brave-new-test-launcher',
|
| '--test-launcher-bot-mode',
|
| '--asan=<(asan)',
|
| @@ -21,7 +21,7 @@
|
| 'command': [
|
| '../../testing/xvfb.py',
|
| '<(PRODUCT_DIR)',
|
| - '<(PRODUCT_DIR)/wm_unittests<(EXECUTABLE_SUFFIX)',
|
| + '<(PRODUCT_DIR)/views_unittests<(EXECUTABLE_SUFFIX)',
|
| '--brave-new-test-launcher',
|
| '--test-launcher-bot-mode',
|
| '--asan=<(asan)',
|
|
|