| Index: third_party/WebKit/Source/modules/indexeddb/DEPS
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/DEPS b/third_party/WebKit/Source/modules/indexeddb/DEPS
|
| index fe479d0c8936052769eefb2b2159c2ea2d195c3d..4670bb31f3385a594549cffdd139754b288a23c0 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/DEPS
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/DEPS
|
| @@ -1,5 +1,6 @@
|
| include_rules = [
|
| "+bindings",
|
| + "+content/browser/indexed_db",
|
| "+core",
|
| "+heap",
|
| "-modules",
|
| @@ -8,7 +9,9 @@ include_rules = [
|
| "+modules/IndexedDBNames.h",
|
| "+modules/ModulesExport.h",
|
| "+modules/indexeddb",
|
| + "+mojo/public/cpp/bindings",
|
| "+platform",
|
| "+public/platform",
|
| + "+Source/modules/indexeddb/indexed_db.mojom-blink.h",
|
| "-web",
|
| ]
|
|
|