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

Unified Diff: content/content_common_mojo_bindings.gyp

Issue 1784613002: bluetooth: Introduce Web Bluetooth mojom interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Rebase 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
« no previous file with comments | « content/common/BUILD.gn ('k') | third_party/WebKit/Source/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common_mojo_bindings.gyp
diff --git a/content/content_common_mojo_bindings.gyp b/content/content_common_mojo_bindings.gyp
index d43306ad7ce8690a5126bd73347e79a2291843d5..59f8a7eecd9449b491642b8fa6aa82d59900981d 100644
--- a/content/content_common_mojo_bindings.gyp
+++ b/content/content_common_mojo_bindings.gyp
@@ -42,13 +42,14 @@
'../mojo/mojo_base.gyp:mojo_application_bindings',
'../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',
'../url/url.gyp:url_interfaces_mojom',
],
'export_dependent_settings': [
'../url/url.gyp:url_interfaces_mojom',
],
- 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
+ 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
},
{
'target_name': 'content_common_mojo_bindings',
« no previous file with comments | « content/common/BUILD.gn ('k') | third_party/WebKit/Source/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698