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

Side by Side Diff: media/media.gyp

Issue 861033003: [WIP][NotForLand]: Use Mojo for WebMIDI IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « media/DEPS ('k') | media/midi/midi_service.mojom » ('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 (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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 62 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
63 '../crypto/crypto.gyp:crypto', 63 '../crypto/crypto.gyp:crypto',
64 '../gpu/gpu.gyp:command_buffer_common', 64 '../gpu/gpu.gyp:command_buffer_common',
65 '../skia/skia.gyp:skia', 65 '../skia/skia.gyp:skia',
66 '../third_party/libyuv/libyuv.gyp:libyuv', 66 '../third_party/libyuv/libyuv.gyp:libyuv',
67 '../third_party/opus/opus.gyp:opus', 67 '../third_party/opus/opus.gyp:opus',
68 '../ui/events/events.gyp:events_base', 68 '../ui/events/events.gyp:events_base',
69 '../ui/gfx/gfx.gyp:gfx', 69 '../ui/gfx/gfx.gyp:gfx',
70 '../ui/gfx/gfx.gyp:gfx_geometry', 70 '../ui/gfx/gfx.gyp:gfx_geometry',
71 '../url/url.gyp:url_lib', 71 '../url/url.gyp:url_lib',
72 'media_mojo_bindings',
72 'shared_memory_support', 73 'shared_memory_support',
73 ], 74 ],
74 'defines': [ 75 'defines': [
75 'MEDIA_IMPLEMENTATION', 76 'MEDIA_IMPLEMENTATION',
76 ], 77 ],
77 'include_dirs': [ 78 'include_dirs': [
78 '..', 79 '..',
79 ], 80 ],
80 'sources': [ 81 'sources': [
81 'audio/agc_audio_stream.h', 82 'audio/agc_audio_stream.h',
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 'midi/midi_manager_usb.cc', 502 'midi/midi_manager_usb.cc',
502 'midi/midi_manager_usb.h', 503 'midi/midi_manager_usb.h',
503 'midi/midi_manager_win.cc', 504 'midi/midi_manager_win.cc',
504 'midi/midi_manager_win.h', 505 'midi/midi_manager_win.h',
505 'midi/midi_message_queue.cc', 506 'midi/midi_message_queue.cc',
506 'midi/midi_message_queue.h', 507 'midi/midi_message_queue.h',
507 'midi/midi_message_util.cc', 508 'midi/midi_message_util.cc',
508 'midi/midi_message_util.h', 509 'midi/midi_message_util.h',
509 'midi/midi_port_info.cc', 510 'midi/midi_port_info.cc',
510 'midi/midi_port_info.h', 511 'midi/midi_port_info.h',
512 'midi/midi_service_impl.cc',
513 'midi/midi_service_impl.h',
511 'midi/usb_midi_descriptor_parser.cc', 514 'midi/usb_midi_descriptor_parser.cc',
512 'midi/usb_midi_descriptor_parser.h', 515 'midi/usb_midi_descriptor_parser.h',
513 'midi/usb_midi_device.h', 516 'midi/usb_midi_device.h',
514 'midi/usb_midi_device_android.cc', 517 'midi/usb_midi_device_android.cc',
515 'midi/usb_midi_device_android.h', 518 'midi/usb_midi_device_android.h',
516 'midi/usb_midi_device_factory_android.cc', 519 'midi/usb_midi_device_factory_android.cc',
517 'midi/usb_midi_device_factory_android.h', 520 'midi/usb_midi_device_factory_android.h',
518 'midi/usb_midi_input_stream.cc', 521 'midi/usb_midi_input_stream.cc',
519 'midi/usb_midi_input_stream.h', 522 'midi/usb_midi_input_stream.h',
520 'midi/usb_midi_jack.h', 523 'midi/usb_midi_jack.h',
(...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
1091 ['include', '^base/mac/corevideo_glue\\.h$'], 1094 ['include', '^base/mac/corevideo_glue\\.h$'],
1092 ['include', '^base/mac/videotoolbox_glue\\.h$'], 1095 ['include', '^base/mac/videotoolbox_glue\\.h$'],
1093 ['include', '^base/mac/videotoolbox_glue\\.mm$'], 1096 ['include', '^base/mac/videotoolbox_glue\\.mm$'],
1094 ['include', '^base/mac/video_frame_mac\\.h$'], 1097 ['include', '^base/mac/video_frame_mac\\.h$'],
1095 ['include', '^base/mac/video_frame_mac\\.cc$'], 1098 ['include', '^base/mac/video_frame_mac\\.cc$'],
1096 ], 1099 ],
1097 }], 1100 }],
1098 ], # target_conditions 1101 ], # target_conditions
1099 }, 1102 },
1100 { 1103 {
1104 # TODO(bashi): Write GN version
1105 'target_name': 'media_mojo_bindings',
1106 'type': 'static_library',
1107 'includes': [
1108 '../third_party/mojo/mojom_bindings_generator.gypi',
1109 ],
1110 'sources': [
1111 'midi/midi_service.mojom',
1112 ],
1113 },
1114 {
1101 # GN version: //media:media_unittests 1115 # GN version: //media:media_unittests
1102 'target_name': 'media_unittests', 1116 'target_name': 'media_unittests',
1103 'type': '<(gtest_target_type)', 1117 'type': '<(gtest_target_type)',
1104 'dependencies': [ 1118 'dependencies': [
1105 'media', 1119 'media',
1106 'media_test_support', 1120 'media_test_support',
1107 'shared_memory_support', 1121 'shared_memory_support',
1108 '../base/base.gyp:base', 1122 '../base/base.gyp:base',
1109 '../base/base.gyp:base_i18n', 1123 '../base/base.gyp:base_i18n',
1110 '../base/base.gyp:test_support_base', 1124 '../base/base.gyp:test_support_base',
(...skipping 811 matching lines...) Expand 10 before | Expand all | Expand 10 after
1922 '../build/isolate.gypi', 1936 '../build/isolate.gypi',
1923 ], 1937 ],
1924 'sources': [ 1938 'sources': [
1925 'media_unittests.isolate', 1939 'media_unittests.isolate',
1926 ], 1940 ],
1927 }, 1941 },
1928 ], 1942 ],
1929 }], 1943 }],
1930 ], 1944 ],
1931 } 1945 }
OLDNEW
« no previous file with comments | « media/DEPS ('k') | media/midi/midi_service.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698