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

Unified Diff: components/cryptauth/BUILD.gn

Issue 2502343003: Moved //components/proximity_auth/cryptauth to //components/cryptauth. (Closed)
Patch Set: Fixed proto #includes. Created 4 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/BUILD.gn ('k') | components/cryptauth/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cryptauth/BUILD.gn
diff --git a/components/proximity_auth/cryptauth/BUILD.gn b/components/cryptauth/BUILD.gn
similarity index 90%
rename from components/proximity_auth/cryptauth/BUILD.gn
rename to components/cryptauth/BUILD.gn
index 6791187ea8b23f6004224690869f8f58b7d11864..a0dff7c11e1acfa3372d198265907a1b4e839fcc 100644
--- a/components/proximity_auth/cryptauth/BUILD.gn
+++ b/components/cryptauth/BUILD.gn
@@ -2,6 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+# CryptAuth is a component which manages data about devices associated with a
+# user's account. This component both sends data about the current device and
+# requets data about associated devices.
+
static_library("cryptauth") {
sources = [
"cryptauth_access_token_fetcher.h",
@@ -49,7 +53,7 @@ static_library("cryptauth") {
]
public_deps = [
- "//components/proximity_auth/cryptauth/proto",
+ "//components/cryptauth/proto",
]
}
@@ -69,7 +73,7 @@ static_library("test_support") {
public_deps = [
":cryptauth",
- "//components/proximity_auth/cryptauth/proto",
+ "//components/cryptauth/proto",
]
deps = [
« no previous file with comments | « components/BUILD.gn ('k') | components/cryptauth/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698