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

Unified Diff: mojo/mojo_shell.gyp

Issue 1779683002: Add catalog unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@43catalog
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 | « no previous file | mojo/services/catalog/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 beabed23a5bd64038771bbfc68d03820831d36f2..35192b1e275c5fb1e25935b0e6072d462b431598 100644
--- a/mojo/mojo_shell.gyp
+++ b/mojo/mojo_shell.gyp
@@ -7,10 +7,16 @@
'target_name': 'mojo_shell_lib',
'type': 'static_library',
'sources': [
- 'services/catalog/loader.cc',
- 'services/catalog/loader.h',
+ 'services/catalog/builder.cc',
+ 'services/catalog/builder.h',
'services/catalog/catalog.cc',
'services/catalog/catalog.h',
+ 'services/catalog/entry.cc',
+ 'services/catalog/entry.h',
+ 'services/catalog/loader.cc',
+ 'services/catalog/loader.h',
+ 'services/catalog/store.cc',
+ 'services/catalog/store.h',
'shell/loader.h',
'shell/connect_params.cc',
'shell/connect_params.h',
« no previous file with comments | « no previous file | mojo/services/catalog/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698