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

Side by Side Diff: mojo/mojo_services.gypi

Issue 342003006: Turn 'browser' app into a 'launcher_ui' app that window_manager embeds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ben comments Created 6 years, 6 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 | « mojo/mojo_examples.gypi ('k') | mojo/services/launcher/launcher.cc » ('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 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 9 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
10 'export_dependent_settings': [ 10 'export_dependent_settings': [
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 'sources': [ 252 'sources': [
253 'services/public/interfaces/launcher/launcher.mojom', 253 'services/public/interfaces/launcher/launcher.mojom',
254 ], 254 ],
255 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 255 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
256 'export_dependent_settings': [ 256 'export_dependent_settings': [
257 'mojo_cpp_bindings', 257 'mojo_cpp_bindings',
258 ], 258 ],
259 'dependencies': [ 259 'dependencies': [
260 'mojo_cpp_bindings', 260 'mojo_cpp_bindings',
261 'mojo_network_bindings', 261 'mojo_network_bindings',
262 'mojo_navigation_bindings',
263 ], 262 ],
264 }, 263 },
265 { 264 {
266 'target_name': 'mojo_launcher', 265 'target_name': 'mojo_launcher',
267 'type': 'shared_library', 266 'type': 'shared_library',
268 'dependencies': [ 267 'dependencies': [
269 '../base/base.gyp:base', 268 '../base/base.gyp:base',
270 'mojo_application', 269 'mojo_application',
271 'mojo_cpp_bindings', 270 'mojo_cpp_bindings',
272 'mojo_environment_chromium', 271 'mojo_environment_chromium',
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 'mojo_system_impl', 542 'mojo_system_impl',
544 ], 543 ],
545 'sources': [ 544 'sources': [
546 'services/dbus_echo/dbus_echo_service.cc', 545 'services/dbus_echo/dbus_echo_service.cc',
547 ], 546 ],
548 }, 547 },
549 ], 548 ],
550 }], 549 }],
551 ], 550 ],
552 } 551 }
OLDNEW
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/services/launcher/launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698