Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(393)

Unified Diff: content/test/BUILD.gn

Issue 1403893007: Adding third_party/openh264/src, build files and unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename var to 'use_openh264', add OpenH264 to 'all' target of GN Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 83d36b3a410658e2cd3b823a95cc47cdf7955805..12a354a19e43c3abf809925f28c7d62825d31f12 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -747,6 +747,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" ]
+ }
}
test("content_perftests") {
« no previous file with comments | « content/content_tests.gypi ('k') | media/media.gyp » ('j') | third_party/openh264/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698