Implement ManifestParser in content/.
commit161ea5d82dafeeb644ee04b1df52fa7dd6313105
authormlamouri <mlamouri@chromium.org>
Mon, 15 Sep 2014 17:02:28 +0000 (15 10:02 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 15 Sep 2014 17:05:43 +0000 (15 17:05 +0000)
tree11a6229fc946dd934d7d3bdd0b9a20ac71c90580
parent9fffc1594734dfc292ec558b96d9ceb08ff08671
Implement ManifestParser in content/.

It also adds a Manifest struct in content/public/common.

BUG=409696

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

Cr-Commit-Position: refs/heads/master@{#294839}
content/content_common.gypi
content/content_renderer.gypi
content/content_tests.gypi
content/public/common/manifest.cc [new file with mode: 0644]
content/public/common/manifest.h [new file with mode: 0644]
content/renderer/manifest/OWNERS [new file with mode: 0644]
content/renderer/manifest/manifest_parser.cc [new file with mode: 0644]
content/renderer/manifest/manifest_parser.h [new file with mode: 0644]
content/renderer/manifest/manifest_parser_unittest.cc [new file with mode: 0644]