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

Unified Diff: content/content_browser.gypi

Issue 699843003: bluetooth: Impl uses new WebBluetoothDevice in content/browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: fix compile failure on android. Created 6 years, 1 month 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
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index befe9275c85ef3b0bec53d77271bcf86163bdfbe..7c9a91f86b240e2898a2aa8ba9ef9d168b3eefbf 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -392,6 +392,8 @@
'browser/appcache/appcache_manifest_parser.h',
'browser/appcache/view_appcache_internals_job.cc',
'browser/appcache/view_appcache_internals_job.h',
+ 'browser/bluetooth/bluetooth_dispatcher_host.cc',
+ 'browser/bluetooth/bluetooth_dispatcher_host.h',
'browser/bootstrap_sandbox_mac.cc',
'browser/bootstrap_sandbox_mac.h',
'browser/browser_child_process_host_impl.cc',

Powered by Google App Engine
This is Rietveld 408576698