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

Unified Diff: third_party/WebKit/public/blink.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 | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/blink_headers.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/blink.gyp
diff --git a/third_party/WebKit/public/blink.gyp b/third_party/WebKit/public/blink.gyp
index 70d762cc11ccce0caeb8c5bbb81a27d5ec6f0698..b3ee8533fe1b3650b73d03e49b43f0111b626fa0 100644
--- a/third_party/WebKit/public/blink.gyp
+++ b/third_party/WebKit/public/blink.gyp
@@ -37,6 +37,7 @@
'target_name': 'blink',
'type': 'none',
'dependencies': [
+ 'mojo_bindings',
'../Source/platform/blink_platform.gyp:blink_platform',
'../Source/web/web.gyp:blink_web',
'<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl',
@@ -80,5 +81,25 @@
'../Source/web/web.gyp:blink_web_test_support',
],
},
+ {
+ 'target_name': 'mojo_bindings_mojom',
+ 'type': 'none',
+ 'variables': {
+ 'mojom_files': [
+ 'platform/modules/bluetooth/web_bluetooth.mojom',
+ ],
+ },
+ 'includes': [
+ '../../../mojo/mojom_bindings_generator_explicit.gypi',
+ ],
+ },
+ {
+ 'target_name': 'mojo_bindings',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'mojo_bindings_mojom',
+ '../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
+ ],
+ },
],
}
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/blink_headers.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698