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

Unified Diff: chrome/test/chromedriver/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: chrome/test/chromedriver/BUILD.gn
diff --git a/chrome/test/chromedriver/BUILD.gn b/chrome/test/chromedriver/BUILD.gn
index 43d0b823853b5e0216ef55cf6b77011fdf264db6..5f90d4651079d087651cf0421760128481c4ee2a 100644
--- a/chrome/test/chromedriver/BUILD.gn
+++ b/chrome/test/chromedriver/BUILD.gn
@@ -101,8 +101,8 @@ source_set("automation_client_lib") {
"//base",
"//base/third_party/dynamic_annotations",
"//net",
- "//third_party/zlib:zip",
"//third_party/zlib:minizip",
+ "//third_party/zlib:zip",
"//ui/accessibility:ax_gen",
"//ui/base",
"//ui/gfx",

Powered by Google App Engine
This is Rietveld 408576698