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

Unified Diff: mojo/mojo_shell.gyp

Issue 1563413002: Move fetchers into mojo/shell/fetcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « mojo/fetcher/url_resolver_unittest.cc ('k') | mojo/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_shell.gyp
diff --git a/mojo/mojo_shell.gyp b/mojo/mojo_shell.gyp
index 1df89c5eaf28604bb2448086f6cc241dc8a0a401..8315a6ce9c78b482b5cf3997e739c4eeec031c15 100644
--- a/mojo/mojo_shell.gyp
+++ b/mojo/mojo_shell.gyp
@@ -53,20 +53,18 @@
'target_name': 'mojo_fetcher_lib',
'type': 'static_library',
'sources': [
- 'fetcher/about_fetcher.cc',
- 'fetcher/about_fetcher.h',
- 'fetcher/data_fetcher.cc',
- 'fetcher/data_fetcher.h',
- 'fetcher/local_fetcher.cc',
- 'fetcher/local_fetcher.h',
- 'fetcher/network_fetcher.cc',
- 'fetcher/network_fetcher.h',
- 'fetcher/switches.cc',
- 'fetcher/switches.h',
- 'fetcher/update_fetcher.cc',
- 'fetcher/update_fetcher.h',
- 'fetcher/url_resolver.cc',
- 'fetcher/url_resolver.h',
+ 'shell/fetcher/about_fetcher.cc',
+ 'shell/fetcher/about_fetcher.h',
+ 'shell/fetcher/data_fetcher.cc',
+ 'shell/fetcher/data_fetcher.h',
+ 'shell/fetcher/local_fetcher.cc',
+ 'shell/fetcher/local_fetcher.h',
+ 'shell/fetcher/network_fetcher.cc',
+ 'shell/fetcher/network_fetcher.h',
+ 'shell/fetcher/switches.cc',
+ 'shell/fetcher/switches.h',
+ 'shell/fetcher/url_resolver.cc',
+ 'shell/fetcher/url_resolver.h',
'shell/package_manager/content_handler_connection.cc',
'shell/package_manager/content_handler_connection.h',
'shell/package_manager/package_manager_impl.cc',
« no previous file with comments | « mojo/fetcher/url_resolver_unittest.cc ('k') | mojo/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698