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

Unified Diff: components/webauth/DEPS

Issue 2788823002: Add the Mojo implementation of authenticator.mojom's MakeCredential. (Closed)
Patch Set: Address tryjobs failure Created 3 years, 6 months 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/webauth/DEPS
diff --git a/components/webauth/DEPS b/components/webauth/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..c35ffb5573bd38442ff803ba0366af36742b7a4d
--- /dev/null
+++ b/components/webauth/DEPS
@@ -0,0 +1,8 @@
+include_rules = [
+ "+content/public/browser",
+ "+content/public/test",
+ "+content/test",
+ "+crypto",
+ "+mojo/public/cpp/bindings",
+ "+public/platform/modules/webauth",
jam 2017/06/27 13:52:17 nit: third_party/WebKit prefix
+]

Powered by Google App Engine
This is Rietveld 408576698