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

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: Rebase 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 16c4d3f88d5f7c08bad4f5a64f215af2065357eb..0d84ab38a0faf6fe9383980e1a5f9449bf29a9c8 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -53,6 +53,11 @@ declare_args() {
# TODO(GYP) make mac work.
enable_webrtc = !is_ios && !is_mac
+ # TODO(hbos): where to place this?
+ # Enable this to build OpenH264.
+ # CHECK THE OPENH264 LICENSE BEFORE BUILDING.
+ build_openh264 = true
torbjorng 2015/11/05 13:18:24 See comment in .gypi file.
+
# Enables the Media Router.
enable_media_router = !is_ios

Powered by Google App Engine
This is Rietveld 408576698