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

Unified Diff: components/ownership/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/ownership/BUILD.gn
diff --git a/components/ownership/BUILD.gn b/components/ownership/BUILD.gn
index eb65f21cae091311c7c7425052348544b36588f8..f65556594eed82679b64a95d5ff375f2b529555e 100644
--- a/components/ownership/BUILD.gn
+++ b/components/ownership/BUILD.gn
@@ -23,8 +23,8 @@ if (is_chromeos) {
deps = [
"//base",
"//components/keyed_service/core",
- "//components/policy/proto",
"//components/policy:policy_component_common",
+ "//components/policy/proto",
"//crypto",
]

Powered by Google App Engine
This is Rietveld 408576698