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

Unified Diff: chrome/browser/android/digital_asset_links/DEPS

Issue 2767333006: Add Digital Asset Links verification for postMessage API (Closed)
Patch Set: lizeb@ test comments Created 3 years, 8 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: chrome/browser/android/digital_asset_links/DEPS
diff --git a/chrome/browser/android/digital_asset_links/DEPS b/chrome/browser/android/digital_asset_links/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..7023254e344e39b9b94c5db81d7a70a7df505240
--- /dev/null
+++ b/chrome/browser/android/digital_asset_links/DEPS
@@ -0,0 +1,10 @@
+# It is likely that this code will eventually be shared across platforms, so
+# excluding dependencies that would make this being a component impossible.
+include_rules = [
+ "-content",
+ "-chrome",
+ "+base",
+ "+content/public/test",
+ "+chrome/browser/android/digital_asset_links",
+ "+net",
+]

Powered by Google App Engine
This is Rietveld 408576698