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

Unified Diff: tools/grit/grit_rule.gni

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
« build/common.gypi ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/grit/grit_rule.gni
diff --git a/tools/grit/grit_rule.gni b/tools/grit/grit_rule.gni
index f60d8fa1076bb3b7dbb2ead6b28093c135a1e88c..8d81c069c62ff09a81bccd963a9ea53507933e6a 100644
--- a/tools/grit/grit_rule.gni
+++ b/tools/grit/grit_rule.gni
@@ -249,6 +249,13 @@ if (enable_webrtc) {
"-D",
"enable_webrtc",
]
+ import("//third_party/webrtc/build/webrtc.gni")
hbos_chromium 2016/03/03 16:51:42 (For GN variable rtc_use_h264)
+ if (rtc_use_h264) {
+ grit_defines += [
+ "-D",
+ "rtc_use_h264",
+ ]
+ }
}
if (enable_hangout_services_extension) {
grit_defines += [
« build/common.gypi ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698