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

Unified Diff: components/BUILD.gn

Issue 505373004: Introduce proximity_auth component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move unit test to component_unittests Created 6 years, 4 months 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 | « no previous file | components/OWNERS » ('j') | components/proximity_auth.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 3f05d349f1d65c1488d9aae54d56a1e05db105bf..907c3d14584b121135bed94573975786e368bf57 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -67,6 +67,7 @@ group("all_components") {
"//components/precache/core",
"//components/precache/content",
"//components/pref_registry",
+ "//components/proximity_auth",
"//components/query_parser",
"//components/rappor",
"//components/renderer_context_menu",
@@ -213,6 +214,7 @@ test("components_unittests") {
"//components/dom_distiller/core:unit_tests",
"//components/domain_reliability:unit_tests",
"//components/omnibox:unit_tests",
+ "//components/proximity_auth:unit_tests",
]
# TODO(GYP) need this target.
« no previous file with comments | « no previous file | components/OWNERS » ('j') | components/proximity_auth.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698