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

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: 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/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 780f43d2bbc7084f7d28517b711837bc43cd383a..528dc343b00fd3fb8622b956cf455e916c1e0532 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1253,6 +1253,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,
torbjorng 2015/11/05 13:18:24 Should this be default on considering the comment
hbos_chromium 2015/11/10 14:36:47 I will not land this until the default is off. I s
+
# Turns on compiler optimizations in V8 in Debug build.
'v8_optimized_debug%': 1,
« no previous file with comments | « build/all.gyp ('k') | build/config/features.gni » ('j') | build/config/features.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698