| Index: mojo/mojo_services.gypi
|
| diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
|
| index e4028faf17f065661c97ff0633e802b9a64c49fa..ebe4478e63e006e179a2cb96dc5257ad6afddb08 100644
|
| --- a/mojo/mojo_services.gypi
|
| +++ b/mojo/mojo_services.gypi
|
| @@ -119,14 +119,36 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'mojo_view_manager_bindings',
|
| + 'type': 'static_library',
|
| + 'sources': [
|
| + 'services/public/interfaces/view_manager/view_manager.mojom',
|
| + ],
|
| + 'variables': {
|
| + 'mojom_base_output_dir': 'mojo',
|
| + },
|
| + 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
|
| + 'export_dependent_settings': [
|
| + 'mojo_bindings',
|
| + ],
|
| + 'dependencies': [
|
| + 'mojo_bindings',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'mojo_view_manager_lib',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| + 'mojo_view_manager_bindings',
|
| ],
|
| 'sources': [
|
| 'services/public/cpp/view_manager/lib/view.cc',
|
| 'services/public/cpp/view_manager/lib/view_manager.cc',
|
| + 'services/public/cpp/view_manager/lib/view_manager_private.cc',
|
| + 'services/public/cpp/view_manager/lib/view_manager_private.h',
|
| + 'services/public/cpp/view_manager/lib/view_manager_synchronizer.cc',
|
| + 'services/public/cpp/view_manager/lib/view_manager_synchronizer.h',
|
| 'services/public/cpp/view_manager/lib/view_tree_host.cc',
|
| 'services/public/cpp/view_manager/lib/view_tree_node.cc',
|
| 'services/public/cpp/view_manager/lib/view_tree_node_observer.cc',
|
| @@ -161,23 +183,6 @@
|
| ['use_aura==1', {
|
| 'targets': [
|
| {
|
| - 'target_name': 'mojo_view_manager_bindings',
|
| - 'type': 'static_library',
|
| - 'sources': [
|
| - 'services/public/interfaces/view_manager/view_manager.mojom',
|
| - ],
|
| - 'variables': {
|
| - 'mojom_base_output_dir': 'mojo',
|
| - },
|
| - 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
|
| - 'export_dependent_settings': [
|
| - 'mojo_bindings',
|
| - ],
|
| - 'dependencies': [
|
| - 'mojo_bindings',
|
| - ],
|
| - },
|
| - {
|
| 'target_name': 'mojo_view_manager',
|
| 'type': '<(component)',
|
| 'dependencies': [
|
|
|