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

Unified Diff: mojo/mojo_shell.gyp

Issue 1775243002: Rename PackageManager->Catalog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@42cpi
Patch Set: . Created 4 years, 9 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/mojo_base.gyp ('k') | mojo/services/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 7ed1d6ec6ff54181f3c12a4784a4658c08a87bbe..beabed23a5bd64038771bbfc68d03820831d36f2 100644
--- a/mojo/mojo_shell.gyp
+++ b/mojo/mojo_shell.gyp
@@ -7,10 +7,10 @@
'target_name': 'mojo_shell_lib',
'type': 'static_library',
'sources': [
- 'services/package_manager/loader.cc',
- 'services/package_manager/loader.h',
- 'services/package_manager/package_manager.cc',
- 'services/package_manager/package_manager.h',
+ 'services/catalog/loader.cc',
+ 'services/catalog/loader.h',
+ 'services/catalog/catalog.cc',
+ 'services/catalog/catalog.h',
'shell/loader.h',
'shell/connect_params.cc',
'shell/connect_params.h',
« no previous file with comments | « mojo/mojo_base.gyp ('k') | mojo/services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698