| Index: ipc/mojo/ipc_mojo_unittests.isolate
|
| diff --git a/ipc/mojo/ipc_mojo_unittests.isolate b/ipc/mojo/ipc_mojo_unittests.isolate
|
| deleted file mode 100644
|
| index d3309573f35deed26ef8379a1ba1bba709119f53..0000000000000000000000000000000000000000
|
| --- a/ipc/mojo/ipc_mojo_unittests.isolate
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -# 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.
|
| -{
|
| - 'includes': [
|
| - '../../base/base.isolate',
|
| - ],
|
| - 'conditions': [
|
| - ['OS=="win" or OS=="mac" or OS=="linux"', {
|
| - 'variables': {
|
| - 'command': [
|
| - '../../testing/test_env.py',
|
| - '<(PRODUCT_DIR)/ipc_mojo_unittests<(EXECUTABLE_SUFFIX)',
|
| - '--brave-new-test-launcher',
|
| - '--test-launcher-bot-mode',
|
| - ],
|
| - 'files': [
|
| - '../../testing/test_env.py',
|
| - ],
|
| - },
|
| - }],
|
| - ],
|
| -}
|
|
|