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

Unified Diff: services/shell/shell.gyp

Issue 1942473002: Eliminate mojo:resource_provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 7 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 | « services/shell/shell.cc ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/shell.gyp
diff --git a/services/shell/shell.gyp b/services/shell/shell.gyp
index 1eacf723b2eb5b9e58d5c3f45965928ec1c0e170..e360fef82c2c11d56105adf1cd68dbf6dcebc3a2 100644
--- a/services/shell/shell.gyp
+++ b/services/shell/shell.gyp
@@ -102,10 +102,13 @@
'shell_public',
'<(DEPTH)/base/base.gyp:base',
'<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
+ '<(DEPTH)/components/filesystem/filesystem.gyp:filesystem_bindings',
+ '<(DEPTH)/components/filesystem/filesystem.gyp:filesystem_lib',
'<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib',
],
'export_dependent_settings': [
'shell_public',
+ '<(DEPTH)/components/filesystem/filesystem.gyp:filesystem_bindings',
],
'variables': {
'mojom_typemaps': [
« no previous file with comments | « services/shell/shell.cc ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698