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

Unified Diff: mojo/mojo_public.gypi

Issue 441853002: mojo: first take on removing mojo_main_{chromium,standalone}. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: seperate Run call 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/mojo_public.gypi
diff --git a/mojo/mojo_public.gypi b/mojo/mojo_public.gypi
index 0c94c6a498573bff6cf8291350d58159349a8e27..fd8445e71e2424c34bc1805336980760507372c3 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -233,6 +233,7 @@
'sources': [
'public/cpp/application/application_connection.h',
'public/cpp/application/application_delegate.h',
+ 'public/cpp/application/application_export.h',
'public/cpp/application/application_impl.h',
'public/cpp/application/connect.h',
'public/cpp/application/service_provider_impl.h',
@@ -261,10 +262,12 @@
'target_name': 'mojo_application_standalone',
'type': 'static_library',
'sources': [
- 'public/cpp/application/lib/application_impl_standalone.cc',
+ 'public/cpp/application/lib/application_runner.cc',
+ 'public/cpp/application/application_runner.h',
],
'dependencies': [
'mojo_application_base',
+ 'mojo_environment_standalone',
],
'export_dependent_settings': [
'mojo_application_base',

Powered by Google App Engine
This is Rietveld 408576698