Chromium Code Reviews| Index: base/BUILD.gn |
| diff --git a/base/BUILD.gn b/base/BUILD.gn |
| index 0b41b0e4a8c93c766501839b81c576d5c8d3cdc9..d3718e4fa8b2f757392c784bc5bd112d3180ebe9 100644 |
| --- a/base/BUILD.gn |
| +++ b/base/BUILD.gn |
| @@ -1889,6 +1889,13 @@ test("base_unittests") { |
| # TODO(brettw) I think this should not be here, we should not be using |
| # isolate files. |
| isolate_file = "base_unittests.isolate" |
| + data += [ |
| + isolate_file, |
| + "base.isolate", |
|
Nico
2016/03/11 21:07:47
Why is this needed? GN doesn't use isolate files,
Dirk Pranke
2016/03/11 21:11:18
See https://bugs.chromium.org/p/chromium/issues/de
|
| + "//third_party/icu/icu.isolate", |
| + "//third_party/instrumented_libraries/instrumented_libraries.isolate", |
| + "//build/config/win/msvs_dependencies.isolate", |
| + ] |
| } |
| if (is_ios) { |