diff options
author | rockot <rockot@chromium.org> | 2015-06-15 10:28:02 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-15 17:28:30 +0000 |
commit | 64d3234b484b69dd681370f4df41f28585aa257e (patch) | |
tree | b89f04ccec0f674feb4a33a63235694fb0c2c1b6 /device/devices_app/devices_app.gyp | |
parent | 9c13a13e42fb723ac7a460976901744b79d39314 (diff) | |
download | chromium_src-64d3234b484b69dd681370f4df41f28585aa257e.zip chromium_src-64d3234b484b69dd681370f4df41f28585aa257e.tar.gz chromium_src-64d3234b484b69dd681370f4df41f28585aa257e.tar.bz2 |
Revert of Add public cpp targets for devices_app (patchset #1 id:20001 of https://codereview.chromium.org/1178353002/)
Reason for revert:
Broke something.
http://build.chromium.org/p/chromium.linux/builders/Linux%20GN%20Clobber/builds/1257
Original issue's description:
> 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.
>
> BUG=None
> R=reillyg@chromium.org
>
> Committed: https://crrev.com/e9ab0758f9148e781ac5fdc5344d432003e2788c
> Cr-Commit-Position: refs/heads/master@{#334390}
TBR=reillyg@chromium.org,sky@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=None
Review URL: https://codereview.chromium.org/1182323003
Cr-Commit-Position: refs/heads/master@{#334399}
Diffstat (limited to 'device/devices_app/devices_app.gyp')
-rw-r--r-- | device/devices_app/devices_app.gyp | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/device/devices_app/devices_app.gyp b/device/devices_app/devices_app.gyp index c983893..8cf952d 100644 --- a/device/devices_app/devices_app.gyp +++ b/device/devices_app/devices_app.gyp @@ -57,27 +57,5 @@ 'device_usb_mojo_bindings', ], }, - { - 'target_name': 'devices_app_public_cpp', - 'type': 'static_library', - 'sources': [ - 'public/cpp/constants.cc', - 'public/cpp/constants.h', - ], - 'dependencies': [ - 'devices_app_lib', - ], - }, - { - 'target_name': 'devices_app_public_cpp_factory', - 'type': 'static_library', - 'sources': [ - 'public/cpp/devices_app_factory.cc', - 'public/cpp/devices_app_factory.h', - ], - 'dependencies': [ - 'devices_app_lib', - ], - }, ], } |