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

Unified Diff: components/cryptauth/DEPS

Issue 2561203002: Migrate weave-related classes from proximity_auth/ble to cryptauth/ble. (Closed)
Patch Set: Created 4 years 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
Index: components/cryptauth/DEPS
diff --git a/components/cryptauth/DEPS b/components/cryptauth/DEPS
index e6c99c9120bf40ab3b0a317903f3c75200434024..8c37644a57961456f31e1738b8a9cb26eeab2c13 100644
--- a/components/cryptauth/DEPS
+++ b/components/cryptauth/DEPS
@@ -3,6 +3,7 @@ include_rules = [
"+components/prefs",
"+components/proximity_auth",
Kyle Horimoto 2016/12/08 21:52:40 This should have been removed when I made the move
Ryan Hansberry 2016/12/09 01:18:14 Unfortunately it seems that cryptauth depends on p
Kyle Horimoto 2016/12/09 01:25:09 Make this depend on logging instead of the entire
Ryan Hansberry 2016/12/09 02:36:50 Unfortunately cryptauth also depends on proximity_
Kyle Horimoto 2016/12/09 18:07:46 Can you move that file over to cryptauth as well?
Ryan Hansberry 2016/12/09 20:11:05 Done, and renamed to cryptauth_test_util.
"+crypto",
+ "+device/bluetooth",
"+google_apis",
"+net",
]

Powered by Google App Engine
This is Rietveld 408576698