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

Unified Diff: content/content_tests.gypi

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/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 728c41c4c3fffa34f44d4f16a26247fd4c4c5074..9d4ba2e9e3b4a25fd872c201344f2e17aa226f4a 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1291,6 +1291,14 @@
'../third_party/boringssl/boringssl.gyp:boringssl',
],
}],
+ ['use_openh264==1', {
+ 'sources': [
+ 'browser/media/openh264_unittests.cc',
+ ],
+ 'dependencies': [
+ '../third_party/openh264/testing/openh264_testing.gyp:openh264_testing',
+ ],
+ }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698