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

Unified Diff: components/proximity_auth/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/cryptauth/sync_scheduler_impl_unittest.cc ('k') | components/proximity_auth/DEPS » ('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 2476b344d3198d0a6316898fcc852836bad5c452..64e0acd51b138304e8c2dd1d061c409659d92a2f 100644
--- a/components/proximity_auth/BUILD.gn
+++ b/components/proximity_auth/BUILD.gn
@@ -71,9 +71,9 @@ static_library("proximity_auth") {
deps = [
"//base",
+ "//components/cryptauth",
"//components/prefs",
"//components/proximity_auth/ble",
- "//components/proximity_auth/cryptauth",
"//components/proximity_auth/logging",
"//components/signin/core/account_id:account_id",
"//device/bluetooth",
@@ -83,10 +83,7 @@ static_library("proximity_auth") {
# TODO(https://crbug.com/562683): This whitelists a circular include
# dependency between this target and the following targets which should not
# exist.
- allow_circular_includes_from = [
- "//components/proximity_auth/ble",
- "//components/proximity_auth/cryptauth",
- ]
+ allow_circular_includes_from = [ "//components/proximity_auth/ble" ]
if (is_chromeos) {
deps += [ "//chromeos" ]
@@ -115,7 +112,7 @@ static_library("test_support") {
deps = [
"//base",
- "//components/proximity_auth/cryptauth:test_support",
+ "//components/cryptauth:test_support",
"//components/proximity_auth/logging",
"//testing/gmock",
]
@@ -150,10 +147,10 @@ source_set("unit_tests") {
":test_support",
"//base",
"//base/test:test_support",
+ "//components/cryptauth:test_support",
+ "//components/cryptauth:unit_tests",
"//components/prefs:test_support",
"//components/proximity_auth/ble:unit_tests",
- "//components/proximity_auth/cryptauth:test_support",
- "//components/proximity_auth/cryptauth:unit_tests",
"//components/proximity_auth/logging",
"//components/proximity_auth/logging:unit_tests",
"//device/bluetooth:mocks",
« no previous file with comments | « components/cryptauth/sync_scheduler_impl_unittest.cc ('k') | components/proximity_auth/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698