Index: services/user/user.gyp |
diff --git a/services/user/user.gyp b/services/user/user.gyp |
index a4366a4cc1d57ac0a5515493b90ab88513bcddeb..69a537c4f418f572a5e60dcd03d348bf5a96c6d7 100644 |
--- a/services/user/user.gyp |
+++ b/services/user/user.gyp |
@@ -31,6 +31,7 @@ |
'../../base/base.gyp:base', |
'../../components/filesystem/filesystem.gyp:filesystem_lib', |
'../../components/leveldb/leveldb.gyp:leveldb_lib', |
+ '../../content/browser/indexed_db/indexed_db.gyp:indexed_db_lib', |
'../../services/shell/shell_public.gyp:shell_public', |
'../../services/tracing/tracing.gyp:tracing_lib', |
'../../mojo/mojo_edk.gyp:mojo_system_impl', |
@@ -60,6 +61,7 @@ |
'dependencies': [ |
'../../components/filesystem/filesystem.gyp:filesystem_bindings_mojom', |
'../../components/leveldb/leveldb.gyp:leveldb_bindings_mojom', |
+ '../../content/browser/indexed_db/indexed_db.gyp:indexed_db_bindings', |
], |
'includes': [ |
'../../mojo/mojom_bindings_generator_explicit.gypi', |