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

Unified Diff: mojo/mojo_examples.gypi

Issue 259823005: Add GN targets for mojom generator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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_examples.gypi
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
index 00d5e81bb3fb4243b267d08e98e53e6bb2e40e42..a81802a56bde1ea23b92000e8dd3915a13095a3b 100644
--- a/mojo/mojo_examples.gypi
+++ b/mojo/mojo_examples.gypi
@@ -11,7 +11,7 @@
# TODO(darin): we should not be linking against these libraries!
'../ui/events/events.gyp:events',
'../ui/gfx/gfx.gyp:gfx_geometry',
- 'mojo_bindings',
+ 'mojo_cpp_bindings',
'mojo_environment_standalone',
'mojo_gles2',
'mojo_native_viewport_bindings',
@@ -237,10 +237,10 @@
},
'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
'export_dependent_settings': [
- 'mojo_bindings',
+ 'mojo_cpp_bindings',
],
'dependencies': [
- 'mojo_bindings',
+ 'mojo_cpp_bindings',
],
},
{
@@ -284,7 +284,7 @@
'../ui/gfx/gfx.gyp:gfx',
'../ui/gfx/gfx.gyp:gfx_geometry',
'../ui/gl/gl.gyp:gl',
- 'mojo_bindings',
+ 'mojo_cpp_bindings',
'mojo_environment_standalone',
'mojo_gles2',
'mojo_view_manager_bindings',
@@ -305,7 +305,7 @@
'type': 'shared_library',
'dependencies': [
'../base/base.gyp:base',
- 'mojo_bindings',
+ 'mojo_cpp_bindings',
'mojo_environment_standalone',
'mojo_echo_bindings',
'mojo_shell_client',
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/mojo_public.gypi » ('j') | mojo/public/cpp/bindings/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698