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

Unified Diff: content/content_common_mojo_bindings.gyp

Issue 1775953004: bluetooth: Move writeValue to mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Moar cleanup Created 4 years, 9 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
Index: content/content_common_mojo_bindings.gyp
diff --git a/content/content_common_mojo_bindings.gyp b/content/content_common_mojo_bindings.gyp
index a174591eabbb52ac18f7c563c9c5b4970359eb87..078428bafcda4a6a82d3372d4dcd0d315e4560fc 100644
--- a/content/content_common_mojo_bindings.gyp
+++ b/content/content_common_mojo_bindings.gyp
@@ -13,6 +13,7 @@
# NOTE: Sources duplicated in //content/common/BUILD.gn:mojo_bindings.
'common/application_setup.mojom',
'common/background_sync_service.mojom',
+ 'common/bluetooth/bluetooth_service.mojom',
'common/geolocation_service.mojom',
'common/image_downloader/image_downloader.mojom',
'common/leveldb_wrapper.mojom',
@@ -40,9 +41,10 @@
'../mojo/mojo_base.gyp:mojo_environment_chromium',
'../mojo/mojo_public.gyp:mojo_cpp_bindings',
'../skia/skia.gyp:skia_mojo',
+ '../third_party/WebKit/public/blink.gyp:mojo_bindings',
'../ui/mojo/geometry/mojo_bindings.gyp:mojo_geometry_bindings',
],
- 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
+ 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
},
{
'target_name': 'content_common_mojo_bindings',

Powered by Google App Engine
This is Rietveld 408576698