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

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

Issue 1483823004: EDK: Move {platform_handle,scoped_platform_handle}.* to //mojo/edk/platform. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | mojo/edk/embedder/embedder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/embedder/BUILD.gn
diff --git a/mojo/edk/embedder/BUILD.gn b/mojo/edk/embedder/BUILD.gn
index b651dfe5b355c3f316818995c52342c48fc45a32..8cbadecb881c2a88d5aaa3504aca196ce00b24ee 100644
--- a/mojo/edk/embedder/BUILD.gn
+++ b/mojo/edk/embedder/BUILD.gn
@@ -56,13 +56,10 @@ mojo_edk_source_set("platform") {
"platform_channel_pair.h",
"platform_channel_utils.cc",
"platform_channel_utils.h",
- "platform_handle.cc",
- "platform_handle.h",
"platform_handle_utils.h",
"platform_handle_utils_posix.cc",
"platform_shared_buffer.h",
"platform_support.h",
- "scoped_platform_handle.h",
"simple_platform_shared_buffer.cc",
"simple_platform_shared_buffer.h",
"simple_platform_support.cc",
@@ -71,6 +68,8 @@ mojo_edk_source_set("platform") {
mojo_sdk_public_deps = [ "mojo/public/cpp/system" ]
+ mojo_edk_public_deps = [ "mojo/edk/platform" ]
+
deps = [
"//base",
]
« no previous file with comments | « no previous file | mojo/edk/embedder/embedder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698