| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/android/config.gni") | 5 import("//build/config/android/config.gni") |
| 6 import("//build/config/arm.gni") | 6 import("//build/config/arm.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/linux/pkg_config.gni") | 8 import("//build/config/linux/pkg_config.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 "midi/usb_midi_jack.h", | 203 "midi/usb_midi_jack.h", |
| 204 "midi/usb_midi_output_stream.cc", | 204 "midi/usb_midi_output_stream.cc", |
| 205 "midi/usb_midi_output_stream.h", | 205 "midi/usb_midi_output_stream.h", |
| 206 "renderers/audio_renderer_impl.cc", | 206 "renderers/audio_renderer_impl.cc", |
| 207 "renderers/audio_renderer_impl.h", | 207 "renderers/audio_renderer_impl.h", |
| 208 "renderers/gpu_video_accelerator_factories.h", | 208 "renderers/gpu_video_accelerator_factories.h", |
| 209 "renderers/renderer_impl.cc", | 209 "renderers/renderer_impl.cc", |
| 210 "renderers/renderer_impl.h", | 210 "renderers/renderer_impl.h", |
| 211 "renderers/video_renderer_impl.cc", | 211 "renderers/video_renderer_impl.cc", |
| 212 "renderers/video_renderer_impl.h", | 212 "renderers/video_renderer_impl.h", |
| 213 "video/capture/fake_video_capture_device.cc", |
| 214 "video/capture/fake_video_capture_device.h", |
| 215 "video/capture/fake_video_capture_device_factory.cc", |
| 216 "video/capture/fake_video_capture_device_factory.h", |
| 213 "video/capture/file_video_capture_device.cc", | 217 "video/capture/file_video_capture_device.cc", |
| 214 "video/capture/file_video_capture_device.h", | 218 "video/capture/file_video_capture_device.h", |
| 219 "video/capture/file_video_capture_device_factory.cc", |
| 220 "video/capture/file_video_capture_device_factory.h", |
| 215 "video/capture/linux/v4l2_capture_delegate.cc", | 221 "video/capture/linux/v4l2_capture_delegate.cc", |
| 216 "video/capture/linux/v4l2_capture_delegate.h", | 222 "video/capture/linux/v4l2_capture_delegate.h", |
| 217 "video/capture/linux/v4l2_capture_delegate_multi_plane.cc", | 223 "video/capture/linux/v4l2_capture_delegate_multi_plane.cc", |
| 218 "video/capture/linux/v4l2_capture_delegate_multi_plane.h", | 224 "video/capture/linux/v4l2_capture_delegate_multi_plane.h", |
| 219 "video/capture/linux/v4l2_capture_delegate_single_plane.cc", | 225 "video/capture/linux/v4l2_capture_delegate_single_plane.cc", |
| 220 "video/capture/linux/v4l2_capture_delegate_single_plane.h", | 226 "video/capture/linux/v4l2_capture_delegate_single_plane.h", |
| 221 "video/capture/linux/video_capture_device_chromeos.cc", | 227 "video/capture/linux/video_capture_device_chromeos.cc", |
| 222 "video/capture/linux/video_capture_device_chromeos.h", | 228 "video/capture/linux/video_capture_device_chromeos.h", |
| 229 "video/capture/linux/video_capture_device_factory_linux.cc", |
| 230 "video/capture/linux/video_capture_device_factory_linux.h", |
| 223 "video/capture/linux/video_capture_device_linux.cc", | 231 "video/capture/linux/video_capture_device_linux.cc", |
| 224 "video/capture/linux/video_capture_device_linux.h", | 232 "video/capture/linux/video_capture_device_linux.h", |
| 225 "video/capture/mac/platform_video_capturing_mac.h", | 233 "video/capture/mac/platform_video_capturing_mac.h", |
| 226 "video/capture/mac/video_capture_device_avfoundation_mac.h", | 234 "video/capture/mac/video_capture_device_avfoundation_mac.h", |
| 227 "video/capture/mac/video_capture_device_avfoundation_mac.mm", | 235 "video/capture/mac/video_capture_device_avfoundation_mac.mm", |
| 228 "video/capture/mac/video_capture_device_decklink_mac.h", | 236 "video/capture/mac/video_capture_device_decklink_mac.h", |
| 229 "video/capture/mac/video_capture_device_decklink_mac.mm", | 237 "video/capture/mac/video_capture_device_decklink_mac.mm", |
| 230 "video/capture/mac/video_capture_device_factory_mac.h", | 238 "video/capture/mac/video_capture_device_factory_mac.h", |
| 231 "video/capture/mac/video_capture_device_factory_mac.mm", | 239 "video/capture/mac/video_capture_device_factory_mac.mm", |
| 232 "video/capture/mac/video_capture_device_mac.h", | 240 "video/capture/mac/video_capture_device_mac.h", |
| 233 "video/capture/mac/video_capture_device_mac.mm", | 241 "video/capture/mac/video_capture_device_mac.mm", |
| 234 "video/capture/mac/video_capture_device_qtkit_mac.h", | 242 "video/capture/mac/video_capture_device_qtkit_mac.h", |
| 235 "video/capture/mac/video_capture_device_qtkit_mac.mm", | 243 "video/capture/mac/video_capture_device_qtkit_mac.mm", |
| 236 "video/capture/video_capture_device.cc", | 244 "video/capture/video_capture_device.cc", |
| 237 "video/capture/video_capture_device.h", | 245 "video/capture/video_capture_device.h", |
| 246 "video/capture/video_capture_device_factory.cc", |
| 247 "video/capture/video_capture_device_factory.h", |
| 238 "video/capture/video_capture_device_info.cc", | 248 "video/capture/video_capture_device_info.cc", |
| 239 "video/capture/video_capture_device_info.h", | 249 "video/capture/video_capture_device_info.h", |
| 240 "video/capture/win/capability_list_win.cc", | 250 "video/capture/win/capability_list_win.cc", |
| 241 "video/capture/win/capability_list_win.h", | 251 "video/capture/win/capability_list_win.h", |
| 242 "video/capture/win/filter_base_win.cc", | 252 "video/capture/win/filter_base_win.cc", |
| 243 "video/capture/win/filter_base_win.h", | 253 "video/capture/win/filter_base_win.h", |
| 244 "video/capture/win/pin_base_win.cc", | 254 "video/capture/win/pin_base_win.cc", |
| 245 "video/capture/win/pin_base_win.h", | 255 "video/capture/win/pin_base_win.h", |
| 246 "video/capture/win/sink_filter_observer_win.h", | 256 "video/capture/win/sink_filter_observer_win.h", |
| 247 "video/capture/win/sink_filter_win.cc", | 257 "video/capture/win/sink_filter_win.cc", |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 490 ":shared_memory_support", | 500 ":shared_memory_support", |
| 491 "//base", | 501 "//base", |
| 492 "//base:i18n", | 502 "//base:i18n", |
| 493 "//base/third_party/dynamic_annotations", | 503 "//base/third_party/dynamic_annotations", |
| 494 "//crypto", | 504 "//crypto", |
| 495 "//crypto:platform", # TODO(ajwong): This used to be provided by crypto.gyp
via export_dependent_settings | 505 "//crypto:platform", # TODO(ajwong): This used to be provided by crypto.gyp
via export_dependent_settings |
| 496 "//gpu/command_buffer/common", | 506 "//gpu/command_buffer/common", |
| 497 "//skia", | 507 "//skia", |
| 498 "//third_party/libyuv", | 508 "//third_party/libyuv", |
| 499 "//third_party/opus", | 509 "//third_party/opus", |
| 510 "//ui/events:events_base", |
| 511 "//ui/gfx", |
| 500 "//ui/gfx/geometry", | 512 "//ui/gfx/geometry", |
| 501 "//url", | 513 "//url", |
| 502 ] | 514 ] |
| 503 | |
| 504 # Add the sources and dependencies that need the X11 or fontconfig libraries. | |
| 505 if (!is_ensemble) { | |
| 506 sources += [ | |
| 507 "video/capture/fake_video_capture_device.cc", | |
| 508 "video/capture/fake_video_capture_device.h", | |
| 509 "video/capture/fake_video_capture_device_factory.cc", | |
| 510 "video/capture/fake_video_capture_device_factory.h", | |
| 511 "video/capture/file_video_capture_device_factory.cc", | |
| 512 "video/capture/file_video_capture_device_factory.h", | |
| 513 "video/capture/linux/video_capture_device_factory_linux.cc", | |
| 514 "video/capture/linux/video_capture_device_factory_linux.h", | |
| 515 "video/capture/video_capture_device_factory.cc", | |
| 516 "video/capture/video_capture_device_factory.h", | |
| 517 ] | |
| 518 | |
| 519 deps += [ | |
| 520 "//ui/events:events_base", | |
| 521 "//ui/gfx", | |
| 522 ] | |
| 523 } | |
| 524 } | 515 } |
| 525 | 516 |
| 526 # Minimal media component for media/cast on iOS. | 517 # Minimal media component for media/cast on iOS. |
| 527 if (is_ios) { | 518 if (is_ios) { |
| 528 component("media_for_cast_ios") { | 519 component("media_for_cast_ios") { |
| 529 configs += [ ":media_config" ] | 520 configs += [ ":media_config" ] |
| 530 all_dependent_configs = [ ":media_dependent_config" ] | 521 all_dependent_configs = [ ":media_dependent_config" ] |
| 531 include_dirs = [ "." ] | 522 include_dirs = [ "." ] |
| 532 libs = [ "CoreVideo.framework" ] | 523 libs = [ "CoreVideo.framework" ] |
| 533 | 524 |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 785 "//media/base:test_support", | 776 "//media/base:test_support", |
| 786 "//media/test:pipeline_integration_tests", | 777 "//media/test:pipeline_integration_tests", |
| 787 "//testing/gmock", | 778 "//testing/gmock", |
| 788 "//testing/gtest", | 779 "//testing/gtest", |
| 789 "//third_party/ffmpeg", | 780 "//third_party/ffmpeg", |
| 790 "//ui/gfx/geometry", | 781 "//ui/gfx/geometry", |
| 791 "//ui/gfx:test_support", | 782 "//ui/gfx:test_support", |
| 792 ] | 783 ] |
| 793 } | 784 } |
| 794 } | 785 } |
| OLD | NEW |