Revert of Reland: Add a public cpp targets for devices_app (patchset #1 id:1 of https...
commit90cb542a54df811f8b408dac8264b603bda4949c
authorthestig <thestig@chromium.org>
Tue, 23 Jun 2015 00:37:02 +0000 (22 17:37 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 23 Jun 2015 00:38:10 +0000 (23 00:38 +0000)
tree18cc855ba7386de813cfbb93e6c42269302af49a
parentd34d952bdcbe1f4fc1f1d64f684b19c80cb5c09c
Revert of Reland: Add a public cpp targets for devices_app (patchset #1 id:1 of https://codereview.chromium.org/1188573003/)

Reason for revert:
Likely the cause of https://crbug.com/503428

Original issue's description:
> Reland: Add a public cpp targets for devices_app
>
> This exposes the bare minimum stuff necessary to build a devices
> app delegate, hiding the impl details behind a private
> dependency.
>
> Reland corrects a missing include in the app's main.cc
>
> BUG=None
> TBR=reillyg@chromium.org,sky@chromium.org
>
> Committed: https://crrev.com/82d16a4926c5c727d13f15ac1ebbe85df475d0ac
> Cr-Commit-Position: refs/heads/master@{#335120}

TBR=reillyg@chromium.org,sky@chromium.org,rockot@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=None

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

Cr-Commit-Position: refs/heads/master@{#335596}
14 files changed:
chrome/browser/BUILD.gn
chrome/browser/DEPS
chrome/browser/chrome_content_browser_client.cc
chrome/chrome_browser.gypi
device/devices_app/BUILD.gn
device/devices_app/devices_app.cc
device/devices_app/devices_app.gyp
device/devices_app/devices_app.h
device/devices_app/main.cc
device/devices_app/public/cpp/BUILD.gn [deleted file]
device/devices_app/public/cpp/constants.cc [deleted file]
device/devices_app/public/cpp/constants.h [deleted file]
device/devices_app/public/cpp/devices_app_factory.cc [deleted file]
device/devices_app/public/cpp/devices_app_factory.h [deleted file]