| 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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 "midi/usb_midi_descriptor_parser.cc", | 196 "midi/usb_midi_descriptor_parser.cc", |
| 197 "midi/usb_midi_descriptor_parser.h", | 197 "midi/usb_midi_descriptor_parser.h", |
| 198 "midi/usb_midi_device.h", | 198 "midi/usb_midi_device.h", |
| 199 "midi/usb_midi_input_stream.cc", | 199 "midi/usb_midi_input_stream.cc", |
| 200 "midi/usb_midi_input_stream.h", | 200 "midi/usb_midi_input_stream.h", |
| 201 "midi/usb_midi_jack.h", | 201 "midi/usb_midi_jack.h", |
| 202 "midi/usb_midi_output_stream.cc", | 202 "midi/usb_midi_output_stream.cc", |
| 203 "midi/usb_midi_output_stream.h", | 203 "midi/usb_midi_output_stream.h", |
| 204 "renderers/audio_renderer_impl.cc", | 204 "renderers/audio_renderer_impl.cc", |
| 205 "renderers/audio_renderer_impl.h", | 205 "renderers/audio_renderer_impl.h", |
| 206 "renderers/gpu_video_accelerator_factories.cc", | |
| 207 "renderers/gpu_video_accelerator_factories.h", | 206 "renderers/gpu_video_accelerator_factories.h", |
| 208 "renderers/renderer_impl.cc", | 207 "renderers/renderer_impl.cc", |
| 209 "renderers/renderer_impl.h", | 208 "renderers/renderer_impl.h", |
| 210 "renderers/video_renderer_impl.cc", | 209 "renderers/video_renderer_impl.cc", |
| 211 "renderers/video_renderer_impl.h", | 210 "renderers/video_renderer_impl.h", |
| 212 "video/capture/file_video_capture_device.cc", | 211 "video/capture/file_video_capture_device.cc", |
| 213 "video/capture/file_video_capture_device.h", | 212 "video/capture/file_video_capture_device.h", |
| 214 "video/capture/linux/video_capture_device_chromeos.cc", | 213 "video/capture/linux/video_capture_device_chromeos.cc", |
| 215 "video/capture/linux/video_capture_device_chromeos.h", | 214 "video/capture/linux/video_capture_device_chromeos.h", |
| 216 "video/capture/linux/video_capture_device_linux.cc", | 215 "video/capture/linux/video_capture_device_linux.cc", |
| (...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 801 deps = [ | 800 deps = [ |
| 802 ":media", | 801 ":media", |
| 803 ":shared_memory_support", | 802 ":shared_memory_support", |
| 804 "//base", | 803 "//base", |
| 805 "//ui/gl", | 804 "//ui/gl", |
| 806 "//ui/gfx", | 805 "//ui/gfx", |
| 807 "//ui/gfx/geometry", | 806 "//ui/gfx/geometry", |
| 808 ] | 807 ] |
| 809 } | 808 } |
| 810 } | 809 } |
| OLD | NEW |