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

Side by Side 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/gcm_driver", 2 "+components/gcm_driver",
3 "+components/prefs", 3 "+components/prefs",
4 "+components/proximity_auth", 4 "+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.
5 "+crypto", 5 "+crypto",
6 "+device/bluetooth",
6 "+google_apis", 7 "+google_apis",
7 "+net", 8 "+net",
8 ] 9 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698