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

Unified Diff: third_party/WebKit/Source/core/mojo/BUILD.gn

Issue 2405093003: [WIP] Mojo native bindings interface.
Patch Set: cleanup 2 Created 4 years, 2 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: third_party/WebKit/Source/core/mojo/BUILD.gn
diff --git a/third_party/WebKit/Source/core/origin_trials/BUILD.gn b/third_party/WebKit/Source/core/mojo/BUILD.gn
similarity index 55%
copy from third_party/WebKit/Source/core/origin_trials/BUILD.gn
copy to third_party/WebKit/Source/core/mojo/BUILD.gn
index a546bd705c7fa20ab2cd0079412c455f2598ce18..826c971c404b94b07b49c0610e9aa448fb85dbd9 100644
--- a/third_party/WebKit/Source/core/origin_trials/BUILD.gn
+++ b/third_party/WebKit/Source/core/mojo/BUILD.gn
@@ -4,9 +4,17 @@
import("//third_party/WebKit/Source/core/core.gni")
-blink_core_sources("origin_trials") {
+blink_core_sources("mojo") {
sources = [
- "OriginTrialContext.cpp",
- "OriginTrialContext.h",
+ "Mojo.cpp",
+ "Mojo.h",
+ "MojoHandle.cpp",
+ "MojoHandle.h",
+ "MojoWatcher.cpp",
+ "MojoWatcher.h",
+ ]
+
+ deps = [
+ "//mojo/public/cpp/system",
]
}

Powered by Google App Engine
This is Rietveld 408576698