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

Unified Diff: mojo/tools/package_manager/BUILD.gn

Issue 600683002: Recursively load mojo packages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « base/json/json_reader.h ('k') | mojo/tools/package_manager/manifest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/package_manager/BUILD.gn
diff --git a/mojo/tools/package_manager/BUILD.gn b/mojo/tools/package_manager/BUILD.gn
index 466bc52f5c4bd7ef20a840d178111b1726765843..76b5771c6bd8aeb472e6d13fb6feef3e2318e473 100644
--- a/mojo/tools/package_manager/BUILD.gn
+++ b/mojo/tools/package_manager/BUILD.gn
@@ -6,6 +6,8 @@ shared_library("package_manager") {
output_name = "mojo_package_manager"
sources = [
+ "manifest.cc",
+ "manifest.h",
"package_fetcher.cc",
"package_fetcher.h",
"package_manager.cc",
« no previous file with comments | « base/json/json_reader.h ('k') | mojo/tools/package_manager/manifest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698