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

Unified Diff: mojo/mojo_base.gyp

Issue 441853002: mojo: first take on removing mojo_main_{chromium,standalone}. (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
« no previous file with comments | « mojo/examples/wm_flow/wm/wm.cc ('k') | mojo/mojo_examples.gypi » ('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 b06997fdfd96f9285a34bbedb5b064e898c59680..17001028de39e1f3e0c85dcec42b7ff4c6082449 100644
--- a/mojo/mojo_base.gyp
+++ b/mojo/mojo_base.gyp
@@ -411,10 +411,12 @@
'target_name': 'mojo_application_chromium',
'type': 'static_library',
'sources': [
- 'public/cpp/application/lib/application_impl_chromium.cc',
+ 'public/cpp/application/lib/application_runner_chromium.cc',
+ 'public/cpp/application/application_runner_chromium.h',
],
'dependencies': [
'mojo_application_base',
+ 'mojo_environment_chromium',
],
'export_dependent_settings': [
'mojo_application_base',
« no previous file with comments | « mojo/examples/wm_flow/wm/wm.cc ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698