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

Side by Side Diff: mojo/mojo_services.gypi

Issue 250633003: Adds more to viewmanager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: override 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'mojo_gles2_bindings', 4 'target_name': 'mojo_gles2_bindings',
5 'type': 'static_library', 5 'type': 'static_library',
6 'sources': [ 6 'sources': [
7 'services/gles2/command_buffer.mojom', 7 'services/gles2/command_buffer.mojom',
8 'services/gles2/command_buffer_type_conversions.cc', 8 'services/gles2/command_buffer_type_conversions.cc',
9 'services/gles2/command_buffer_type_conversions.h', 9 'services/gles2/command_buffer_type_conversions.h',
10 'services/gles2/mojo_buffer_backing.cc', 10 'services/gles2/mojo_buffer_backing.cc',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'mojo_system_impl', 176 'mojo_system_impl',
177 'mojo_view_manager_bindings', 177 'mojo_view_manager_bindings',
178 ], 178 ],
179 'sources': [ 179 'sources': [
180 'services/view_manager/ids.h', 180 'services/view_manager/ids.h',
181 'services/view_manager/node.cc', 181 'services/view_manager/node.cc',
182 'services/view_manager/node.h', 182 'services/view_manager/node.h',
183 'services/view_manager/node_delegate.h', 183 'services/view_manager/node_delegate.h',
184 'services/view_manager/root_node_manager.cc', 184 'services/view_manager/root_node_manager.cc',
185 'services/view_manager/root_node_manager.h', 185 'services/view_manager/root_node_manager.h',
186 'services/view_manager/view.cc',
187 'services/view_manager/view.h',
186 'services/view_manager/view_manager.cc', 188 'services/view_manager/view_manager.cc',
187 'services/view_manager/view_manager_connection.cc', 189 'services/view_manager/view_manager_connection.cc',
188 'services/view_manager/view_manager_connection.h', 190 'services/view_manager/view_manager_connection.h',
189 'services/view_manager/view_manager_export.h', 191 'services/view_manager/view_manager_export.h',
190 ], 192 ],
191 'defines': [ 193 'defines': [
192 'MOJO_VIEW_MANAGER_IMPLEMENTATION', 194 'MOJO_VIEW_MANAGER_IMPLEMENTATION',
193 ], 195 ],
194 }, 196 },
195 { 197 {
(...skipping 19 matching lines...) Expand all
215 'target_name': 'package_mojo_view_manager', 217 'target_name': 'package_mojo_view_manager',
216 'variables': { 218 'variables': {
217 'app_name': 'mojo_view_manager', 219 'app_name': 'mojo_view_manager',
218 }, 220 },
219 'includes': [ 'build/package_app.gypi' ], 221 'includes': [ 'build/package_app.gypi' ],
220 }, 222 },
221 ], 223 ],
222 }], 224 }],
223 ], 225 ],
224 } 226 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698