| 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",
|
| +]
|
|
|