Move ContentAppModelBuilder to athena/extensions.
commit1fed1b5fe736ea42a505a0b54445e86f8f195f33
authormukai <mukai@chromium.org>
Tue, 9 Sep 2014 21:26:31 +0000 (9 14:26 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 9 Sep 2014 21:50:53 +0000 (9 21:50 +0000)
treec83d3bed0fd7f4244e643c991d255018284e1c20
parent3914c25088c75525c0aa3cfcdf544faa1ec09bce
Move ContentAppModelBuilder to athena/extensions.

The AppModelBuilder does not rely on content so much, rather
it's highly related to the extension system. Therefore, it's
better to be in athena/extensions, and its name should be
ExtensionAppModelBuilder instead.

This will simplifies DEPS rules of athena/content.

BUG=None
R=oshima@chromium.org
TBR=yoz@chromium.org, xiyuan@chromium.org, tony@chromium.org
TEST=build

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

Cr-Commit-Position: refs/heads/master@{#294011}
athena/athena.gyp
athena/content/DEPS
athena/content/chrome/DEPS
athena/extensions/DEPS
athena/extensions/chrome/DEPS
athena/extensions/extension_app_model_builder.cc [moved from athena/content/content_app_model_builder.cc with 94% similarity]
athena/extensions/public/extension_app_model_builder.h [moved from athena/content/public/content_app_model_builder.h with 51% similarity]
athena/main/athena_launcher.cc