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

Unified Diff: build/config/features.gni

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: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index e06dacad56bb18a056a606b112c3a60da928fa98..4b02492bbc6d253e69ec20545acde51d8afa3bc2 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -53,6 +53,12 @@ declare_args() {
# TODO(GYP) make mac work.
enable_webrtc = !is_ios && !is_mac
+ # Enable this to build OpenH264.
+ # CHECK THE OPENH264 LICENSE BEFORE BUILDING. The default value should be 0,
+ # the open source version of Chromium should not build this by default due to
+ # license and patent reasons.
+ use_openh264 = true
+
# Enables the Media Router.
enable_media_router = !is_ios
« no previous file with comments | « build/common.gypi ('k') | build/gn_migration.gypi » ('j') | third_party/openh264/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698