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

Side by Side Diff: content/content_common.gypi

Issue 382333002: Introduce ChannelMojo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renamed ChanelBuilder to ChannelFactory Created 6 years, 5 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 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 '../cc/cc.gyp:cc', 544 '../cc/cc.gyp:cc',
545 '../gpu/gpu.gyp:command_buffer_service', 545 '../gpu/gpu.gyp:command_buffer_service',
546 '../gpu/gpu.gyp:gles2_c_lib', 546 '../gpu/gpu.gyp:gles2_c_lib',
547 '../gpu/gpu.gyp:gles2_implementation', 547 '../gpu/gpu.gyp:gles2_implementation',
548 # TODO: the dependency on gl_in_process_context should be decoupled from 548 # TODO: the dependency on gl_in_process_context should be decoupled from
549 # content and moved to android_webview. See crbug.com/365797. 549 # content and moved to android_webview. See crbug.com/365797.
550 '../gpu/gpu.gyp:gl_in_process_context', 550 '../gpu/gpu.gyp:gl_in_process_context',
551 '../gpu/gpu.gyp:gpu_ipc', 551 '../gpu/gpu.gyp:gpu_ipc',
552 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 552 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
553 '../ipc/ipc.gyp:ipc', 553 '../ipc/ipc.gyp:ipc',
554 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo',
554 '../media/media.gyp:media', 555 '../media/media.gyp:media',
555 '../media/media.gyp:shared_memory_support', 556 '../media/media.gyp:shared_memory_support',
556 '../mojo/mojo.gyp:mojo_cpp_bindings', 557 '../mojo/mojo.gyp:mojo_cpp_bindings',
557 '../mojo/mojo.gyp:mojo_environment_chromium', 558 '../mojo/mojo.gyp:mojo_environment_chromium',
558 '../mojo/mojo.gyp:mojo_service_provider_bindings', 559 '../mojo/mojo.gyp:mojo_service_provider_bindings',
559 '../mojo/mojo.gyp:mojo_system_impl', 560 '../mojo/mojo.gyp:mojo_system_impl',
560 '../third_party/WebKit/public/blink.gyp:blink', 561 '../third_party/WebKit/public/blink.gyp:blink',
561 '../ui/gl/gl.gyp:gl', 562 '../ui/gl/gl.gyp:gl',
562 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 563 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
563 '../webkit/common/webkit_common.gyp:webkit_common', 564 '../webkit/common/webkit_common.gyp:webkit_common',
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
878 }, { 879 }, {
879 'defines': ['USE_SECCOMP_BPF'], 880 'defines': ['USE_SECCOMP_BPF'],
880 }], 881 }],
881 ['use_ozone==1', { 882 ['use_ozone==1', {
882 'dependencies': [ 883 'dependencies': [
883 '../ui/ozone/ozone.gyp:ozone', 884 '../ui/ozone/ozone.gyp:ozone',
884 ], 885 ],
885 }], 886 }],
886 ], 887 ],
887 } 888 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698