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

Unified Diff: components/variations/BUILD.gn

Issue 1497543003: Format all BUILD.gn with "gn format --in-place". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-format-sort-deps
Patch Set: Rebase Created 5 years 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
« no previous file with comments | « components/nacl/BUILD.gn ('k') | mandoline/ui/desktop_ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/variations/BUILD.gn
diff --git a/components/variations/BUILD.gn b/components/variations/BUILD.gn
index 3f9c7c7d8787af7147470d201de666f66f79d88c..a65148ae55af9d617d34bfc1a505084691f162b5 100644
--- a/components/variations/BUILD.gn
+++ b/components/variations/BUILD.gn
@@ -62,6 +62,7 @@ source_set("variations") {
}
deps = [
+ "proto",
"//base",
"//base:prefs",
"//components/compression",
@@ -69,7 +70,6 @@ source_set("variations") {
"//crypto",
"//third_party/mt19937ar",
"//third_party/protobuf:protobuf_lite",
- "proto",
]
if (is_android) {
@@ -111,11 +111,11 @@ source_set("unit_tests") {
deps = [
":variations",
+ "net",
+ "proto",
"//base:prefs_test_support",
"//base/test:test_support",
"//components/compression",
"//testing/gtest",
- "net",
- "proto",
]
}
« no previous file with comments | « components/nacl/BUILD.gn ('k') | mandoline/ui/desktop_ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698