Chromium Code Reviews| Index: content/test/BUILD.gn |
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn |
| index c6d764c19b33c98b4eb3611458c10b809986c3be..3b69a75d4ad3795049f686457d6a9534165e589b 100644 |
| --- a/content/test/BUILD.gn |
| +++ b/content/test/BUILD.gn |
| @@ -10,6 +10,7 @@ import("//build_overrides/v8.gni") |
| import("//media/media_options.gni") |
| import("//mojo/public/tools/bindings/mojom.gni") |
| import("//testing/test.gni") |
| +import("//third_party/openh264/openh264_args.gni") |
| content_tests_gypi_values = |
| exec_script("//build/gypi_to_gn.py", |
| @@ -773,6 +774,11 @@ test("content_unittests") { |
| if (is_mac && use_openssl) { |
| deps += [ "//third_party/boringssl" ] |
| } |
| + |
| + if (use_openh264) { |
| + sources += [ "../browser/media/openh264_unittests.cc" ] |
| + deps += [ "//third_party/openh264/testing:openh264_testing" ] |
|
Dirk Pranke
2015/11/19 02:46:56
see comment in openh264_unittests; I don't underst
hbos_chromium
2015/11/19 13:00:43
There's overhead in creating new test binaries, I'
|
| + } |
| } |
| test("content_perftests") { |