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

Unified Diff: build/common.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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index eaba251cf92c62a3710fa5b6a59e7b766ffe9250..c7078a32dce8778d19f47f90a5e38d53aac366fb 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1259,6 +1259,10 @@
'android_app_version_code%': '<(android_app_version_code)',
'enable_webvr%': '<(enable_webvr)',
+ # Enable this to build OpenH264.
+ # CHECK THE OPENH264 LICENSE BEFORE BUILDING.
+ 'build_openh264%': 1,
+
# Turns on compiler optimizations in V8 in Debug build.
'v8_optimized_debug%': 1,

Powered by Google App Engine
This is Rietveld 408576698