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

Unified Diff: services/user/user.gyp

Issue 1963293002: Replacing Indexed DB Chromium IPC with Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Some (incomplete) work on struct traits. Created 4 years, 5 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: 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',

Powered by Google App Engine
This is Rietveld 408576698