| Index: sql/sql_unittests.isolate
|
| diff --git a/media/media_unittests.isolate b/sql/sql_unittests.isolate
|
| similarity index 57%
|
| copy from media/media_unittests.isolate
|
| copy to sql/sql_unittests.isolate
|
| index 0aa38c0eb6010194fc310c502892e2ebd23d44b1..f46323eb115f348b936c2a17acbbd8b5a05aecf3 100644
|
| --- a/media/media_unittests.isolate
|
| +++ b/sql/sql_unittests.isolate
|
| @@ -1,9 +1,9 @@
|
| -# Copyright 2013 The Chromium Authors. All rights reserved.
|
| +# Copyright (c) 2014 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.
|
| {
|
| 'conditions': [
|
| - ['OS=="android"', {
|
| + ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
|
| 'variables': {
|
| 'isolate_dependency_untracked': [
|
| 'test/data/',
|
| @@ -11,4 +11,7 @@
|
| },
|
| }],
|
| ],
|
| + 'includes': [
|
| + '../base/base.isolate',
|
| + ],
|
| }
|
|
|