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", |
] |
} |