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

Unified Diff: components/sync_sessions/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/sync_sessions/BUILD.gn
diff --git a/components/sync_sessions/BUILD.gn b/components/sync_sessions/BUILD.gn
index cffd15aaa04d0be91ba65c74800924f7368646ce..3f6ceb85f22782a16d146ad3c50ee4e7d8315f16 100644
--- a/components/sync_sessions/BUILD.gn
+++ b/components/sync_sessions/BUILD.gn
@@ -100,15 +100,15 @@ source_set("unit_tests") {
"//base:prefs",
"//base:prefs_test_support",
"//base/test:test_support",
- "//testing/gmock",
"//components/bookmarks/browser",
"//components/history/core/browser",
"//components/sessions:test_support",
"//components/sync_driver",
"//components/sync_driver:test_support",
- "//testing/gtest",
"//sync",
"//sync:test_support_sync_api",
+ "//testing/gmock",
+ "//testing/gtest",
"//ui/base:base",
"//url",
]

Powered by Google App Engine
This is Rietveld 408576698