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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index bf800255d473fd939a7cc65d919a3379a32ee1e3..dde23d0559b5f8ce6c00b6a58daa23b17c9b5b30 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -19,8 +19,8 @@ group("blink") {
public_deps = [
":blink_headers",
":blink_minimal",
- "//third_party/WebKit/Source/web",
"//third_party/WebKit/Source/platform",
+ "//third_party/WebKit/Source/web",
]
}

Powered by Google App Engine
This is Rietveld 408576698