OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'dependencies': [ | 6 'dependencies': [ |
7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
8 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
9 '../net/net.gyp:net', | 9 '../net/net.gyp:net', |
10 '../skia/skia.gyp:skia', | 10 '../skia/skia.gyp:skia', |
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
322 'common/media/media_stream_track_metrics_host_messages.h', | 322 'common/media/media_stream_track_metrics_host_messages.h', |
323 'common/media/midi_messages.h', | 323 'common/media/midi_messages.h', |
324 'common/media/video_capture.h', | 324 'common/media/video_capture.h', |
325 'common/media/video_capture_messages.h', | 325 'common/media/video_capture_messages.h', |
326 'common/media/webrtc_identity_messages.h', | 326 'common/media/webrtc_identity_messages.h', |
327 'common/memory_benchmark_messages.h', | 327 'common/memory_benchmark_messages.h', |
328 'common/message_port_messages.h', | 328 'common/message_port_messages.h', |
329 'common/message_router.cc', | 329 'common/message_router.cc', |
330 'common/message_router.h', | 330 'common/message_router.h', |
331 'common/mime_registry_messages.h', | 331 'common/mime_registry_messages.h', |
332 'common/mojo/mojo_channel_init.cc', | |
333 'common/mojo/mojo_channel_init.h', | |
334 'common/mojo/mojo_messages.h', | |
335 'common/navigation_gesture.h', | 332 'common/navigation_gesture.h', |
336 'common/net/url_fetcher.cc', | 333 'common/net/url_fetcher.cc', |
337 'common/net/url_request_user_data.cc', | 334 'common/net/url_request_user_data.cc', |
338 'common/net/url_request_user_data.h', | 335 'common/net/url_request_user_data.h', |
339 'common/one_writer_seqlock.cc', | 336 'common/one_writer_seqlock.cc', |
340 'common/one_writer_seqlock.h', | 337 'common/one_writer_seqlock.h', |
341 'common/p2p_messages.h', | 338 'common/p2p_messages.h', |
342 'common/page_state_serialization.cc', | 339 'common/page_state_serialization.cc', |
343 'common/page_state_serialization.h', | 340 'common/page_state_serialization.h', |
344 'common/page_zoom.cc', | 341 'common/page_zoom.cc', |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
480 '../media/media.gyp:shared_memory_support', | 477 '../media/media.gyp:shared_memory_support', |
481 '../third_party/WebKit/public/blink.gyp:blink', | 478 '../third_party/WebKit/public/blink.gyp:blink', |
482 '../ui/gl/gl.gyp:gl', | 479 '../ui/gl/gl.gyp:gl', |
483 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 480 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
484 '../webkit/common/webkit_common.gyp:webkit_common', | 481 '../webkit/common/webkit_common.gyp:webkit_common', |
485 '../webkit/storage_browser.gyp:webkit_storage_browser', | 482 '../webkit/storage_browser.gyp:webkit_storage_browser', |
486 '../webkit/storage_common.gyp:webkit_storage_common', | 483 '../webkit/storage_common.gyp:webkit_storage_common', |
487 'content.gyp:webkit_version', | 484 'content.gyp:webkit_version', |
488 ], | 485 ], |
489 }], | 486 }], |
490 # Work around for bug in linker used on ia32 machines (gold is not used on | |
491 # ia32 machines). See bug 353273. | |
492 ['OS=="linux" and target_arch=="ia32" and component=="static_library"', { | |
493 'link_settings': { | |
494 'libraries': [ | |
495 '<(PRODUCT_DIR)/lib/libmojo_system.so', | |
496 ], | |
497 }, | |
498 }], | |
499 # TODO(sky): conditional temporary until mojo is sorted out on mac. | |
500 ['OS=="mac" or OS=="ios"', { | |
501 'sources!': [ | |
502 'common/mojo/mojo_channel_init.cc', | |
503 'common/mojo/mojo_channel_init.h', | |
504 ], | |
505 }, { | |
506 'dependencies': [ | |
507 '../mojo/mojo.gyp:mojo_environment_chromium', | |
508 '../mojo/mojo.gyp:mojo_system', | |
509 '../mojo/mojo.gyp:mojo_system_impl', | |
510 ], | |
511 }], | |
512 ['OS=="mac"', { | 487 ['OS=="mac"', { |
513 'sources': [ | 488 'sources': [ |
514 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', | 489 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', |
515 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', | 490 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', |
516 ], | 491 ], |
517 'sources!': [ | 492 'sources!': [ |
518 'common/plugin_list_posix.cc', | 493 'common/plugin_list_posix.cc', |
519 ], | 494 ], |
520 'link_settings': { | 495 'link_settings': { |
521 'libraries': [ | 496 'libraries': [ |
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
735 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 710 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
736 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 711 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
737 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 712 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
738 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 713 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
739 ], | 714 ], |
740 }, { | 715 }, { |
741 'defines': ['USE_SECCOMP_BPF'], | 716 'defines': ['USE_SECCOMP_BPF'], |
742 }], | 717 }], |
743 ], | 718 ], |
744 } | 719 } |
OLD | NEW |