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

Unified Diff: components/proximity_auth/cryptauth/BUILD.gn

Issue 1485873002: Fix #includes in components/proximity_auth/cryptauth. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile for tests Created 5 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/proximity_auth.gypi ('k') | components/proximity_auth/cryptauth/cryptauth_client_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/cryptauth/BUILD.gn
diff --git a/components/proximity_auth/cryptauth/BUILD.gn b/components/proximity_auth/cryptauth/BUILD.gn
index 0578d4910a872a46a2d75cdb05e59d89128b7924..aa3bf5591bc1ddcbb45a778f8197db1ca97422c6 100644
--- a/components/proximity_auth/cryptauth/BUILD.gn
+++ b/components/proximity_auth/cryptauth/BUILD.gn
@@ -29,26 +29,19 @@ source_set("cryptauth") {
"pref_names.h",
"secure_message_delegate.cc",
"secure_message_delegate.h",
+ "switches.cc",
+ "switches.h",
"sync_scheduler.cc",
"sync_scheduler.h",
"sync_scheduler_impl.cc",
"sync_scheduler_impl.h",
]
- # TODO(https://crbug.com/562683): This target is including a header from the
- # test support target. To prevent "gn check" from complaining, whitelist it
- # here, but this should be factored so that test headers aren't included.
- sources += [ "fake_secure_message_delegate.h" ]
-
deps = [
"//base",
"//base:prefs",
"//components/gcm_driver",
"//components/gcm_driver/common",
-
- # TODO bug 562683: This component has a circular dependency with the root
- # proximity auth target. It is whitelisted in that target for includes.
- #"//components/proximity_auth",
"//components/proximity_auth/logging",
"//crypto",
"//google_apis",
« no previous file with comments | « components/proximity_auth.gypi ('k') | components/proximity_auth/cryptauth/cryptauth_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698