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

Unified Diff: mojo/mojo_examples.gypi

Issue 485523004: GN: Mojo wget, sample_app, surfaces app and component build (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/gles2/BUILD.gn ('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_examples.gypi
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
index 81b0a4fc4ab29e0dcb9503205f3995002696aafe..bd8b030b51ca292e97b2eb82ca495c39ed4523d1 100644
--- a/mojo/mojo_examples.gypi
+++ b/mojo/mojo_examples.gypi
@@ -5,6 +5,7 @@
{
'targets': [
{
+ # GN version: //mojo/examples/echo:client
'target_name': 'mojo_echo_client',
'type': 'loadable_module',
'dependencies': [
@@ -28,6 +29,7 @@
'includes': [ 'build/package_app.gypi' ],
},
{
+ # GN version: //mojo/examples/echo:bindings
'target_name': 'mojo_echo_service_bindings',
'type': 'static_library',
'sources': [
@@ -42,6 +44,7 @@
],
},
{
+ # GN version: //mojo/examples/echo:service
'target_name': 'mojo_echo_service',
'type': 'loadable_module',
'dependencies': [
@@ -65,12 +68,10 @@
'includes': [ 'build/package_app.gypi' ],
},
{
+ # GN version: //mojo/examples/sample_app
'target_name': 'mojo_sample_app',
'type': 'loadable_module',
'dependencies': [
- # TODO(darin): we should not be linking against these libraries!
- '../ui/events/events.gyp:events',
- '../ui/gfx/gfx.gyp:gfx_geometry',
'mojo_base.gyp:mojo_application_standalone',
'mojo_base.gyp:mojo_cpp_bindings',
'mojo_base.gyp:mojo_environment_standalone',
@@ -189,6 +190,7 @@
'includes': [ 'build/package_app.gypi' ],
},
{
+ # GN version: //mojo/examples/wget
'target_name': 'mojo_wget',
'type': 'loadable_module',
'dependencies': [
« no previous file with comments | « mojo/gles2/BUILD.gn ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698