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

Side by Side Diff: mojo/mojo_public.gypi

Issue 159983003: Fix a bug with mojom imports where 2 imports with the same namespace would (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 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_system', 4 'target_name': 'mojo_system',
5 'type': 'shared_library', 5 'type': 'shared_library',
6 'defines': [ 6 'defines': [
7 'MOJO_SYSTEM_IMPLEMENTATION', 7 'MOJO_SYSTEM_IMPLEMENTATION',
8 ], 8 ],
9 'include_dirs': [ 9 'include_dirs': [
10 '..', 10 '..',
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'public/bindings/lib/scratch_buffer.h', 191 'public/bindings/lib/scratch_buffer.h',
192 'public/bindings/lib/sync_dispatcher.cc', 192 'public/bindings/lib/sync_dispatcher.cc',
193 ], 193 ],
194 }, 194 },
195 { 195 {
196 'target_name': 'mojo_sample_service', 196 'target_name': 'mojo_sample_service',
197 'type': 'static_library', 197 'type': 'static_library',
198 'sources': [ 198 'sources': [
199 'public/bindings/tests/sample_service.mojom', 199 'public/bindings/tests/sample_service.mojom',
200 'public/bindings/tests/sample_import.mojom', 200 'public/bindings/tests/sample_import.mojom',
201 'public/bindings/tests/sample_import2.mojom',
201 ], 202 ],
202 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ], 203 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
203 'export_dependent_settings': [ 204 'export_dependent_settings': [
204 'mojo_bindings', 205 'mojo_bindings',
205 'mojo_system', 206 'mojo_system',
206 ], 207 ],
207 }, 208 },
208 { 209 {
209 'target_name': 'mojo_environment_standalone', 210 'target_name': 'mojo_environment_standalone',
210 'type': 'static_library', 211 'type': 'static_library',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 'public/shell/service.h', 246 'public/shell/service.h',
246 ], 247 ],
247 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ], 248 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
248 'export_dependent_settings': [ 249 'export_dependent_settings': [
249 'mojo_bindings', 250 'mojo_bindings',
250 'mojo_system', 251 'mojo_system',
251 ], 252 ],
252 }, 253 },
253 ], 254 ],
254 } 255 }
OLDNEW
« no previous file with comments | « mojo/apps/js/bindings/sample_service_unittests.js ('k') | mojo/public/bindings/generators/js_templates/module.js.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698