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

Unified Diff: third_party/mojo/mojo_public.gyp

Issue 1149833007: Embed a mojo ApplicationManager in content/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« mojo/mojo_services.gyp ('K') | « mojo/mojo_shell.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo/mojo_public.gyp
diff --git a/third_party/mojo/mojo_public.gyp b/third_party/mojo/mojo_public.gyp
index 36c567de02d8987fe050a3728725802849c6029a..8118560e31e9dfffa07298326a49d8aeb1fc1405 100644
--- a/third_party/mojo/mojo_public.gyp
+++ b/third_party/mojo/mojo_public.gyp
@@ -141,6 +141,26 @@
],
},
{
+ # GN version: //mojo/public/cpp/system
Ken Rockot(use gerrit already) 2015/05/27 00:12:23 I don't really understand how we've managed to not
+ 'target_name': 'mojo_cpp_system',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '../..'
+ ],
+ 'sources': [
+ 'src/mojo/public/cpp/system/buffer.h',
+ 'src/mojo/public/cpp/system/core.h',
+ 'src/mojo/public/cpp/system/data_pipe.h',
+ 'src/mojo/public/cpp/system/functions.h',
+ 'src/mojo/public/cpp/system/handle.h',
+ 'src/mojo/public/cpp/system/macros.h',
+ 'src/mojo/public/cpp/system/message_pipe.h',
+ ],
+ 'dependencies': [
+ 'mojo_system',
+ ],
+ },
+ {
# GN version: //mojo/public/js
'target_name': 'mojo_js_bindings',
'type': 'static_library',
« mojo/mojo_services.gyp ('K') | « mojo/mojo_shell.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698