| Index: mojo/mojo_common_unittests.isolate
|
| diff --git a/mojo/mojo_js_unittests.isolate b/mojo/mojo_common_unittests.isolate
|
| similarity index 71%
|
| copy from mojo/mojo_js_unittests.isolate
|
| copy to mojo/mojo_common_unittests.isolate
|
| index 2b3131b2b3c67885c50d58942d6fcc391410a5d4..4b9e0d63248556ac55aae3419755d3f7e454bb78 100644
|
| --- a/mojo/mojo_js_unittests.isolate
|
| +++ b/mojo/mojo_common_unittests.isolate
|
| @@ -1,4 +1,4 @@
|
| -# Copyright 2014 The Chromium Authors. All rights reserved.
|
| +# Copyright 2015 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.
|
| {
|
| @@ -10,17 +10,13 @@
|
| 'variables': {
|
| 'command': [
|
| '../testing/test_env.py',
|
| - '<(PRODUCT_DIR)/mojo_js_unittests<(EXECUTABLE_SUFFIX)',
|
| + '<(PRODUCT_DIR)/mojo_common_unittests<(EXECUTABLE_SUFFIX)',
|
| '--brave-new-test-launcher',
|
| '--test-launcher-bot-mode',
|
| ],
|
| 'files': [
|
| - '../gin/test/expect.js',
|
| '../testing/test_env.py',
|
| - '<(PRODUCT_DIR)/gen/mojo/public/interfaces/bindings/tests/',
|
| - '<(PRODUCT_DIR)/mojo_js_unittests<(EXECUTABLE_SUFFIX)',
|
| - 'bindings/js/',
|
| - 'public/js/bindings/',
|
| + '<(PRODUCT_DIR)/mojo_common_unittests<(EXECUTABLE_SUFFIX)',
|
| ],
|
| },
|
| }],
|
|
|