| 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 '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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 }, | 45 }, |
| 46 'includes': [ | 46 'includes': [ |
| 47 'media_cdm.gypi', | 47 'media_cdm.gypi', |
| 48 ], | 48 ], |
| 49 'targets': [ | 49 'targets': [ |
| 50 { | 50 { |
| 51 'target_name': 'media', | 51 'target_name': 'media', |
| 52 'type': '<(component)', | 52 'type': '<(component)', |
| 53 'dependencies': [ | 53 'dependencies': [ |
| 54 '../base/base.gyp:base', | 54 '../base/base.gyp:base', |
| 55 '../base/base.gyp:base_i18n', | 55 » '../base/base.gyp:base_i18n', |
| 56 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 56 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 57 '../crypto/crypto.gyp:crypto', | 57 '../crypto/crypto.gyp:crypto', |
| 58 '../gpu/gpu.gyp:command_buffer_common', | 58 '../gpu/gpu.gyp:command_buffer_common', |
| 59 '../skia/skia.gyp:skia', | 59 '../skia/skia.gyp:skia', |
| 60 '../third_party/opus/opus.gyp:opus', | 60 '../third_party/opus/opus.gyp:opus', |
| 61 '../ui/events/events.gyp:events_base', | 61 '../ui/events/events.gyp:events_base', |
| 62 '../ui/gfx/gfx.gyp:gfx', | 62 '../ui/gfx/gfx.gyp:gfx', |
| 63 '../ui/gfx/gfx.gyp:gfx_geometry', | 63 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 64 '../url/url.gyp:url_lib', | 64 '../url/url.gyp:url_lib', |
| 65 'shared_memory_support', | 65 'shared_memory_support', |
| (...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 468 'video/capture/file_video_capture_device_factory.cc', | 468 'video/capture/file_video_capture_device_factory.cc', |
| 469 'video/capture/linux/video_capture_device_linux.cc', | 469 'video/capture/linux/video_capture_device_linux.cc', |
| 470 'video/capture/linux/video_capture_device_linux.h', | 470 'video/capture/linux/video_capture_device_linux.h', |
| 471 'video/capture/mac/avfoundation_glue.h', | 471 'video/capture/mac/avfoundation_glue.h', |
| 472 'video/capture/mac/avfoundation_glue.mm', | 472 'video/capture/mac/avfoundation_glue.mm', |
| 473 'video/capture/mac/coremedia_glue.h', | 473 'video/capture/mac/coremedia_glue.h', |
| 474 'video/capture/mac/coremedia_glue.mm', | 474 'video/capture/mac/coremedia_glue.mm', |
| 475 'video/capture/mac/platform_video_capturing_mac.h', | 475 'video/capture/mac/platform_video_capturing_mac.h', |
| 476 'video/capture/mac/video_capture_device_avfoundation_mac.h', | 476 'video/capture/mac/video_capture_device_avfoundation_mac.h', |
| 477 'video/capture/mac/video_capture_device_avfoundation_mac.mm', | 477 'video/capture/mac/video_capture_device_avfoundation_mac.mm', |
| 478 'video/capture/mac/video_capture_device_factory_mac.h', | |
| 479 'video/capture/mac/video_capture_device_factory_mac.mm', | |
| 480 'video/capture/mac/video_capture_device_mac.h', | 478 'video/capture/mac/video_capture_device_mac.h', |
| 481 'video/capture/mac/video_capture_device_mac.mm', | 479 'video/capture/mac/video_capture_device_mac.mm', |
| 482 'video/capture/mac/video_capture_device_qtkit_mac.h', | 480 'video/capture/mac/video_capture_device_qtkit_mac.h', |
| 483 'video/capture/mac/video_capture_device_qtkit_mac.mm', | 481 'video/capture/mac/video_capture_device_qtkit_mac.mm', |
| 484 'video/capture/video_capture_device.cc', | 482 'video/capture/video_capture_device.cc', |
| 485 'video/capture/video_capture_device.h', | 483 'video/capture/video_capture_device.h', |
| 486 'video/capture/video_capture_device_factory.cc', | 484 'video/capture/video_capture_device_factory.cc', |
| 487 'video/capture/video_capture_device_factory.h', | 485 'video/capture/video_capture_device_factory.h', |
| 488 'video/capture/video_capture_types.cc', | 486 'video/capture/video_capture_types.cc', |
| 489 'video/capture/video_capture_types.h', | 487 'video/capture/video_capture_types.h', |
| (...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1058 'filters/video_frame_scheduler_unittest.cc', | 1056 'filters/video_frame_scheduler_unittest.cc', |
| 1059 'filters/video_frame_stream_unittest.cc', | 1057 'filters/video_frame_stream_unittest.cc', |
| 1060 'filters/video_renderer_impl_unittest.cc', | 1058 'filters/video_renderer_impl_unittest.cc', |
| 1061 'midi/midi_manager_unittest.cc', | 1059 'midi/midi_manager_unittest.cc', |
| 1062 'midi/midi_manager_usb_unittest.cc', | 1060 'midi/midi_manager_usb_unittest.cc', |
| 1063 'midi/midi_message_queue_unittest.cc', | 1061 'midi/midi_message_queue_unittest.cc', |
| 1064 'midi/midi_message_util_unittest.cc', | 1062 'midi/midi_message_util_unittest.cc', |
| 1065 'midi/usb_midi_descriptor_parser_unittest.cc', | 1063 'midi/usb_midi_descriptor_parser_unittest.cc', |
| 1066 'midi/usb_midi_input_stream_unittest.cc', | 1064 'midi/usb_midi_input_stream_unittest.cc', |
| 1067 'midi/usb_midi_output_stream_unittest.cc', | 1065 'midi/usb_midi_output_stream_unittest.cc', |
| 1068 'video/capture/fake_video_capture_device_unittest.cc', | |
| 1069 'video/capture/video_capture_device_unittest.cc', | 1066 'video/capture/video_capture_device_unittest.cc', |
| 1070 'formats/common/offset_byte_queue_unittest.cc', | 1067 'formats/common/offset_byte_queue_unittest.cc', |
| 1071 'formats/webm/cluster_builder.cc', | 1068 'formats/webm/cluster_builder.cc', |
| 1072 'formats/webm/cluster_builder.h', | 1069 'formats/webm/cluster_builder.h', |
| 1073 'formats/webm/tracks_builder.cc', | 1070 'formats/webm/tracks_builder.cc', |
| 1074 'formats/webm/tracks_builder.h', | 1071 'formats/webm/tracks_builder.h', |
| 1075 'formats/webm/webm_cluster_parser_unittest.cc', | 1072 'formats/webm/webm_cluster_parser_unittest.cc', |
| 1076 'formats/webm/webm_content_encodings_client_unittest.cc', | 1073 'formats/webm/webm_content_encodings_client_unittest.cc', |
| 1077 'formats/webm/webm_parser_unittest.cc', | 1074 'formats/webm/webm_parser_unittest.cc', |
| 1078 'formats/webm/webm_tracks_parser_unittest.cc', | 1075 'formats/webm/webm_tracks_parser_unittest.cc', |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1189 ['enable_mpeg2ts_stream_parser==1', { | 1186 ['enable_mpeg2ts_stream_parser==1', { |
| 1190 'defines': [ | 1187 'defines': [ |
| 1191 'ENABLE_MPEG2TS_STREAM_PARSER', | 1188 'ENABLE_MPEG2TS_STREAM_PARSER', |
| 1192 ], | 1189 ], |
| 1193 }], | 1190 }], |
| 1194 # TODO(wolenetz): Fix size_t to int truncations in win64. See | 1191 # TODO(wolenetz): Fix size_t to int truncations in win64. See |
| 1195 # http://crbug.com/171009 | 1192 # http://crbug.com/171009 |
| 1196 ['OS=="win" and target_arch=="x64"', { | 1193 ['OS=="win" and target_arch=="x64"', { |
| 1197 'msvs_disabled_warnings': [ 4267, ], | 1194 'msvs_disabled_warnings': [ 4267, ], |
| 1198 }], | 1195 }], |
| 1199 ['OS=="mac"', { | |
| 1200 'sources': [ | |
| 1201 'video/capture/mac/video_capture_device_factory_mac_unittest.mm', | |
| 1202 ] | |
| 1203 }], | |
| 1204 ], | 1196 ], |
| 1205 }, | 1197 }, |
| 1206 { | 1198 { |
| 1207 'target_name': 'media_perftests', | 1199 'target_name': 'media_perftests', |
| 1208 'type': '<(gtest_target_type)', | 1200 'type': '<(gtest_target_type)', |
| 1209 'dependencies': [ | 1201 'dependencies': [ |
| 1210 '../base/base.gyp:test_support_base', | 1202 '../base/base.gyp:test_support_base', |
| 1211 '../testing/gmock.gyp:gmock', | 1203 '../testing/gmock.gyp:gmock', |
| 1212 '../testing/gtest.gyp:gtest', | 1204 '../testing/gtest.gyp:gtest', |
| 1213 '../testing/perf/perf_test.gyp:perf_test', | 1205 '../testing/perf/perf_test.gyp:perf_test', |
| (...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1715 ], | 1707 ], |
| 1716 }], | 1708 }], |
| 1717 ], | 1709 ], |
| 1718 }], | 1710 }], |
| 1719 ], | 1711 ], |
| 1720 }, | 1712 }, |
| 1721 ], | 1713 ], |
| 1722 }], | 1714 }], |
| 1723 ], | 1715 ], |
| 1724 } | 1716 } |
| OLD | NEW |