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

Unified Diff: components/leveldb/leveldb.gyp

Issue 1878893002: Move //mojo/services tracing & catalog to //services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@63move
Patch Set: . Created 4 years, 8 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
« no previous file with comments | « components/leveldb/DEPS ('k') | components/leveldb/leveldb_app.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/leveldb/leveldb.gyp
diff --git a/components/leveldb/leveldb.gyp b/components/leveldb/leveldb.gyp
index 6d1a8eff6161edd70fe47af9a4e508cf9568a99d..440b7b4a04b7b16da3446c71d8c6fb53c511d4cb 100644
--- a/components/leveldb/leveldb.gyp
+++ b/components/leveldb/leveldb.gyp
@@ -30,8 +30,8 @@
'dependencies': [
'leveldb_public_lib',
'../../components/filesystem/filesystem.gyp:filesystem_lib',
- '../../mojo/mojo_base.gyp:mojo_application_base',
'../../mojo/mojo_public.gyp:mojo_cpp_bindings',
+ '../../services/shell/shell.gyp:shell_public',
'../../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
]
},
@@ -47,9 +47,9 @@
],
'dependencies': [
'leveldb_bindings_mojom',
- '../../mojo/mojo_base.gyp:mojo_application_base',
'../../mojo/mojo_edk.gyp:mojo_system_impl',
'../../mojo/mojo_public.gyp:mojo_cpp_bindings',
+ '../../services/shell/shell.gyp:shell_public',
'../../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
]
},
« no previous file with comments | « components/leveldb/DEPS ('k') | components/leveldb/leveldb_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698