OLD | NEW |
1 { | 1 { |
2 'targets': [ | 2 'targets': [ |
3 { | 3 { |
4 'target_name': 'mojo_echo_bindings', | 4 'target_name': 'mojo_echo_bindings', |
5 'type': 'static_library', | 5 'type': 'static_library', |
6 'sources': [ | 6 'sources': [ |
7 'services/dbus_echo/echo.mojom', | 7 'services/dbus_echo/echo.mojom', |
8 ], | 8 ], |
9 'variables': { | 9 'variables': { |
10 'mojom_base_output_dir': 'mojo', | 10 'mojom_base_output_dir': 'mojo', |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 ], | 112 ], |
113 }], | 113 }], |
114 ['OS=="android"', { | 114 ['OS=="android"', { |
115 'dependencies': [ | 115 'dependencies': [ |
116 'mojo_jni_headers', | 116 'mojo_jni_headers', |
117 ], | 117 ], |
118 }], | 118 }], |
119 ], | 119 ], |
120 }, | 120 }, |
121 { | 121 { |
122 'target_name': 'mojo_view_manager_bindings', | |
123 'type': 'static_library', | |
124 'sources': [ | |
125 'services/public/interfaces/view_manager/view_manager.mojom', | |
126 ], | |
127 'variables': { | |
128 'mojom_base_output_dir': 'mojo', | |
129 }, | |
130 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | |
131 'export_dependent_settings': [ | |
132 'mojo_bindings', | |
133 ], | |
134 'dependencies': [ | |
135 'mojo_bindings', | |
136 ], | |
137 }, | |
138 { | |
139 'target_name': 'mojo_view_manager_lib', | 122 'target_name': 'mojo_view_manager_lib', |
140 'type': 'static_library', | 123 'type': 'static_library', |
141 'dependencies': [ | 124 'dependencies': [ |
142 '../base/base.gyp:base', | 125 '../base/base.gyp:base', |
143 'mojo_view_manager_bindings', | |
144 ], | 126 ], |
145 'sources': [ | 127 'sources': [ |
146 'services/public/cpp/view_manager/lib/view.cc', | 128 'services/public/cpp/view_manager/lib/view.cc', |
147 'services/public/cpp/view_manager/lib/view_manager.cc', | 129 'services/public/cpp/view_manager/lib/view_manager.cc', |
148 'services/public/cpp/view_manager/lib/view_manager_private.cc', | |
149 'services/public/cpp/view_manager/lib/view_manager_private.h', | |
150 'services/public/cpp/view_manager/lib/view_manager_synchronizer.cc', | |
151 'services/public/cpp/view_manager/lib/view_manager_synchronizer.h', | |
152 'services/public/cpp/view_manager/lib/view_tree_host.cc', | 130 'services/public/cpp/view_manager/lib/view_tree_host.cc', |
153 'services/public/cpp/view_manager/lib/view_tree_node.cc', | 131 'services/public/cpp/view_manager/lib/view_tree_node.cc', |
154 'services/public/cpp/view_manager/lib/view_tree_node_observer.cc', | 132 'services/public/cpp/view_manager/lib/view_tree_node_observer.cc', |
155 'services/public/cpp/view_manager/lib/view_tree_node_private.cc', | 133 'services/public/cpp/view_manager/lib/view_tree_node_private.cc', |
156 'services/public/cpp/view_manager/lib/view_tree_node_private.h', | 134 'services/public/cpp/view_manager/lib/view_tree_node_private.h', |
157 'services/public/cpp/view_manager/view.h', | 135 'services/public/cpp/view_manager/view.h', |
158 'services/public/cpp/view_manager/view_manager.h', | 136 'services/public/cpp/view_manager/view_manager.h', |
159 'services/public/cpp/view_manager/view_tree_host.h', | 137 'services/public/cpp/view_manager/view_tree_host.h', |
160 'services/public/cpp/view_manager/view_tree_node.h', | 138 'services/public/cpp/view_manager/view_tree_node.h', |
161 'services/public/cpp/view_manager/view_tree_node_observer.h', | 139 'services/public/cpp/view_manager/view_tree_node_observer.h', |
(...skipping 14 matching lines...) Expand all Loading... |
176 'services/public/cpp/view_manager/tests/view_manager_unittest.cc', | 154 'services/public/cpp/view_manager/tests/view_manager_unittest.cc', |
177 'services/public/cpp/view_manager/tests/view_tree_host_unittest.cc', | 155 'services/public/cpp/view_manager/tests/view_tree_host_unittest.cc', |
178 'services/public/cpp/view_manager/tests/view_tree_node_unittest.cc', | 156 'services/public/cpp/view_manager/tests/view_tree_node_unittest.cc', |
179 ], | 157 ], |
180 }, | 158 }, |
181 ], | 159 ], |
182 'conditions': [ | 160 'conditions': [ |
183 ['use_aura==1', { | 161 ['use_aura==1', { |
184 'targets': [ | 162 'targets': [ |
185 { | 163 { |
| 164 'target_name': 'mojo_view_manager_bindings', |
| 165 'type': 'static_library', |
| 166 'sources': [ |
| 167 'services/public/interfaces/view_manager/view_manager.mojom', |
| 168 ], |
| 169 'variables': { |
| 170 'mojom_base_output_dir': 'mojo', |
| 171 }, |
| 172 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 173 'export_dependent_settings': [ |
| 174 'mojo_bindings', |
| 175 ], |
| 176 'dependencies': [ |
| 177 'mojo_bindings', |
| 178 ], |
| 179 }, |
| 180 { |
186 'target_name': 'mojo_view_manager', | 181 'target_name': 'mojo_view_manager', |
187 'type': '<(component)', | 182 'type': '<(component)', |
188 'dependencies': [ | 183 'dependencies': [ |
189 '../base/base.gyp:base', | 184 '../base/base.gyp:base', |
190 '../skia/skia.gyp:skia', | 185 '../skia/skia.gyp:skia', |
191 '../ui/aura/aura.gyp:aura', | 186 '../ui/aura/aura.gyp:aura', |
192 '../ui/gfx/gfx.gyp:gfx_geometry', | 187 '../ui/gfx/gfx.gyp:gfx_geometry', |
193 'mojo_common_lib', | 188 'mojo_common_lib', |
194 'mojo_environment_chromium', | 189 'mojo_environment_chromium', |
195 'mojo_launcher_bindings', | 190 'mojo_launcher_bindings', |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 'mojo_system_impl', | 256 'mojo_system_impl', |
262 ], | 257 ], |
263 'sources': [ | 258 'sources': [ |
264 'services/dbus_echo/dbus_echo_service.cc', | 259 'services/dbus_echo/dbus_echo_service.cc', |
265 ], | 260 ], |
266 }, | 261 }, |
267 ], | 262 ], |
268 }], | 263 }], |
269 ], | 264 ], |
270 } | 265 } |
OLD | NEW |