| 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/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/config/linux/pkg_config.gni") | 9 import("//build/config/linux/pkg_config.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 "text_track_config.cc", | 234 "text_track_config.cc", |
| 235 "text_track_config.h", | 235 "text_track_config.h", |
| 236 "time_delta_interpolator.cc", | 236 "time_delta_interpolator.cc", |
| 237 "time_delta_interpolator.h", | 237 "time_delta_interpolator.h", |
| 238 "time_source.h", | 238 "time_source.h", |
| 239 "timestamp_constants.h", | 239 "timestamp_constants.h", |
| 240 "user_input_monitor.cc", | 240 "user_input_monitor.cc", |
| 241 "user_input_monitor.h", | 241 "user_input_monitor.h", |
| 242 "video_codecs.cc", | 242 "video_codecs.cc", |
| 243 "video_codecs.h", | 243 "video_codecs.h", |
| 244 "video_color_space.cc", |
| 245 "video_color_space.h", |
| 244 "video_decoder.cc", | 246 "video_decoder.cc", |
| 245 "video_decoder.h", | 247 "video_decoder.h", |
| 246 "video_decoder_config.cc", | 248 "video_decoder_config.cc", |
| 247 "video_decoder_config.h", | 249 "video_decoder_config.h", |
| 248 "video_frame.cc", | 250 "video_frame.cc", |
| 249 "video_frame.h", | 251 "video_frame.h", |
| 250 "video_frame_metadata.cc", | 252 "video_frame_metadata.cc", |
| 251 "video_frame_metadata.h", | 253 "video_frame_metadata.h", |
| 252 "video_frame_pool.cc", | 254 "video_frame_pool.cc", |
| 253 "video_frame_pool.h", | 255 "video_frame_pool.h", |
| (...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 556 | 558 |
| 557 fuzzer_test("media_container_names_fuzzer") { | 559 fuzzer_test("media_container_names_fuzzer") { |
| 558 sources = [ | 560 sources = [ |
| 559 "container_names_fuzzertest.cc", | 561 "container_names_fuzzertest.cc", |
| 560 ] | 562 ] |
| 561 deps = [ | 563 deps = [ |
| 562 "//base", | 564 "//base", |
| 563 "//media", | 565 "//media", |
| 564 ] | 566 ] |
| 565 } | 567 } |
| OLD | NEW |