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

Side by Side Diff: mojo/mojo_services.gypi

Issue 331323007: Eliminate Launchable. Use Navigator instead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'type': 'static_library', 187 'type': 'static_library',
188 'sources': [ 188 'sources': [
189 'services/navigation/navigation.mojom', 189 'services/navigation/navigation.mojom',
190 ], 190 ],
191 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 191 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
192 'export_dependent_settings': [ 192 'export_dependent_settings': [
193 'mojo_cpp_bindings', 193 'mojo_cpp_bindings',
194 ], 194 ],
195 'dependencies': [ 195 'dependencies': [
196 'mojo_cpp_bindings', 196 'mojo_cpp_bindings',
197 'mojo_network_bindings',
197 ], 198 ],
198 }, 199 },
199 { 200 {
200 'target_name': 'mojo_network_bindings', 201 'target_name': 'mojo_network_bindings',
201 'type': 'static_library', 202 'type': 'static_library',
202 'sources': [ 203 'sources': [
203 'services/public/interfaces/network/network_error.mojom', 204 'services/public/interfaces/network/network_error.mojom',
204 'services/public/interfaces/network/network_service.mojom', 205 'services/public/interfaces/network/network_service.mojom',
205 'services/public/interfaces/network/url_loader.mojom', 206 'services/public/interfaces/network/url_loader.mojom',
206 ], 207 ],
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 'sources': [ 252 'sources': [
252 'services/public/interfaces/launcher/launcher.mojom', 253 'services/public/interfaces/launcher/launcher.mojom',
253 ], 254 ],
254 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 255 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
255 'export_dependent_settings': [ 256 'export_dependent_settings': [
256 'mojo_cpp_bindings', 257 'mojo_cpp_bindings',
257 ], 258 ],
258 'dependencies': [ 259 'dependencies': [
259 'mojo_cpp_bindings', 260 'mojo_cpp_bindings',
260 'mojo_network_bindings', 261 'mojo_network_bindings',
262 'mojo_navigation_bindings',
261 ], 263 ],
262 }, 264 },
263 { 265 {
264 'target_name': 'mojo_launcher', 266 'target_name': 'mojo_launcher',
265 'type': 'shared_library', 267 'type': 'shared_library',
266 'dependencies': [ 268 'dependencies': [
267 '../base/base.gyp:base', 269 '../base/base.gyp:base',
268 'mojo_application', 270 'mojo_application',
269 'mojo_cpp_bindings', 271 'mojo_cpp_bindings',
270 'mojo_environment_chromium', 272 'mojo_environment_chromium',
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 'mojo_system_impl', 543 'mojo_system_impl',
542 ], 544 ],
543 'sources': [ 545 'sources': [
544 'services/dbus_echo/dbus_echo_service.cc', 546 'services/dbus_echo/dbus_echo_service.cc',
545 ], 547 ],
546 }, 548 },
547 ], 549 ],
548 }], 550 }],
549 ], 551 ],
550 } 552 }
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