| 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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 "renderers/audio_renderer_impl.cc", | 200 "renderers/audio_renderer_impl.cc", |
| 201 "renderers/audio_renderer_impl.h", | 201 "renderers/audio_renderer_impl.h", |
| 202 "renderers/gpu_video_accelerator_factories.cc", | 202 "renderers/gpu_video_accelerator_factories.cc", |
| 203 "renderers/gpu_video_accelerator_factories.h", | 203 "renderers/gpu_video_accelerator_factories.h", |
| 204 "renderers/renderer_impl.cc", | 204 "renderers/renderer_impl.cc", |
| 205 "renderers/renderer_impl.h", | 205 "renderers/renderer_impl.h", |
| 206 "renderers/video_renderer_impl.cc", | 206 "renderers/video_renderer_impl.cc", |
| 207 "renderers/video_renderer_impl.h", | 207 "renderers/video_renderer_impl.h", |
| 208 "video/capture/file_video_capture_device.cc", | 208 "video/capture/file_video_capture_device.cc", |
| 209 "video/capture/file_video_capture_device.h", | 209 "video/capture/file_video_capture_device.h", |
| 210 "video/capture/linux/v4l2_video_capture_delegate.cc", |
| 211 "video/capture/linux/v4l2_video_capture_delegate.h", |
| 210 "video/capture/linux/video_capture_device_chromeos.cc", | 212 "video/capture/linux/video_capture_device_chromeos.cc", |
| 211 "video/capture/linux/video_capture_device_chromeos.h", | 213 "video/capture/linux/video_capture_device_chromeos.h", |
| 212 "video/capture/linux/video_capture_device_linux.cc", | 214 "video/capture/linux/video_capture_device_linux.cc", |
| 213 "video/capture/linux/video_capture_device_linux.h", | 215 "video/capture/linux/video_capture_device_linux.h", |
| 214 "video/capture/mac/platform_video_capturing_mac.h", | 216 "video/capture/mac/platform_video_capturing_mac.h", |
| 215 "video/capture/mac/video_capture_device_avfoundation_mac.h", | 217 "video/capture/mac/video_capture_device_avfoundation_mac.h", |
| 216 "video/capture/mac/video_capture_device_avfoundation_mac.mm", | 218 "video/capture/mac/video_capture_device_avfoundation_mac.mm", |
| 217 "video/capture/mac/video_capture_device_decklink_mac.h", | 219 "video/capture/mac/video_capture_device_decklink_mac.h", |
| 218 "video/capture/mac/video_capture_device_decklink_mac.mm", | 220 "video/capture/mac/video_capture_device_decklink_mac.mm", |
| 219 "video/capture/mac/video_capture_device_factory_mac.h", | 221 "video/capture/mac/video_capture_device_factory_mac.h", |
| (...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 806 deps = [ | 808 deps = [ |
| 807 ":media", | 809 ":media", |
| 808 ":shared_memory_support", | 810 ":shared_memory_support", |
| 809 "//base", | 811 "//base", |
| 810 "//ui/gl", | 812 "//ui/gl", |
| 811 "//ui/gfx", | 813 "//ui/gfx", |
| 812 "//ui/gfx/geometry", | 814 "//ui/gfx/geometry", |
| 813 ] | 815 ] |
| 814 } | 816 } |
| 815 } | 817 } |
| OLD | NEW |