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

Unified Diff: mojo/mojo_base.gyp

Issue 1728083002: Extract a Connector interface from Shell that can be cloned & passed to other threads (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@12uid
Patch Set: . Created 4 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
« no previous file with comments | « mash/example/window_type_launcher/main.cc ('k') | mojo/shell/application_instance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_base.gyp
diff --git a/mojo/mojo_base.gyp b/mojo/mojo_base.gyp
index 890ab4183fcdc70062632d66cdd8e011d85fafdf..71b77daf409e2fe710a4d1477da3513f8452290e 100644
--- a/mojo/mojo_base.gyp
+++ b/mojo/mojo_base.gyp
@@ -199,6 +199,7 @@
'shell/public/cpp/application_runner.h',
'shell/public/cpp/connect.h',
'shell/public/cpp/connection.h',
+ 'shell/public/cpp/connector.h',
'shell/public/cpp/initialize_base_and_icu.cc',
'shell/public/cpp/initialize_base_and_icu.h',
'shell/public/cpp/interface_binder.h',
@@ -208,6 +209,8 @@
'shell/public/cpp/lib/application_runner.cc',
'shell/public/cpp/lib/connection_impl.cc',
'shell/public/cpp/lib/connection_impl.h',
+ 'shell/public/cpp/lib/connector_impl.cc',
+ 'shell/public/cpp/lib/connector_impl.h',
'shell/public/cpp/lib/interface_factory_binder.h',
'shell/public/cpp/lib/interface_registry.cc',
'shell/public/cpp/lib/shell_client.cc',
« no previous file with comments | « mash/example/window_type_launcher/main.cc ('k') | mojo/shell/application_instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698