| Index: base/test/BUILD.gn
|
| diff --git a/base/test/BUILD.gn b/base/test/BUILD.gn
|
| index a8ae0cfb737b333f3655f71cdf6afadb38c9dd7f..db0fc919eb79311aae0193df0d48ded2c5a160b0 100644
|
| --- a/base/test/BUILD.gn
|
| +++ b/base/test/BUILD.gn
|
| @@ -128,18 +128,24 @@ source_set("test_support") {
|
| "values_test_util.h",
|
| ]
|
|
|
| + data = [
|
| + # The isolate needs this script for setting up the test. It's not actually
|
| + # needed to run this target locally.
|
| + "//testing/test_env.py",
|
| + ]
|
| +
|
| public_deps = [
|
| ":test_config",
|
| "//base",
|
| - "//base:i18n",
|
| "//base:base_static",
|
| + "//base:i18n",
|
| ]
|
| deps = [
|
| "//base/third_party/dynamic_annotations",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| - "//third_party/libxml",
|
| "//third_party/icu:icuuc",
|
| + "//third_party/libxml",
|
| ]
|
|
|
| if (!is_posix) {
|
|
|