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

Side by Side Diff: mojo/mojo_services.gypi

Issue 296003003: First step at setroots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment Created 6 years, 7 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
« no previous file with comments | « no previous file | mojo/services/public/interfaces/view_manager/view_manager.mojom » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 'sources': [ 232 'sources': [
233 'services/view_manager/ids.h', 233 'services/view_manager/ids.h',
234 'services/view_manager/main.cc', 234 'services/view_manager/main.cc',
235 'services/view_manager/node.cc', 235 'services/view_manager/node.cc',
236 'services/view_manager/node.h', 236 'services/view_manager/node.h',
237 'services/view_manager/node_delegate.h', 237 'services/view_manager/node_delegate.h',
238 'services/view_manager/root_node_manager.cc', 238 'services/view_manager/root_node_manager.cc',
239 'services/view_manager/root_node_manager.h', 239 'services/view_manager/root_node_manager.h',
240 'services/view_manager/root_view_manager.cc', 240 'services/view_manager/root_view_manager.cc',
241 'services/view_manager/root_view_manager.h', 241 'services/view_manager/root_view_manager.h',
242 'services/view_manager/type_converters.cc',
243 'services/view_manager/type_converters.h',
244 'services/view_manager/view.cc', 242 'services/view_manager/view.cc',
245 'services/view_manager/view.h', 243 'services/view_manager/view.h',
246 'services/view_manager/view_manager_connection.cc', 244 'services/view_manager/view_manager_connection.cc',
247 'services/view_manager/view_manager_connection.h', 245 'services/view_manager/view_manager_connection.h',
248 'services/view_manager/view_manager_export.h', 246 'services/view_manager/view_manager_export.h',
249 ], 247 ],
250 'defines': [ 248 'defines': [
251 'MOJO_VIEW_MANAGER_IMPLEMENTATION', 249 'MOJO_VIEW_MANAGER_IMPLEMENTATION',
252 ], 250 ],
253 }, 251 },
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 'mojo_system_impl', 311 'mojo_system_impl',
314 ], 312 ],
315 'sources': [ 313 'sources': [
316 'services/dbus_echo/dbus_echo_service.cc', 314 'services/dbus_echo/dbus_echo_service.cc',
317 ], 315 ],
318 }, 316 },
319 ], 317 ],
320 }], 318 }],
321 ], 319 ],
322 } 320 }
OLDNEW
« no previous file with comments | « no previous file | mojo/services/public/interfaces/view_manager/view_manager.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698