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

Unified Diff: third_party/WebKit/public/BUILD.gn

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/Source/config.gyp ('k') | third_party/WebKit/public/blink.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 90bb886182de1b4ea2292ec5b0d67ef4f07613df..d60742d253ff2496305f20454c333b3f9b3c8255 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//mojo/public/tools/bindings/mojom.gni")
import("//third_party/WebKit/Source/config.gni")
import("//tools/grit/grit_rule.gni")
@@ -83,7 +84,10 @@ group("all_blink") {
}
config("blink_headers_config") {
- include_dirs = [ ".." ]
+ include_dirs = [
+ "..",
+ "$root_gen_dir/third_party/WebKit",
+ ]
# Allow :blink_headers to include v8.h without linking to it.
configs = [ "//v8:external_config" ]
@@ -169,3 +173,9 @@ grit("image_resources") {
"blink_image_resources_200_percent.pak",
]
}
+
+mojom("mojo_bindings") {
+ sources = [
+ "platform/modules/bluetooth/web_bluetooth.mojom",
+ ]
+}
« no previous file with comments | « third_party/WebKit/Source/config.gyp ('k') | third_party/WebKit/public/blink.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698