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

Unified Diff: content/content.gyp

Issue 1673183002: Enable H.264 video WebRTC behind run-time flag and add WebRtcBrowserTest for H.264 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed gyp/gn deps 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
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 6b11ac2fd58512e405931a1b6156d4dcd2ddcc83..4a3d074ec51d2ea32f797374a2c3a41784706820 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -37,7 +37,7 @@
# TODO(hbos): crbug.com/584219
['1==1', {
'variables': {
- 'buildflag_header_path': 'content/renderer/renderer_features.h',
+ 'buildflag_header_path': 'content/public/renderer/renderer_features.h',
'buildflag_flags': [
'RTC_USE_H264=<(rtc_use_h264)',
],

Powered by Google App Engine
This is Rietveld 408576698