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

Unified Diff: components/proximity_auth/BUILD.gn

Issue 704363002: XXX test gn format everything (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 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
« no previous file with comments | « components/pref_registry/BUILD.gn ('k') | components/proximity_auth/cryptauth/proto/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/BUILD.gn
diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn
index f7fde7c52b579120ad6c4c7a3791a07d58733658..0ba93b02a43e2d0644b2106e1b622430ca1b5a34 100644
--- a/components/proximity_auth/BUILD.gn
+++ b/components/proximity_auth/BUILD.gn
@@ -65,6 +65,10 @@ source_set("unit_tests") {
# Note: This is a convenience target for ease of rapid iteration during
# development. It is not executed on any try or build bots.
test("proximity_auth_unittests") {
- sources = [ "run_all_unittests.cc" ]
- deps = [ ":unit_tests" ]
+ sources = [
+ "run_all_unittests.cc",
+ ]
+ deps = [
+ ":unit_tests",
+ ]
}
« no previous file with comments | « components/pref_registry/BUILD.gn ('k') | components/proximity_auth/cryptauth/proto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698