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

Side by Side Diff: mojo/mojo_services.gypi

Issue 344013003: mv services/navigation.mojom services/public/interfaces/navigation.mojom (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
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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'dependencies': [ 179 'dependencies': [
180 'mojo_jni_headers', 180 'mojo_jni_headers',
181 ], 181 ],
182 }], 182 }],
183 ], 183 ],
184 }, 184 },
185 { 185 {
186 'target_name': 'mojo_navigation_bindings', 186 'target_name': 'mojo_navigation_bindings',
187 'type': 'static_library', 187 'type': 'static_library',
188 'sources': [ 188 'sources': [
189 'services/navigation/navigation.mojom', 189 'services/public/interfaces/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 'mojo_network_bindings',
198 ], 198 ],
199 }, 199 },
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 'mojo_system_impl', 542 'mojo_system_impl',
543 ], 543 ],
544 'sources': [ 544 'sources': [
545 'services/dbus_echo/dbus_echo_service.cc', 545 'services/dbus_echo/dbus_echo_service.cc',
546 ], 546 ],
547 }, 547 },
548 ], 548 ],
549 }], 549 }],
550 ], 550 ],
551 } 551 }
OLDNEW
« no previous file with comments | « mojo/examples/window_manager/window_manager.cc ('k') | mojo/services/navigation/navigation.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698