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

Unified Diff: components/search_engines/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: Rebase 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/search_engines/BUILD.gn
diff --git a/components/search_engines/BUILD.gn b/components/search_engines/BUILD.gn
index 478b1e71c1af3b1e4cb9c570f0f3e5fa623b5d2a..022853602e9c05095000ac3265b0a85a62dbbe6d 100644
--- a/components/search_engines/BUILD.gn
+++ b/components/search_engines/BUILD.gn
@@ -58,8 +58,8 @@ static_library("search_engines") {
"//components/metrics/proto",
"//components/pref_registry",
"//components/rappor",
- "//components/sync_driver",
"//components/strings",
+ "//components/sync_driver",
"//components/url_formatter",
"//components/webdata/common",
"//google_apis",
@@ -111,8 +111,8 @@ source_set("unit_tests") {
}
deps = [
- "//components/pref_registry:test_support",
":test_support",
+ "//components/pref_registry:test_support",
"//testing/gmock",
"//testing/gtest",
]

Powered by Google App Engine
This is Rietveld 408576698