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

Unified Diff: components/filesystem/filesystem.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: gyp-ify all the tracing stuff. 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/filesystem/filesystem.gyp
diff --git a/components/filesystem/filesystem.gyp b/components/filesystem/filesystem.gyp
index 718830d02c7246329b82b0ff2d3d847a7c7dd819..fc48a52b287992a4bceb6f0dfaf074c84bb0c31f 100644
--- a/components/filesystem/filesystem.gyp
+++ b/components/filesystem/filesystem.gyp
@@ -22,6 +22,8 @@
'directory_impl.h',
'file_impl.cc',
'file_impl.h',
+ 'file_system_app.cc',
+ 'file_system_app.h',
'file_system_impl.cc',
'file_system_impl.h',
'lock_table.cc',
@@ -35,6 +37,7 @@
'../../mojo/mojo_edk.gyp:mojo_system_impl',
'../../mojo/mojo_public.gyp:mojo_cpp_bindings',
'../../mojo/mojo_platform_handle.gyp:platform_handle',
+ '../../mojo/mojo_services.gyp:tracing_service',
'../../url/url.gyp:url_lib',
],
'export_dependent_settings': [

Powered by Google App Engine
This is Rietveld 408576698