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

Unified Diff: testing/libfuzzer/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: testing/libfuzzer/BUILD.gn
diff --git a/testing/libfuzzer/BUILD.gn b/testing/libfuzzer/BUILD.gn
index 519c4a7924f255c04c622fde8da5f1bbf0178c9c..f558def894c2ffb02531dc3419bfefcf889ccad3 100644
--- a/testing/libfuzzer/BUILD.gn
+++ b/testing/libfuzzer/BUILD.gn
@@ -57,8 +57,8 @@ test("dns_record_fuzzer") {
]
deps = [
":libfuzzer_main",
- "//net",
"//base",
+ "//net",
]
}
@@ -68,8 +68,8 @@ test("ftp_ctrl_response_fuzzer") {
]
deps = [
":libfuzzer_main",
- "//net",
"//base",
+ "//net",
]
}
@@ -79,8 +79,8 @@ test("ftp_directory_listing_fuzzer") {
]
deps = [
":libfuzzer_main",
- "//net",
"//base",
+ "//net",
]
}

Powered by Google App Engine
This is Rietveld 408576698