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

Unified Diff: content/shell/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: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 38a917ffe4d564f9a716633b9fbe2f1f079fbea4..1e567e16ee9990e9f559b597a3c6987fbab0a673 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -288,9 +288,9 @@ static_library("content_shell_lib") {
sources += [ "browser/shell_views.cc" ]
deps += [
"//ui/resources",
- "//ui/views/controls/webview",
"//ui/views",
"//ui/views:test_support",
+ "//ui/views/controls/webview",
]
} else {
sources += [ "browser/shell_aura.cc" ]

Powered by Google App Engine
This is Rietveld 408576698