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

Unified Diff: third_party/mojo/src/mojo/edk/embedder/BUILD.gn

Issue 954643002: Update mojo sdk to rev 3d23dae011859a2aae49f1d1adde705c8e85d819 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use run_renderer_in_process() Created 5 years, 10 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/mojo/src/mojo/edk/embedder/BUILD.gn
diff --git a/third_party/mojo/src/mojo/edk/embedder/BUILD.gn b/third_party/mojo/src/mojo/edk/embedder/BUILD.gn
index 5eb77d7aab91a49afb5e3678a3f5240aaec2ace9..9650209cf788c25c268bb45c0e39ef6ec21abf8f 100644
--- a/third_party/mojo/src/mojo/edk/embedder/BUILD.gn
+++ b/third_party/mojo/src/mojo/edk/embedder/BUILD.gn
@@ -11,8 +11,6 @@ mojo_edk_source_set("embedder") {
sources = [
"channel_info_forward.h",
- "channel_init.cc",
- "channel_init.h",
"configuration.h",
"embedder.cc",
"embedder.h",
@@ -84,6 +82,7 @@ mojo_edk_source_set("platform") {
deps = [
"//base",
+ "//crypto",
]
if (is_android) {
@@ -100,6 +99,8 @@ mojo_edk_source_set("delegates") {
sources = [
"master_process_delegate.h",
+ "process_delegate.h",
+ "process_type.h",
"slave_process_delegate.h",
]
« no previous file with comments | « third_party/mojo/mojom_bindings_generator_variables.gypi ('k') | third_party/mojo/src/mojo/edk/embedder/channel_init.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698