Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1714)

Unified Diff: base/test/BUILD.gn

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Synchronize with new version of gn patch Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {
« no previous file with comments | « base/BUILD.gn ('k') | blimp/client/BUILD.gn » ('j') | third_party/freetype-android/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698