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

Unified Diff: components/web_view/public/interfaces/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: components/web_view/public/interfaces/BUILD.gn
diff --git a/components/web_view/public/interfaces/BUILD.gn b/components/web_view/public/interfaces/BUILD.gn
index 6ce73b514e48fcbf78f8979b92549144442dcfc0..5ddf39d8f513d20d14b31969195130c758842775 100644
--- a/components/web_view/public/interfaces/BUILD.gn
+++ b/components/web_view/public/interfaces/BUILD.gn
@@ -10,9 +10,7 @@ mojom("interfaces") {
"web_view.mojom",
]
- import_dirs = [
- "//mojo/services"
- ]
+ import_dirs = [ "//mojo/services" ]
deps = [
"//components/mus/public/interfaces",

Powered by Google App Engine
This is Rietveld 408576698