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

Unified Diff: content/content_tests.gypi

Issue 1446453004: Adding third_party/openh264 build files for encoding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved BUILD.gn deps to 'both_gn_and_gyp', added corresponding change to gn_migration.gypi 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 929915bd430f7679ccf929c687cc18d91843384b..6d53a56b490ab087cba7375a8bd680c32b1a546d 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1298,6 +1298,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