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

Side by Side Diff: mojo/mojo_public.gypi

Issue 268593002: Move existing Mojo JS <--> CPP tests out of webui test harness. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unused header include. 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
OLDNEW
1 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'mojo_system', 4 'target_name': 'mojo_system',
5 'type': 'static_library', 5 'type': 'static_library',
6 'defines': [ 6 'defines': [
7 'MOJO_SYSTEM_IMPLEMENTATION', 7 'MOJO_SYSTEM_IMPLEMENTATION',
8 ], 8 ],
9 'include_dirs': [ 9 'include_dirs': [
10 '..', 10 '..',
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 ], 263 ],
264 'sources': [ 264 'sources': [
265 'public/js/bindings/constants.cc', 265 'public/js/bindings/constants.cc',
266 'public/js/bindings/constants.h', 266 'public/js/bindings/constants.h',
267 ], 267 ],
268 }, 268 },
269 { 269 {
270 'target_name': 'mojo_public_test_interfaces', 270 'target_name': 'mojo_public_test_interfaces',
271 'type': 'static_library', 271 'type': 'static_library',
272 'sources': [ 272 'sources': [
273 'public/interfaces/bindings/tests/js_to_cpp.mojom',
273 'public/interfaces/bindings/tests/math_calculator.mojom', 274 'public/interfaces/bindings/tests/math_calculator.mojom',
274 'public/interfaces/bindings/tests/sample_factory.mojom', 275 'public/interfaces/bindings/tests/sample_factory.mojom',
275 'public/interfaces/bindings/tests/sample_import.mojom', 276 'public/interfaces/bindings/tests/sample_import.mojom',
276 'public/interfaces/bindings/tests/sample_import2.mojom', 277 'public/interfaces/bindings/tests/sample_import2.mojom',
277 'public/interfaces/bindings/tests/sample_interfaces.mojom', 278 'public/interfaces/bindings/tests/sample_interfaces.mojom',
278 'public/interfaces/bindings/tests/sample_service.mojom', 279 'public/interfaces/bindings/tests/sample_service.mojom',
279 'public/interfaces/bindings/tests/test_structs.mojom', 280 'public/interfaces/bindings/tests/test_structs.mojom',
280 ], 281 ],
281 'variables': { 282 'variables': {
282 'mojom_base_output_dir': 'mojo', 283 'mojom_base_output_dir': 'mojo',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 'type': 'none', 378 'type': 'none',
378 'variables': { 379 'variables': {
379 'java_in_dir': 'public/java', 380 'java_in_dir': 'public/java',
380 }, 381 },
381 'includes': [ '../build/java.gypi' ], 382 'includes': [ '../build/java.gypi' ],
382 }, 383 },
383 ], 384 ],
384 }], 385 }],
385 ], 386 ],
386 } 387 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698