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

Side by Side Diff: mojo/mojo.gyp

Issue 264563005: Enable Mojo on iOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « mojo/embedder/embedder_unittest.cc ('k') | mojo/mojo_public.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'conditions': [ 7 'conditions': [
8 ['mojo_shell_debug_url != ""', { 8 ['mojo_shell_debug_url != ""', {
9 'defines': [ 9 'defines': [
10 'MOJO_SHELL_DEBUG=1', 10 'MOJO_SHELL_DEBUG=1',
11 'MOJO_SHELL_DEBUG_URL="<(mojo_shell_debug_url)"', 11 'MOJO_SHELL_DEBUG_URL="<(mojo_shell_debug_url)"',
12 ], 12 ],
13 }], 13 }],
14 ], 14 ],
15 }, 15 },
16 'variables': { 16 'variables': {
17 'chromium_code': 1, 17 'chromium_code': 1,
18 'mojo_shell_debug_url%': "", 18 'mojo_shell_debug_url%': "",
19 }, 19 },
20 'includes': [ 20 'includes': [
21 'mojo_apps.gypi', 21 #'mojo_apps.gypi',
22 'mojo_examples.gypi', 22 #'mojo_examples.gypi',
23 'mojo_public.gypi', 23 'mojo_public.gypi',
24 'mojo_services.gypi', 24 #'mojo_services.gypi',
25 ], 25 ],
26 'targets': [ 26 'targets': [
27 { 27 {
28 'target_name': 'mojo', 28 'target_name': 'mojo',
29 'type': 'none', 29 'type': 'none',
30 'dependencies': [ 30 'dependencies': [
31 'mojo_apps_js_unittests', 31 #'mojo_apps_js_unittests',
32 'mojo_compositor_app', 32 #'mojo_compositor_app',
33 'mojo_common_lib', 33 'mojo_common_lib',
34 'mojo_common_unittests', 34 'mojo_common_unittests',
35 'mojo_cpp_bindings', 35 'mojo_cpp_bindings',
36 'mojo_js', 36 #'mojo_js',
37 'mojo_js_bindings', 37 #'mojo_js_bindings',
38 'mojo_js_unittests', 38 #'mojo_js_unittests',
39 'mojo_message_generator', 39 'mojo_message_generator',
40 'mojo_native_viewport_service', 40 #'mojo_native_viewport_service',
41 'mojo_pepper_container_app', 41 #'mojo_pepper_container_app',
42 'mojo_public_test_utils', 42 'mojo_public_test_utils',
43 'mojo_public_bindings_unittests', 43 'mojo_public_bindings_unittests',
44 'mojo_public_environment_unittests', 44 'mojo_public_environment_unittests',
45 'mojo_public_system_perftests', 45 'mojo_public_system_perftests',
46 'mojo_public_system_unittests', 46 'mojo_public_system_unittests',
47 'mojo_public_utility_unittests', 47 'mojo_public_utility_unittests',
48 'mojo_sample_app', 48 #'mojo_sample_app',
49 'mojo_service_manager', 49 'mojo_service_manager',
50 'mojo_service_manager_unittests', 50 'mojo_service_manager_unittests',
51 'mojo_shell', 51 #'mojo_shell',
52 'mojo_shell_lib', 52 #'mojo_shell_lib',
53 'mojo_system', 53 'mojo_system',
54 'mojo_system_impl', 54 'mojo_system_impl',
55 'mojo_system_unittests', 55 'mojo_system_unittests',
56 'mojo_utility', 56 'mojo_utility',
57 ], 57 ],
58 'conditions': [ 58 'conditions': [
59 ['use_aura==1', { 59 ['use_aura==1', {
60 'dependencies': [ 60 'dependencies': [
61 'mojo_aura_demo', 61 'mojo_aura_demo',
62 'mojo_launcher', 62 'mojo_launcher',
63 'mojo_sample_view_manager_app', 63 'mojo_sample_view_manager_app',
64 'mojo_view_manager', 64 'mojo_view_manager',
65 'mojo_view_manager_unittests', 65 'mojo_view_manager_unittests',
66 ], 66 ],
67 }], 67 }],
68 ['OS == "android"', { 68 ['OS == "android"', {
69 'dependencies': [ 69 'dependencies': [
70 'mojo_public_java', 70 'mojo_public_java',
71 'mojo_system_java', 71 'mojo_system_java',
72 'libmojo_system_java', 72 'libmojo_system_java',
73 'mojo_test_apk', 73 'mojo_test_apk',
74 ], 74 ],
75 }], 75 }],
76 ] 76 ]
77 }, 77 },
78 { 78 # {
79 'target_name': 'mojo_external_service_bindings', 79 # 'target_name': 'mojo_external_service_bindings',
80 'type': 'static_library', 80 # 'type': 'static_library',
81 'sources': [ 81 # 'sources': [
82 'shell/external_service.mojom', 82 # 'shell/external_service.mojom',
83 ], 83 # ],
84 'variables': { 84 # 'variables': {
85 'mojom_base_output_dir': 'mojo', 85 # 'mojom_base_output_dir': 'mojo',
86 }, 86 # },
87 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 87 # 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
88 'export_dependent_settings': [ 88 # 'export_dependent_settings': [
89 'mojo_cpp_bindings', 89 # 'mojo_cpp_bindings',
90 ], 90 # ],
91 'dependencies': [ 91 # 'dependencies': [
92 'mojo_cpp_bindings', 92 # 'mojo_cpp_bindings',
93 ], 93 # ],
94 }, 94 # },
95 { 95 {
96 'target_name': 'mojo_run_all_unittests', 96 'target_name': 'mojo_run_all_unittests',
97 'type': 'static_library', 97 'type': 'static_library',
98 'dependencies': [ 98 'dependencies': [
99 '../base/base.gyp:base', 99 '../base/base.gyp:base',
100 '../base/base.gyp:test_support_base', 100 '../base/base.gyp:test_support_base',
101 '../testing/gtest.gyp:gtest', 101 '../testing/gtest.gyp:gtest',
102 'mojo_system_impl', 102 'mojo_system_impl',
103 'mojo_test_support', 103 'mojo_test_support',
104 'mojo_test_support_impl', 104 'mojo_test_support_impl',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 'embedder/platform_channel_pair_posix_unittest.cc', 223 'embedder/platform_channel_pair_posix_unittest.cc',
224 'system/channel_unittest.cc', 224 'system/channel_unittest.cc',
225 'system/core_unittest.cc', 225 'system/core_unittest.cc',
226 'system/core_test_base.cc', 226 'system/core_test_base.cc',
227 'system/core_test_base.h', 227 'system/core_test_base.h',
228 'system/data_pipe_unittest.cc', 228 'system/data_pipe_unittest.cc',
229 'system/dispatcher_unittest.cc', 229 'system/dispatcher_unittest.cc',
230 'system/local_data_pipe_unittest.cc', 230 'system/local_data_pipe_unittest.cc',
231 'system/message_pipe_dispatcher_unittest.cc', 231 'system/message_pipe_dispatcher_unittest.cc',
232 'system/message_pipe_unittest.cc', 232 'system/message_pipe_unittest.cc',
233 'system/multiprocess_message_pipe_unittest.cc', 233 # This file doesn't build (and isn't relevant) on iOS.
234 #'system/multiprocess_message_pipe_unittest.cc',
234 'system/raw_channel_unittest.cc', 235 'system/raw_channel_unittest.cc',
235 'system/raw_shared_buffer_unittest.cc', 236 'system/raw_shared_buffer_unittest.cc',
236 'system/remote_message_pipe_unittest.cc', 237 'system/remote_message_pipe_unittest.cc',
237 'system/shared_buffer_dispatcher_unittest.cc', 238 'system/shared_buffer_dispatcher_unittest.cc',
238 'system/simple_dispatcher_unittest.cc', 239 'system/simple_dispatcher_unittest.cc',
239 'system/test_utils.cc', 240 'system/test_utils.cc',
240 'system/test_utils.h', 241 'system/test_utils.h',
241 'system/waiter_list_unittest.cc', 242 'system/waiter_list_unittest.cc',
242 'system/waiter_test_utils.cc', 243 'system/waiter_test_utils.cc',
243 'system/waiter_test_utils.h', 244 'system/waiter_test_utils.h',
244 'system/waiter_unittest.cc', 245 'system/waiter_unittest.cc',
245 ], 246 ],
246 }, 247 },
247 { 248 # {
248 'target_name': 'mojo_gles2_impl', 249 # 'target_name': 'mojo_gles2_impl',
249 'type': '<(component)', 250 # 'type': '<(component)',
250 'dependencies': [ 251 # 'dependencies': [
251 '../base/base.gyp:base', 252 # '../base/base.gyp:base',
252 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 253 # '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynami c_annotations',
253 '../gpu/gpu.gyp:command_buffer_client', 254 # '../gpu/gpu.gyp:command_buffer_client',
254 '../gpu/gpu.gyp:command_buffer_common', 255 # '../gpu/gpu.gyp:command_buffer_common',
255 '../gpu/gpu.gyp:gles2_cmd_helper', 256 # '../gpu/gpu.gyp:gles2_cmd_helper',
256 '../gpu/gpu.gyp:gles2_implementation', 257 # '../gpu/gpu.gyp:gles2_implementation',
257 'mojo_gles2', 258 # 'mojo_gles2',
258 'mojo_gles2_bindings', 259 # 'mojo_gles2_bindings',
259 'mojo_environment_chromium', 260 # 'mojo_environment_chromium',
260 'mojo_system_impl', 261 # 'mojo_system_impl',
261 ], 262 # ],
262 'defines': [ 263 # 'defines': [
263 'MOJO_GLES2_IMPL_IMPLEMENTATION', 264 # 'MOJO_GLES2_IMPL_IMPLEMENTATION',
264 ], 265 # ],
265 'sources': [ 266 # 'sources': [
266 'gles2/command_buffer_client_impl.cc', 267 # 'gles2/command_buffer_client_impl.cc',
267 'gles2/command_buffer_client_impl.h', 268 # 'gles2/command_buffer_client_impl.h',
268 'gles2/gles2_impl_export.h', 269 # 'gles2/gles2_impl_export.h',
269 'gles2/gles2_support_impl.cc', 270 # 'gles2/gles2_support_impl.cc',
270 'gles2/gles2_support_impl.h', 271 # 'gles2/gles2_support_impl.h',
271 'gles2/gles2_context.cc', 272 # 'gles2/gles2_context.cc',
272 'gles2/gles2_context.h', 273 # 'gles2/gles2_context.h',
273 ], 274 # ],
274 }, 275 # },
275 { 276 {
276 'target_name': 'mojo_test_support_impl', 277 'target_name': 'mojo_test_support_impl',
277 'type': 'static_library', 278 'type': 'static_library',
278 'dependencies': [ 279 'dependencies': [
279 '../base/base.gyp:base', 280 '../base/base.gyp:base',
280 ], 281 ],
281 'sources': [ 282 'sources': [
282 'common/test/test_support_impl.cc', 283 'common/test/test_support_impl.cc',
283 'common/test/test_support_impl.h', 284 'common/test/test_support_impl.h',
284 ], 285 ],
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 { 318 {
318 'target_name': 'mojo_common_test_support', 319 'target_name': 'mojo_common_test_support',
319 'type': 'static_library', 320 'type': 'static_library',
320 'dependencies': [ 321 'dependencies': [
321 '../base/base.gyp:base', 322 '../base/base.gyp:base',
322 '../base/base.gyp:test_support_base', 323 '../base/base.gyp:test_support_base',
323 '../testing/gtest.gyp:gtest', 324 '../testing/gtest.gyp:gtest',
324 'mojo_system_impl', 325 'mojo_system_impl',
325 ], 326 ],
326 'sources': [ 327 'sources': [
327 'common/test/multiprocess_test_helper.cc', 328 # Building the below files on iOS causes linker errors.
328 'common/test/multiprocess_test_helper.h', 329 #'common/test/multiprocess_test_helper.cc',
330 #'common/test/multiprocess_test_helper.h',
329 'common/test/test_utils.h', 331 'common/test/test_utils.h',
330 'common/test/test_utils_posix.cc', 332 'common/test/test_utils_posix.cc',
331 'common/test/test_utils_win.cc', 333 'common/test/test_utils_win.cc',
332 ], 334 ],
333 }, 335 },
334 { 336 {
335 'target_name': 'mojo_common_unittests', 337 'target_name': 'mojo_common_unittests',
336 'type': 'executable', 338 'type': 'executable',
337 'dependencies': [ 339 'dependencies': [
338 '../base/base.gyp:base', 340 '../base/base.gyp:base',
339 '../base/base.gyp:base_message_loop_tests', 341 '../base/base.gyp:base_message_loop_tests',
340 '../testing/gtest.gyp:gtest', 342 '../testing/gtest.gyp:gtest',
341 'mojo_cpp_bindings', 343 'mojo_cpp_bindings',
342 'mojo_environment_chromium', 344 'mojo_environment_chromium',
343 'mojo_common_lib', 345 'mojo_common_lib',
344 'mojo_common_test_support', 346 'mojo_common_test_support',
345 'mojo_public_test_utils', 347 'mojo_public_test_utils',
346 'mojo_run_all_unittests', 348 'mojo_run_all_unittests',
347 ], 349 ],
348 'sources': [ 350 'sources': [
349 'common/common_type_converters_unittest.cc', 351 'common/common_type_converters_unittest.cc',
350 'common/handle_watcher_unittest.cc', 352 'common/handle_watcher_unittest.cc',
351 'common/message_pump_mojo_unittest.cc', 353 'common/message_pump_mojo_unittest.cc',
352 'common/test/multiprocess_test_helper_unittest.cc', 354 # This file doesn't build (and isn't relevant) on iOS.
355 #'common/test/multiprocess_test_helper_unittest.cc',
353 ], 356 ],
354 }, 357 },
355 { 358 {
356 'target_name': 'mojo_environment_chromium', 359 'target_name': 'mojo_environment_chromium',
357 'type': 'static_library', 360 'type': 'static_library',
358 'dependencies': [ 361 'dependencies': [
359 'mojo_common_lib', 362 'mojo_common_lib',
360 'mojo_environment_chromium_impl', 363 'mojo_environment_chromium_impl',
361 ], 364 ],
362 'sources': [ 365 'sources': [
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 'service_manager/service_loader.h', 415 'service_manager/service_loader.h',
413 'service_manager/service_manager.cc', 416 'service_manager/service_manager.cc',
414 'service_manager/service_manager.h', 417 'service_manager/service_manager.h',
415 'service_manager/service_manager_export.h', 418 'service_manager/service_manager_export.h',
416 ], 419 ],
417 'export_dependent_settings': [ 420 'export_dependent_settings': [
418 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 421 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
419 'mojo_shell_bindings', 422 'mojo_shell_bindings',
420 ], 423 ],
421 }, 424 },
422 { 425 # {
423 'target_name': 'mojo_spy', 426 # 'target_name': 'mojo_spy',
424 'type': 'static_library', 427 # 'type': 'static_library',
425 'dependencies': [ 428 # 'dependencies': [
426 '../base/base.gyp:base', 429 # '../base/base.gyp:base',
427 '../base/base.gyp:base_static', 430 # '../base/base.gyp:base_static',
428 '../net/net.gyp:http_server', 431 # '../net/net.gyp:http_server',
429 '../url/url.gyp:url_lib', 432 # '../url/url.gyp:url_lib',
430 'mojo_service_manager', 433 # 'mojo_service_manager',
431 ], 434 # ],
432 'sources': [ 435 # 'sources': [
433 'spy/spy.cc', 436 # 'spy/spy.cc',
434 'spy/spy.h', 437 # 'spy/spy.h',
435 'spy/websocket_server.cc', 438 # 'spy/websocket_server.cc',
436 'spy/websocket_server.h', 439 # 'spy/websocket_server.h',
437 ], 440 # ],
438 }, 441 # },
439 { 442 # {
440 'target_name': 'mojo_shell_lib', 443 # 'target_name': 'mojo_shell_lib',
441 'type': 'static_library', 444 # 'type': 'static_library',
442 'dependencies': [ 445 # 'dependencies': [
443 '../base/base.gyp:base', 446 # '../base/base.gyp:base',
444 '../base/base.gyp:base_static', 447 # '../base/base.gyp:base_static',
445 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 448 # '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynami c_annotations',
446 '../net/net.gyp:net', 449 # '../net/net.gyp:net',
447 '../url/url.gyp:url_lib', 450 # '../url/url.gyp:url_lib',
448 'mojo_external_service_bindings', 451 # 'mojo_external_service_bindings',
449 'mojo_gles2_impl', 452 # 'mojo_gles2_impl',
450 'mojo_service_manager', 453 # 'mojo_service_manager',
451 'mojo_shell_bindings', 454 # 'mojo_shell_bindings',
452 'mojo_system_impl', 455 # 'mojo_system_impl',
453 'mojo_native_viewport_service', 456 # 'mojo_native_viewport_service',
454 'mojo_spy', 457 # 'mojo_spy',
455 ], 458 # ],
456 'variables': { 459 # 'variables': {
457 'mojom_base_output_dir': 'mojo', 460 # 'mojom_base_output_dir': 'mojo',
458 }, 461 # },
459 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 462 # 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
460 'sources': [ 463 # 'sources': [
461 'shell/app_child_process.cc', 464 # 'shell/app_child_process.cc',
462 'shell/app_child_process.h', 465 # 'shell/app_child_process.h',
463 'shell/app_child_process.mojom', 466 # 'shell/app_child_process.mojom',
464 'shell/app_child_process_host.cc', 467 # 'shell/app_child_process_host.cc',
465 'shell/app_child_process_host.h', 468 # 'shell/app_child_process_host.h',
466 'shell/child_process.cc', 469 # 'shell/child_process.cc',
467 'shell/child_process.h', 470 # 'shell/child_process.h',
468 'shell/child_process_host.cc', 471 # 'shell/child_process_host.cc',
469 'shell/child_process_host.h', 472 # 'shell/child_process_host.h',
470 'shell/context.cc', 473 # 'shell/context.cc',
471 'shell/context.h', 474 # 'shell/context.h',
472 'shell/dbus_service_loader_linux.cc', 475 # 'shell/dbus_service_loader_linux.cc',
473 'shell/dbus_service_loader_linux.h', 476 # 'shell/dbus_service_loader_linux.h',
474 'shell/dynamic_service_loader.cc', 477 # 'shell/dynamic_service_loader.cc',
475 'shell/dynamic_service_loader.h', 478 # 'shell/dynamic_service_loader.h',
476 'shell/dynamic_service_runner.h', 479 # 'shell/dynamic_service_runner.h',
477 'shell/init.cc', 480 # 'shell/init.cc',
478 'shell/init.h', 481 # 'shell/init.h',
479 'shell/in_process_dynamic_service_runner.cc', 482 # 'shell/in_process_dynamic_service_runner.cc',
480 'shell/in_process_dynamic_service_runner.h', 483 # 'shell/in_process_dynamic_service_runner.h',
481 'shell/keep_alive.cc', 484 # 'shell/keep_alive.cc',
482 'shell/keep_alive.h', 485 # 'shell/keep_alive.h',
483 'shell/loader.cc', 486 # 'shell/loader.cc',
484 'shell/loader.h', 487 # 'shell/loader.h',
485 'shell/network_delegate.cc', 488 # 'shell/network_delegate.cc',
486 'shell/network_delegate.h', 489 # 'shell/network_delegate.h',
487 'shell/out_of_process_dynamic_service_runner.cc', 490 # 'shell/out_of_process_dynamic_service_runner.cc',
488 'shell/out_of_process_dynamic_service_runner.h', 491 # 'shell/out_of_process_dynamic_service_runner.h',
489 'shell/run.cc', 492 # 'shell/run.cc',
490 'shell/run.h', 493 # 'shell/run.h',
491 'shell/storage.cc', 494 # 'shell/storage.cc',
492 'shell/storage.h', 495 # 'shell/storage.h',
493 'shell/switches.cc', 496 # 'shell/switches.cc',
494 'shell/switches.h', 497 # 'shell/switches.h',
495 'shell/task_runners.cc', 498 # 'shell/task_runners.cc',
496 'shell/task_runners.h', 499 # 'shell/task_runners.h',
497 'shell/test_child_process.cc', 500 # 'shell/test_child_process.cc',
498 'shell/test_child_process.h', 501 # 'shell/test_child_process.h',
499 'shell/url_request_context_getter.cc', 502 # 'shell/url_request_context_getter.cc',
500 'shell/url_request_context_getter.h', 503 # 'shell/url_request_context_getter.h',
501 ], 504 # ],
502 'conditions': [ 505 # 'conditions': [
503 ['OS=="linux"', { 506 # ['OS=="linux"', {
504 'dependencies': [ 507 # 'dependencies': [
505 '../build/linux/system.gyp:dbus', 508 # '../build/linux/system.gyp:dbus',
506 '../dbus/dbus.gyp:dbus', 509 # '../dbus/dbus.gyp:dbus',
507 ], 510 # ],
508 }], 511 # }],
509 ['use_aura==1', { 512 # ['use_aura==1', {
510 'dependencies': [ 513 # 'dependencies': [
511 # These are only necessary as long as we hard code use of ViewManage r. 514 # # These are only necessary as long as we hard code use of ViewManag er.
512 '../skia/skia.gyp:skia', 515 # '../skia/skia.gyp:skia',
513 'mojo_shell_client', 516 # 'mojo_shell_client',
514 'mojo_view_manager', 517 # 'mojo_view_manager',
515 ], 518 # ],
516 }], 519 # }],
517 ], 520 # ],
518 }, 521 # },
519 { 522 # {
520 'target_name': 'mojo_shell_test_support', 523 # 'target_name': 'mojo_shell_test_support',
521 'type': 'static_library', 524 # 'type': 'static_library',
522 'dependencies': [ 525 # 'dependencies': [
523 '../base/base.gyp:base', 526 # '../base/base.gyp:base',
524 '../base/base.gyp:base_static', 527 # '../base/base.gyp:base_static',
525 '../url/url.gyp:url_lib', 528 # '../url/url.gyp:url_lib',
526 'mojo_service_manager', 529 # 'mojo_service_manager',
527 'mojo_shell_lib', 530 # 'mojo_shell_lib',
528 'mojo_system_impl', 531 # 'mojo_system_impl',
529 ], 532 # ],
530 'sources': [ 533 # 'sources': [
531 'shell/shell_test_helper.cc', 534 # 'shell/shell_test_helper.cc',
532 'shell/shell_test_helper.h', 535 # 'shell/shell_test_helper.h',
533 ], 536 # ],
534 }, 537 # },
535 { 538 # {
536 'target_name': 'mojo_shell', 539 # 'target_name': 'mojo_shell',
537 'type': 'executable', 540 # 'type': 'executable',
538 'dependencies': [ 541 # 'dependencies': [
539 '../base/base.gyp:base', 542 # '../base/base.gyp:base',
540 '../ui/gl/gl.gyp:gl', 543 # '../ui/gl/gl.gyp:gl',
541 '../url/url.gyp:url_lib', 544 # '../url/url.gyp:url_lib',
542 'mojo_common_lib', 545 # 'mojo_common_lib',
543 'mojo_environment_chromium', 546 # 'mojo_environment_chromium',
544 'mojo_service_manager', 547 # 'mojo_service_manager',
545 'mojo_shell_lib', 548 # 'mojo_shell_lib',
546 'mojo_system_impl', 549 # 'mojo_system_impl',
547 ], 550 # ],
548 'sources': [ 551 # 'sources': [
549 'shell/desktop/mojo_main.cc', 552 # 'shell/desktop/mojo_main.cc',
550 ], 553 # ],
551 }, 554 # },
552 { 555 {
553 'target_name': 'mojo_service_manager_unittests', 556 'target_name': 'mojo_service_manager_unittests',
554 'type': 'executable', 557 'type': 'executable',
555 'dependencies': [ 558 'dependencies': [
556 '../base/base.gyp:base', 559 '../base/base.gyp:base',
557 '../testing/gtest.gyp:gtest', 560 '../testing/gtest.gyp:gtest',
558 '../url/url.gyp:url_lib', 561 '../url/url.gyp:url_lib',
559 'mojo_common_lib', 562 'mojo_common_lib',
560 'mojo_cpp_bindings', 563 'mojo_cpp_bindings',
561 'mojo_environment_chromium', 564 'mojo_environment_chromium',
562 'mojo_run_all_unittests', 565 'mojo_run_all_unittests',
563 'mojo_service_manager', 566 'mojo_service_manager',
564 'mojo_shell_client', 567 'mojo_shell_client',
565 ], 568 ],
566 'variables': { 569 'variables': {
567 'mojom_base_output_dir': 'mojo', 570 'mojom_base_output_dir': 'mojo',
568 }, 571 },
569 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], 572 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
570 'sources': [ 573 'sources': [
571 'service_manager/service_manager_unittest.cc', 574 'service_manager/service_manager_unittest.cc',
572 'service_manager/test.mojom', 575 'service_manager/test.mojom',
573 ], 576 ],
574 }, 577 },
575 { 578 # {
576 'target_name': 'mojo_js_bindings_lib', 579 # 'target_name': 'mojo_js_bindings_lib',
577 'type': 'static_library', 580 # 'type': 'static_library',
578 'dependencies': [ 581 # 'dependencies': [
579 '../base/base.gyp:base', 582 # '../base/base.gyp:base',
580 '../gin/gin.gyp:gin', 583 # '../gin/gin.gyp:gin',
581 '../v8/tools/gyp/v8.gyp:v8', 584 # '../v8/tools/gyp/v8.gyp:v8',
582 'mojo_common_lib', 585 # 'mojo_common_lib',
583 ], 586 # ],
584 'export_dependent_settings': [ 587 # 'export_dependent_settings': [
585 '../base/base.gyp:base', 588 # '../base/base.gyp:base',
586 '../gin/gin.gyp:gin', 589 # '../gin/gin.gyp:gin',
587 'mojo_common_lib', 590 # 'mojo_common_lib',
588 ], 591 # ],
589 'sources': [ 592 # 'sources': [
590 'bindings/js/core.cc', 593 # 'bindings/js/core.cc',
591 'bindings/js/core.h', 594 # 'bindings/js/core.h',
592 'bindings/js/handle.cc', 595 # 'bindings/js/handle.cc',
593 'bindings/js/handle.h', 596 # 'bindings/js/handle.h',
594 'bindings/js/support.cc', 597 # 'bindings/js/support.cc',
595 'bindings/js/support.h', 598 # 'bindings/js/support.h',
596 'bindings/js/unicode.cc', 599 # 'bindings/js/unicode.cc',
597 'bindings/js/unicode.h', 600 # 'bindings/js/unicode.h',
598 'bindings/js/waiting_callback.cc', 601 # 'bindings/js/waiting_callback.cc',
599 'bindings/js/waiting_callback.h', 602 # 'bindings/js/waiting_callback.h',
600 ], 603 # ],
601 }, 604 # },
602 { 605 # {
603 'target_name': 'mojo_js_unittests', 606 # 'target_name': 'mojo_js_unittests',
604 'type': 'executable', 607 # 'type': 'executable',
605 'dependencies': [ 608 # 'dependencies': [
606 '../gin/gin.gyp:gin_test', 609 # '../gin/gin.gyp:gin_test',
607 'mojo_common_test_support', 610 # 'mojo_common_test_support',
608 'mojo_js_bindings_lib', 611 # 'mojo_js_bindings_lib',
609 'mojo_run_all_unittests', 612 # 'mojo_run_all_unittests',
610 'mojo_public_test_interfaces', 613 # 'mojo_public_test_interfaces',
611 ], 614 # ],
612 'sources': [ 615 # 'sources': [
613 'bindings/js/run_js_tests.cc', 616 # 'bindings/js/run_js_tests.cc',
614 ], 617 # ],
615 }, 618 # },
616 { 619 {
617 'target_name': 'mojo_message_generator', 620 'target_name': 'mojo_message_generator',
618 'type': 'executable', 621 'type': 'executable',
619 'dependencies': [ 622 'dependencies': [
620 '../base/base.gyp:base', 623 '../base/base.gyp:base',
621 '../testing/gtest.gyp:gtest', 624 '../testing/gtest.gyp:gtest',
622 'mojo_common_lib', 625 'mojo_common_lib',
623 'mojo_cpp_bindings', 626 'mojo_cpp_bindings',
624 'mojo_environment_chromium', 627 'mojo_environment_chromium',
625 'mojo_system_impl', 628 'mojo_system_impl',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 'mojo_js_unittests.isolate', 786 'mojo_js_unittests.isolate',
784 ], 787 ],
785 'sources': [ 788 'sources': [
786 'mojo_js_unittests.isolate', 789 'mojo_js_unittests.isolate',
787 ], 790 ],
788 }, 791 },
789 ], 792 ],
790 }], 793 }],
791 ], 794 ],
792 } 795 }
OLDNEW
« no previous file with comments | « mojo/embedder/embedder_unittest.cc ('k') | mojo/mojo_public.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698