Add mojo package manager skeleton.
commit10f9b627cfd2d18045f3e4b33be6cf4c2e545efe
authorBrett Wilson <brettw@chromium.org>
Tue, 23 Sep 2014 23:12:32 +0000 (23 16:12 -0700)
committerBrett Wilson <brettw@chromium.org>
Tue, 23 Sep 2014 23:13:03 +0000 (23 23:13 +0000)
tree111306f2bb8c78b17594ad15d434a9fe45f482b1
parentc2680c9513da2e3c735a2fcb7bfdc8874d989a1f
Add mojo package manager skeleton.

This application downloads a URL to a temp file, unzips it, and then cleans everything up.

IN a future pass, we'll extract a manifest and contents of the module.

BUG=
R=ben@chromium.org

Review URL: https://codereview.chromium.org/596913002

Cr-Commit-Position: refs/heads/master@{#296294}
mojo/BUILD.gn
mojo/tools/package_manager/BUILD.gn [new file with mode: 0644]
mojo/tools/package_manager/DEPS [new file with mode: 0644]
mojo/tools/package_manager/package_fetcher.cc [new file with mode: 0644]
mojo/tools/package_manager/package_fetcher.h [new file with mode: 0644]
mojo/tools/package_manager/package_manager.cc [new file with mode: 0644]
mojo/tools/package_manager/package_manager_application.cc [new file with mode: 0644]
mojo/tools/package_manager/package_manager_application.h [new file with mode: 0644]
mojo/tools/package_manager/unpacker.cc [new file with mode: 0644]
mojo/tools/package_manager/unpacker.h [new file with mode: 0644]