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

Side by Side Diff: content/content_common.gypi

Issue 195993010: Adds the ability for the renderer to create the mojo channel (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 6 years, 9 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 # 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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 'common/media/media_stream_track_metrics_host_messages.h', 314 'common/media/media_stream_track_metrics_host_messages.h',
315 'common/media/midi_messages.h', 315 'common/media/midi_messages.h',
316 'common/media/video_capture.h', 316 'common/media/video_capture.h',
317 'common/media/video_capture_messages.h', 317 'common/media/video_capture_messages.h',
318 'common/media/webrtc_identity_messages.h', 318 'common/media/webrtc_identity_messages.h',
319 'common/memory_benchmark_messages.h', 319 'common/memory_benchmark_messages.h',
320 'common/message_port_messages.h', 320 'common/message_port_messages.h',
321 'common/message_router.cc', 321 'common/message_router.cc',
322 'common/message_router.h', 322 'common/message_router.h',
323 'common/mime_registry_messages.h', 323 'common/mime_registry_messages.h',
324 'common/mojo/mojo_channel_init.cc',
325 'common/mojo/mojo_channel_init.h',
326 'common/mojo/mojo_messages.h',
324 'common/navigation_gesture.h', 327 'common/navigation_gesture.h',
325 'common/net/url_fetcher.cc', 328 'common/net/url_fetcher.cc',
326 'common/net/url_request_user_data.cc', 329 'common/net/url_request_user_data.cc',
327 'common/net/url_request_user_data.h', 330 'common/net/url_request_user_data.h',
328 'common/one_writer_seqlock.cc', 331 'common/one_writer_seqlock.cc',
329 'common/one_writer_seqlock.h', 332 'common/one_writer_seqlock.h',
330 'common/p2p_messages.h', 333 'common/p2p_messages.h',
331 'common/page_state_serialization.cc', 334 'common/page_state_serialization.cc',
332 'common/page_state_serialization.h', 335 'common/page_state_serialization.h',
333 'common/page_zoom.cc', 336 'common/page_zoom.cc',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 '../media/media.gyp:shared_memory_support', 472 '../media/media.gyp:shared_memory_support',
470 '../third_party/WebKit/public/blink.gyp:blink', 473 '../third_party/WebKit/public/blink.gyp:blink',
471 '../ui/gl/gl.gyp:gl', 474 '../ui/gl/gl.gyp:gl',
472 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 475 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
473 '../webkit/common/webkit_common.gyp:webkit_common', 476 '../webkit/common/webkit_common.gyp:webkit_common',
474 '../webkit/storage_browser.gyp:webkit_storage_browser', 477 '../webkit/storage_browser.gyp:webkit_storage_browser',
475 '../webkit/storage_common.gyp:webkit_storage_common', 478 '../webkit/storage_common.gyp:webkit_storage_common',
476 'content.gyp:webkit_version', 479 'content.gyp:webkit_version',
477 ], 480 ],
478 }], 481 }],
482 # TODO(sky): conditional temporary until mojo is building on android and mac .
483 ['OS=="android" or OS=="mac"', {
484 'sources!': [
485 'common/mojo/mojo_channel_init.cc',
486 'common/mojo/mojo_channel_init.h',
487 ],
488 }, {
489 'dependencies': [
490 '../mojo/mojo.gyp:mojo_environment_chromium',
491 '../mojo/mojo.gyp:mojo_system',
492 '../mojo/mojo.gyp:mojo_system_impl',
493 ],
494 }],
479 ['OS=="mac"', { 495 ['OS=="mac"', {
480 'sources': [ 496 'sources': [
481 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', 497 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc',
482 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', 498 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h',
483 ], 499 ],
484 'sources!': [ 500 'sources!': [
485 'common/plugin_list_posix.cc', 501 'common/plugin_list_posix.cc',
486 ], 502 ],
487 'link_settings': { 503 'link_settings': {
488 'libraries': [ 504 'libraries': [
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 718 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
703 'common/sandbox_linux/bpf_renderer_policy_linux.h', 719 'common/sandbox_linux/bpf_renderer_policy_linux.h',
704 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 720 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
705 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 721 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
706 ], 722 ],
707 }, { 723 }, {
708 'defines': ['USE_SECCOMP_BPF'], 724 'defines': ['USE_SECCOMP_BPF'],
709 }], 725 }],
710 ], 726 ],
711 } 727 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698