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

Unified Diff: chrome/service/BUILD.gn

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Synchronize with new version of gn patch 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/service/BUILD.gn
diff --git a/chrome/service/BUILD.gn b/chrome/service/BUILD.gn
index fa56969588bbd2202ec588fcc167536d909be23a..bb741209260f2697d2492c9b99f3bca18e2ab9c7 100644
--- a/chrome/service/BUILD.gn
+++ b/chrome/service/BUILD.gn
@@ -51,9 +51,9 @@ static_library("service") {
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
deps = [
+ "//base",
"//chrome:strings",
"//chrome/common",
- "//base",
"//components/cloud_devices/common",
"//google_apis",
"//jingle:notifier",

Powered by Google App Engine
This is Rietveld 408576698