| Index: components/components_browsertests.isolate
|
| diff --git a/components/components_browsertests.isolate b/components/components_browsertests.isolate
|
| index c18c7cfe0941ee7875dd7c4115e0894470710fc4..f384f85f00448455bf20684177a62d8e82f3ab21 100644
|
| --- a/components/components_browsertests.isolate
|
| +++ b/components/components_browsertests.isolate
|
| @@ -2,10 +2,6 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
| {
|
| - 'includes': [
|
| - '../base/base.isolate',
|
| - '../gin/v8.isolate',
|
| - ],
|
| 'conditions': [
|
| ['use_x11==0', {
|
| 'variables': {
|
| @@ -74,4 +70,9 @@
|
| },
|
| }],
|
| ],
|
| + 'includes': [
|
| + '../base/base.isolate',
|
| + '../gin/v8.isolate',
|
| + '../third_party/angle/angle.isolate',
|
| + ],
|
| }
|
|
|