| Index: ios/chrome/common/physical_web/DEPS
|
| diff --git a/ios/chrome/common/physical_web/DEPS b/ios/chrome/common/physical_web/DEPS
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..306b209bc3a7aa29e8847b571868bde46a1e9eb3
|
| --- /dev/null
|
| +++ b/ios/chrome/common/physical_web/DEPS
|
| @@ -0,0 +1,8 @@
|
| +# This code is used by iOS application extension and should keep the list
|
| +# of dependencies as small as possible. This is also why the code uses
|
| +# NSURL, NSSession, ... instead of Chrome network stack.
|
| +include_rules = [
|
| + "+device/bluetooth/uribeacon",
|
| + "+google_apis",
|
| + "+ios/web/public",
|
| +]
|
|
|