Chromium Code Reviews| 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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 472 'video/capture/file_video_capture_device_factory.cc', | 472 'video/capture/file_video_capture_device_factory.cc', |
| 473 'video/capture/linux/video_capture_device_linux.cc', | 473 'video/capture/linux/video_capture_device_linux.cc', |
| 474 'video/capture/linux/video_capture_device_linux.h', | 474 'video/capture/linux/video_capture_device_linux.h', |
| 475 'video/capture/mac/avfoundation_glue.h', | 475 'video/capture/mac/avfoundation_glue.h', |
| 476 'video/capture/mac/avfoundation_glue.mm', | 476 'video/capture/mac/avfoundation_glue.mm', |
| 477 'video/capture/mac/coremedia_glue.h', | 477 'video/capture/mac/coremedia_glue.h', |
| 478 'video/capture/mac/coremedia_glue.mm', | 478 'video/capture/mac/coremedia_glue.mm', |
| 479 'video/capture/mac/platform_video_capturing_mac.h', | 479 'video/capture/mac/platform_video_capturing_mac.h', |
| 480 'video/capture/mac/video_capture_device_avfoundation_mac.h', | 480 'video/capture/mac/video_capture_device_avfoundation_mac.h', |
| 481 'video/capture/mac/video_capture_device_avfoundation_mac.mm', | 481 'video/capture/mac/video_capture_device_avfoundation_mac.mm', |
| 482 'video/capture/mac/video_capture_device_factory_mac.h', | |
| 483 'video/capture/mac/video_capture_device_factory_mac.mm', | |
| 482 'video/capture/mac/video_capture_device_mac.h', | 484 'video/capture/mac/video_capture_device_mac.h', |
| 483 'video/capture/mac/video_capture_device_mac.mm', | 485 'video/capture/mac/video_capture_device_mac.mm', |
| 484 'video/capture/mac/video_capture_device_qtkit_mac.h', | 486 'video/capture/mac/video_capture_device_qtkit_mac.h', |
| 485 'video/capture/mac/video_capture_device_qtkit_mac.mm', | 487 'video/capture/mac/video_capture_device_qtkit_mac.mm', |
| 486 'video/capture/video_capture_device.cc', | 488 'video/capture/video_capture_device.cc', |
| 487 'video/capture/video_capture_device.h', | 489 'video/capture/video_capture_device.h', |
| 488 'video/capture/video_capture_device_factory.cc', | 490 'video/capture/video_capture_device_factory.cc', |
| 489 'video/capture/video_capture_device_factory.h', | 491 'video/capture/video_capture_device_factory.h', |
| 490 'video/capture/video_capture_types.cc', | 492 'video/capture/video_capture_types.cc', |
| 491 'video/capture/video_capture_types.h', | 493 'video/capture/video_capture_types.h', |
| (...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1056 'filters/video_frame_scheduler_unittest.cc', | 1058 'filters/video_frame_scheduler_unittest.cc', |
| 1057 'filters/video_frame_stream_unittest.cc', | 1059 'filters/video_frame_stream_unittest.cc', |
| 1058 'filters/video_renderer_impl_unittest.cc', | 1060 'filters/video_renderer_impl_unittest.cc', |
| 1059 'midi/midi_manager_unittest.cc', | 1061 'midi/midi_manager_unittest.cc', |
| 1060 'midi/midi_manager_usb_unittest.cc', | 1062 'midi/midi_manager_usb_unittest.cc', |
| 1061 'midi/midi_message_queue_unittest.cc', | 1063 'midi/midi_message_queue_unittest.cc', |
| 1062 'midi/midi_message_util_unittest.cc', | 1064 'midi/midi_message_util_unittest.cc', |
| 1063 'midi/usb_midi_descriptor_parser_unittest.cc', | 1065 'midi/usb_midi_descriptor_parser_unittest.cc', |
| 1064 'midi/usb_midi_input_stream_unittest.cc', | 1066 'midi/usb_midi_input_stream_unittest.cc', |
| 1065 'midi/usb_midi_output_stream_unittest.cc', | 1067 'midi/usb_midi_output_stream_unittest.cc', |
| 1068 'video/capture/fake_video_capture_device_unittest.cc', | |
| 1066 'video/capture/video_capture_device_unittest.cc', | 1069 'video/capture/video_capture_device_unittest.cc', |
| 1067 'formats/common/offset_byte_queue_unittest.cc', | 1070 'formats/common/offset_byte_queue_unittest.cc', |
| 1068 'formats/webm/cluster_builder.cc', | 1071 'formats/webm/cluster_builder.cc', |
| 1069 'formats/webm/cluster_builder.h', | 1072 'formats/webm/cluster_builder.h', |
| 1070 'formats/webm/tracks_builder.cc', | 1073 'formats/webm/tracks_builder.cc', |
| 1071 'formats/webm/tracks_builder.h', | 1074 'formats/webm/tracks_builder.h', |
| 1072 'formats/webm/webm_cluster_parser_unittest.cc', | 1075 'formats/webm/webm_cluster_parser_unittest.cc', |
| 1073 'formats/webm/webm_content_encodings_client_unittest.cc', | 1076 'formats/webm/webm_content_encodings_client_unittest.cc', |
| 1074 'formats/webm/webm_parser_unittest.cc', | 1077 'formats/webm/webm_parser_unittest.cc', |
| 1075 'formats/webm/webm_tracks_parser_unittest.cc', | 1078 'formats/webm/webm_tracks_parser_unittest.cc', |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1179 'formats/mp4/track_run_iterator_unittest.cc', | 1182 'formats/mp4/track_run_iterator_unittest.cc', |
| 1180 'formats/mpeg/adts_stream_parser_unittest.cc', | 1183 'formats/mpeg/adts_stream_parser_unittest.cc', |
| 1181 'formats/mpeg/mp3_stream_parser_unittest.cc', | 1184 'formats/mpeg/mp3_stream_parser_unittest.cc', |
| 1182 ], | 1185 ], |
| 1183 }], | 1186 }], |
| 1184 # TODO(wolenetz): Fix size_t to int truncations in win64. See | 1187 # TODO(wolenetz): Fix size_t to int truncations in win64. See |
| 1185 # http://crbug.com/171009 | 1188 # http://crbug.com/171009 |
| 1186 ['OS=="win" and target_arch=="x64"', { | 1189 ['OS=="win" and target_arch=="x64"', { |
| 1187 'msvs_disabled_warnings': [ 4267, ], | 1190 'msvs_disabled_warnings': [ 4267, ], |
| 1188 }], | 1191 }], |
| 1192 ['OS=="mac"', { | |
|
perkj_chrome
2014/05/06 06:44:46
Why only this unittest and not the other platform
| |
| 1193 'sources': [ | |
| 1194 'video/capture/mac/video_capture_device_factory_mac_unittest.mm', | |
| 1195 ] | |
| 1196 }], | |
| 1189 ], | 1197 ], |
| 1190 }, | 1198 }, |
| 1191 { | 1199 { |
| 1192 'target_name': 'media_perftests', | 1200 'target_name': 'media_perftests', |
| 1193 'type': '<(gtest_target_type)', | 1201 'type': '<(gtest_target_type)', |
| 1194 'dependencies': [ | 1202 'dependencies': [ |
| 1195 '../base/base.gyp:test_support_base', | 1203 '../base/base.gyp:test_support_base', |
| 1196 '../testing/gmock.gyp:gmock', | 1204 '../testing/gmock.gyp:gmock', |
| 1197 '../testing/gtest.gyp:gtest', | 1205 '../testing/gtest.gyp:gtest', |
| 1198 '../testing/perf/perf_test.gyp:perf_test', | 1206 '../testing/perf/perf_test.gyp:perf_test', |
| (...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1701 ], | 1709 ], |
| 1702 }], | 1710 }], |
| 1703 ], | 1711 ], |
| 1704 }], | 1712 }], |
| 1705 ], | 1713 ], |
| 1706 }, | 1714 }, |
| 1707 ], | 1715 ], |
| 1708 }], | 1716 }], |
| 1709 ], | 1717 ], |
| 1710 } | 1718 } |
| OLD | NEW |