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

Unified Diff: mojo/system/BUILD.gn

Issue 475223002: Mojo: Add embedder::PlatformSupport and a simple implementation (and a bit of plumbing). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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: mojo/system/BUILD.gn
diff --git a/mojo/system/BUILD.gn b/mojo/system/BUILD.gn
index dfefcbf87d0209be737922a02b95cd84d5489b01..c45c4c8486e1182819274cbf44f31967038ebc93 100644
--- a/mojo/system/BUILD.gn
+++ b/mojo/system/BUILD.gn
@@ -31,11 +31,14 @@ component("system") {
"../embedder/platform_handle_utils_win.cc",
"../embedder/platform_handle_vector.h",
"../embedder/platform_shared_buffer.h",
+ "../embedder/platform_support.h",
"../embedder/scoped_platform_handle.h",
"../embedder/simple_platform_shared_buffer.cc",
"../embedder/simple_platform_shared_buffer.h",
"../embedder/simple_platform_shared_buffer_posix.cc",
"../embedder/simple_platform_shared_buffer_win.cc",
+ "../embedder/simple_platform_support.cc",
+ "../embedder/simple_platform_support.h",
"channel.cc",
"channel.h",
"constants.h",
« mojo/embedder/platform_support.h ('K') | « mojo/mojo_base.gyp ('k') | mojo/system/core.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698