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

Unified Diff: mojo/mojo_examples.gypi

Issue 591633002: Replace most uses of ViewManagerInitService with client lib ViewManager::Embed() to offer the same … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 3 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/init/init.cc ('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 b46514944928f6a23e15523f19eca15701ed278a..ee2be3534de5ecd547ec65180fabfe22cd6b1bc9 100644
--- a/mojo/mojo_examples.gypi
+++ b/mojo/mojo_examples.gypi
@@ -510,6 +510,7 @@
'../base/base.gyp:base',
'mojo_base.gyp:mojo_application_chromium',
'mojo_view_manager_bindings',
+ 'mojo_view_manager_lib',
'<(mojo_system_for_loadable_module)',
],
'sources': [
@@ -572,6 +573,7 @@
'mojo_base.gyp:mojo_utility',
'mojo_geometry_bindings',
'mojo_view_manager_bindings',
+ 'mojo_view_manager_lib',
'<(mojo_system_for_loadable_module)',
],
'includes': [
@@ -787,6 +789,7 @@
'../base/base.gyp:base',
'mojo_base.gyp:mojo_application_chromium',
'mojo_view_manager_bindings',
+ 'mojo_view_manager_lib',
'<(mojo_system_for_loadable_module)',
],
'sources': [
« no previous file with comments | « mojo/examples/wm_flow/init/init.cc ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698