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

Unified Diff: chrome/renderer/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: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index 13b806d7d58b592867cb9c4d804d2a43dc7db55d..4ab9a7e89b9fc569a8718b9df27fb7e03ddbb0d6 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -31,13 +31,13 @@ static_library("renderer") {
deps = [
"//base/allocator",
- "//chrome/common",
- "//chrome/common:mojo_bindings",
"//chrome:resources",
"//chrome:strings",
+ "//chrome/common",
+ "//chrome/common:mojo_bindings",
"//components/autofill/content/renderer",
- "//components/content_settings/content/common",
"//components/cdm/renderer",
+ "//components/content_settings/content/common",
"//components/data_reduction_proxy/content/common",
"//components/data_reduction_proxy/core/common",
"//components/dom_distiller/content:content_renderer",

Powered by Google App Engine
This is Rietveld 408576698