| Index: sandbox/sbox_unittests.isolate
|
| diff --git a/sandbox/sbox_unittests.isolate b/sandbox/sbox_unittests.isolate
|
| deleted file mode 100644
|
| index e6dec256348642f31befb49af29b50f2347f3cd0..0000000000000000000000000000000000000000
|
| --- a/sandbox/sbox_unittests.isolate
|
| +++ /dev/null
|
| @@ -1,28 +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.
|
| -
|
| -# Because of a limitation in isolate_driver.py, this file needs to be in
|
| -# the same directory as the main .gyp file.
|
| -
|
| -{
|
| - 'conditions': [
|
| - ['OS=="win"', {
|
| - 'variables': {
|
| - 'command': [
|
| - '<(PRODUCT_DIR)/sbox_unittests.exe',
|
| - ],
|
| - },
|
| - }],
|
| - ['OS=="win" and target_arch=="ia32"', {
|
| - 'variables': {
|
| - 'files': [
|
| - '<(PRODUCT_DIR)/wow_helper.exe',
|
| - ],
|
| - },
|
| - }],
|
| - ],
|
| - 'includes': [
|
| - '../base/base.isolate',
|
| - ],
|
| -}
|
|
|