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

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: Misc Created 5 years, 2 months 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 cc0562c91e8f6f7dd06d722063e3da420a04627f..bc1f54d20e9bbc1aa2125b56595f0aec1868d3da 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1243,6 +1243,14 @@
'../third_party/boringssl/boringssl.gyp:boringssl',
],
}],
hbos_chromium 2015/10/29 14:28:26 Note: conditionally part of target 'content_unitte
+ ['build_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