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

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: more gn 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/mojo_examples.gypi ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_public.gypi
diff --git a/mojo/mojo_public.gypi b/mojo/mojo_public.gypi
index 0c94c6a498573bff6cf8291350d58159349a8e27..76654b58a67e4e4e74ac6904e91e0aabe24ef104 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -86,7 +86,7 @@
'public/platform/native/gles2_impl_chromium_texture_mailbox_thunks.cc',
'public/platform/native/gles2_impl_chromium_texture_mailbox_thunks.h',
'public/platform/native/gles2_impl_chromium_sync_point_thunks.cc',
- 'public/platform/native/gles2_impl_chromium_sync_point_thunks.h',
+ 'public/platform/native/gles2_impl_chcromium_sync_point_thunks.h',
yzshen1 2014/08/20 23:04:25 This is probably not intended?
tim (not reviewing) 2014/08/20 23:26:12 oh no! thank you.
],
},
{
@@ -261,10 +261,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',
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698