Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Unified Diff: device/bluetooth/bluetooth.gyp

Issue 2015703002: bluetooth: Remove UriBeacon code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Delete target Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/uribeacon/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth.gyp
diff --git a/device/bluetooth/bluetooth.gyp b/device/bluetooth/bluetooth.gyp
index 002ef8d5db93e3a216391aefe09c733045e5371f..1c8269a2517fb49f077a19f34633028fc64eaf0f 100644
--- a/device/bluetooth/bluetooth.gyp
+++ b/device/bluetooth/bluetooth.gyp
@@ -17,7 +17,6 @@
'../../net/net.gyp:net',
'../../ui/base/ui_base.gyp:ui_base',
'bluetooth_strings.gyp:bluetooth_strings',
- 'uribeacon',
],
'defines': [
'DEVICE_BLUETOOTH_IMPLEMENTATION',
@@ -388,18 +387,6 @@
],
},
{
- # GN version: //device/bluetooth/uribeacon
- 'target_name': 'uribeacon',
- 'type': 'static_library',
- 'dependencies': [
- '../../base/base.gyp:base',
- ],
- 'sources': [
- 'uribeacon/uri_encoder.cc',
- 'uribeacon/uri_encoder.h'
- ]
- },
- {
# GN version: //device/bluetooth:mocks
'target_name': 'device_bluetooth_mocks',
'type': 'static_library',
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/bluetooth/uribeacon/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698