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

Unified Diff: components/BUILD.gn

Issue 505373004: Introduce proximity_auth component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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') | no next file with comments »
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 fdc51719d9d9e834ae9822db2f1274e5ec841c3a..bc0f18669275ba497097e67afd67075facd5938d 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",
@@ -214,6 +215,7 @@ test("components_unittests") {
"//components/domain_reliability:unit_tests",
"//components/omnibox:unit_tests",
"//components/ownership:unit_tests",
+ "//components/proximity_auth:unit_tests",
]
# TODO(GYP) need this target.
« no previous file with comments | « no previous file | components/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698