Index: base/test/BUILD.gn |
diff --git a/base/test/BUILD.gn b/base/test/BUILD.gn |
index 75a77d22f7753be107f1b93d769306e6061b7435..4c9b7840354fe251c0bf635cb1fb71f587d96b1d 100644 |
--- a/base/test/BUILD.gn |
+++ b/base/test/BUILD.gn |
@@ -143,15 +143,15 @@ source_set("test_support") { |
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) { |