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

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

Issue 2400563002: Adds Mojo IDL. (Closed)
Patch Set: fixes modulename typo 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 58%
copy from third_party/WebKit/Source/core/origin_trials/BUILD.gn
copy to third_party/WebKit/Source/core/mojo/BUILD.gn
index a546bd705c7fa20ab2cd0079412c455f2598ce18..2df2274640fdeb77c4ab3ded1fdb92fde11ed795 100644
--- a/third_party/WebKit/Source/core/origin_trials/BUILD.gn
+++ b/third_party/WebKit/Source/core/mojo/BUILD.gn
@@ -4,9 +4,13 @@
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",
+ "MojoInterfaceProvider.cpp",
+ "MojoInterfaceProvider.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698