Index: chrome/browser_tests.isolate |
diff --git a/chrome/browser_tests.isolate b/chrome/browser_tests.isolate |
index ffed8df969f290308d564cd9c50cad3b98044e80..cbb092c228106d5b72a4c57f95770ec5e24f1637 100644 |
--- a/chrome/browser_tests.isolate |
+++ b/chrome/browser_tests.isolate |
@@ -2,9 +2,6 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
{ |
- 'includes': [ |
- 'chrome.isolate', |
- ], |
'conditions': [ |
['OS=="linux"', { |
'variables': { |
@@ -185,4 +182,8 @@ |
}, |
}], |
], |
+ 'includes': [ |
+ '../base/base.isolate', |
+ 'chrome.isolate', |
+ ], |
} |