| 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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 sources += [ | 335 sources += [ |
| 336 "keyboard_event_counter.cc", | 336 "keyboard_event_counter.cc", |
| 337 "keyboard_event_counter.h", | 337 "keyboard_event_counter.h", |
| 338 ] | 338 ] |
| 339 } | 339 } |
| 340 } | 340 } |
| 341 | 341 |
| 342 source_set("video_facing") { | 342 source_set("video_facing") { |
| 343 visibility = [ | 343 visibility = [ |
| 344 "//chromeos", | 344 "//chromeos", |
| 345 "//chromeos:chromeos_unittests", |
| 345 "//content/browser", | 346 "//content/browser", |
| 346 "//content/public/common:common_sources", | 347 "//content/public/common:common_sources", |
| 347 "//media/base", | 348 "//media/base", |
| 348 "//media/capture", | 349 "//media/capture", |
| 349 ] | 350 ] |
| 350 sources = [ | 351 sources = [ |
| 351 "video_facing.h", | 352 "video_facing.h", |
| 352 ] | 353 ] |
| 353 } | 354 } |
| 354 | 355 |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 555 | 556 |
| 556 fuzzer_test("media_container_names_fuzzer") { | 557 fuzzer_test("media_container_names_fuzzer") { |
| 557 sources = [ | 558 sources = [ |
| 558 "container_names_fuzzertest.cc", | 559 "container_names_fuzzertest.cc", |
| 559 ] | 560 ] |
| 560 deps = [ | 561 deps = [ |
| 561 "//base", | 562 "//base", |
| 562 "//media", | 563 "//media", |
| 563 ] | 564 ] |
| 564 } | 565 } |
| OLD | NEW |