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

Unified Diff: components/constrained_window/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/constrained_window/BUILD.gn
diff --git a/components/constrained_window/BUILD.gn b/components/constrained_window/BUILD.gn
index 01257f8d8d5cda8f8a9344a268fa2e035979e92b..8e0952e0763484aea20c5ab91e9465da9fe55bb0 100644
--- a/components/constrained_window/BUILD.gn
+++ b/components/constrained_window/BUILD.gn
@@ -12,8 +12,8 @@ source_set("constrained_window") {
deps = [
"//components/guest_view/browser",
"//components/web_modal",
- "//ui/views",
"//skia",
+ "//ui/views",
]
}

Powered by Google App Engine
This is Rietveld 408576698