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

Unified Diff: build/common.gypi

Issue 1722283002: about_flags.cc entry for WebRTC-H264WithOpenH264FFmpeg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: .grd if expr matching about_flags.cc #if. Use of kOsDesktop Created 4 years, 10 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
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | tools/grit/grit_rule.gni » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 1baa9253560848d3ce3122247cd38d79eec4538a..dbe33ace9f15b0622525e738e3b77d972ec22e68 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2180,6 +2180,14 @@
}],
['enable_webrtc==1', {
'grit_defines': ['-D', 'enable_webrtc'],
+ 'includes': [
+ '../third_party/webrtc/build/common.gypi',
hbos_chromium 2016/03/03 16:51:42 (For gyp variable rtc_use_h264)
+ ],
+ 'conditions': [
+ ['rtc_use_h264==1', {
+ 'grit_defines': ['-D', 'rtc_use_h264'],
+ }],
+ ],
}],
['enable_hangout_services_extension==1', {
'grit_defines': ['-D', 'enable_hangout_services_extension'],
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | tools/grit/grit_rule.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698