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

Side by Side Diff: content/content_common.gypi

Issue 1913043002: Convert ManifestManager IPCs to Mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
11 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 11 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
12 '../gpu/gpu.gyp:command_buffer_service', 12 '../gpu/gpu.gyp:command_buffer_service',
13 '../gpu/gpu.gyp:gles2_c_lib', 13 '../gpu/gpu.gyp:gles2_c_lib',
14 '../gpu/gpu.gyp:gles2_implementation', 14 '../gpu/gpu.gyp:gles2_implementation',
15 15
16 # TODO(markdittmer): This should be removed once content/common/gpu/media 16 # TODO(markdittmer): This should be removed once content/common/gpu/media
17 # is refactored into media/ipc. 17 # is refactored into media/ipc.
18 '../gpu/gpu.gyp:gpu_ipc_service', 18 '../gpu/gpu.gyp:gpu_ipc_service',
19 19
20 '../gpu/gpu.gyp:gpu', 20 '../gpu/gpu.gyp:gpu',
21 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 21 '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
22 '../ipc/ipc.gyp:ipc', 22 '../ipc/ipc.gyp:ipc',
23 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo', 23 '../ipc/mojo/ipc_mojo.gyp:ipc_mojo',
24 '../media/media.gyp:media', 24 '../media/media.gyp:media',
25 '../media/media.gyp:shared_memory_support', 25 '../media/media.gyp:shared_memory_support',
26 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_client', 26 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_client',
27 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_common', 27 '../media/gpu/ipc/media_ipc.gyp:media_gpu_ipc_common',
28 '../media/midi/midi.gyp:midi', 28 '../media/midi/midi.gyp:midi',
29 '../mojo/mojo_base.gyp:mojo_geometry_lib',
29 '../mojo/mojo_edk.gyp:mojo_system_impl', 30 '../mojo/mojo_edk.gyp:mojo_system_impl',
30 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 31 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
31 '../net/net.gyp:net', 32 '../net/net.gyp:net',
32 '../services/shell/shell.gyp:shell_public', 33 '../services/shell/shell.gyp:shell_public',
33 '../services/shell/shell.gyp:shell_runner_common_lib', 34 '../services/shell/shell.gyp:shell_runner_common_lib',
34 '../skia/skia.gyp:skia', 35 '../skia/skia.gyp:skia',
35 '../storage/storage_common.gyp:storage_common', 36 '../storage/storage_common.gyp:storage_common',
36 '../third_party/WebKit/public/blink.gyp:blink', 37 '../third_party/WebKit/public/blink.gyp:blink',
37 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', 38 '../third_party/WebKit/public/blink_headers.gyp:blink_headers',
38 '../third_party/boringssl/boringssl.gyp:boringssl', 39 '../third_party/boringssl/boringssl.gyp:boringssl',
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 'common/input/web_touch_event_traits.h', 432 'common/input/web_touch_event_traits.h',
432 'common/input_messages.h', 433 'common/input_messages.h',
433 'common/inter_process_time_ticks_converter.cc', 434 'common/inter_process_time_ticks_converter.cc',
434 'common/inter_process_time_ticks_converter.h', 435 'common/inter_process_time_ticks_converter.h',
435 'common/mac/attributed_string_coder.h', 436 'common/mac/attributed_string_coder.h',
436 'common/mac/attributed_string_coder.mm', 437 'common/mac/attributed_string_coder.mm',
437 'common/mac/font_descriptor.h', 438 'common/mac/font_descriptor.h',
438 'common/mac/font_descriptor.mm', 439 'common/mac/font_descriptor.mm',
439 'common/mac/font_loader.h', 440 'common/mac/font_loader.h',
440 'common/mac/font_loader.mm', 441 'common/mac/font_loader.mm',
441 'common/manifest_manager_messages.h', 442 'common/manifest_type_converters.cc',
443 'common/manifest_type_converters.h',
442 'common/media/aec_dump_messages.h', 444 'common/media/aec_dump_messages.h',
443 'common/media/audio_messages.h', 445 'common/media/audio_messages.h',
444 'common/media/cdm_info.cc', 446 'common/media/cdm_info.cc',
445 'common/media/cdm_messages.h', 447 'common/media/cdm_messages.h',
446 'common/media/cdm_messages_enums.h', 448 'common/media/cdm_messages_enums.h',
447 'common/media/media_param_traits.cc', 449 'common/media/media_param_traits.cc',
448 'common/media/media_param_traits.h', 450 'common/media/media_param_traits.h',
449 'common/media/media_player_delegate_messages.h', 451 'common/media/media_player_delegate_messages.h',
450 'common/media/media_player_messages_android.h', 452 'common/media/media_player_messages_android.h',
451 'common/media/media_session_messages_android.h', 453 'common/media/media_session_messages_android.h',
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
991 'sources!': [ 993 'sources!': [
992 'common/cursors/webcursor_ozone.cc', 994 'common/cursors/webcursor_ozone.cc',
993 'common/font_list_ozone.cc', 995 'common/font_list_ozone.cc',
994 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 996 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
995 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 997 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
996 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 998 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
997 ], 999 ],
998 }], 1000 }],
999 ], 1001 ],
1000 } 1002 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698