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

Unified Diff: components/leveldb/leveldb.gyp

Issue 1737933002: mojo leveldb: Get profile and leveldb connected to DOMStorageContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Keeping up with the ToT Created 4 years, 10 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: components/leveldb/leveldb.gyp
diff --git a/components/leveldb/leveldb.gyp b/components/leveldb/leveldb.gyp
index d2df15eb8db756b78517c6cb60f36a7029a08d04..78d69ffda7744d64d22674f94583b1186a4b9f8a 100644
--- a/components/leveldb/leveldb.gyp
+++ b/components/leveldb/leveldb.gyp
@@ -20,6 +20,8 @@
'sources': [
'env_mojo.cc',
'env_mojo.h',
+ 'leveldb_app.cc',
+ 'leveldb_app.h',
'leveldb_database_impl.cc',
'leveldb_database_impl.h',
'leveldb_file_thread.cc',
@@ -33,6 +35,7 @@
'leveldb_bindings_mojom',
'../../components/filesystem/filesystem.gyp:filesystem_lib',
'../../mojo/mojo_base.gyp:mojo_application_base',
+ '../../mojo/mojo_base.gyp:tracing_service',
'../../mojo/mojo_public.gyp:mojo_cpp_bindings',
'../../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
]

Powered by Google App Engine
This is Rietveld 408576698