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

Unified Diff: tools/grit/grit_rule.gni

Issue 1770683002: Revert "about_flags.cc entry for WebRTC-H264WithOpenH264FFmpeg" (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « 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 8d81c069c62ff09a81bccd963a9ea53507933e6a..f60d8fa1076bb3b7dbb2ead6b28093c135a1e88c 100644
--- a/tools/grit/grit_rule.gni
+++ b/tools/grit/grit_rule.gni
@@ -249,13 +249,6 @@ if (enable_webrtc) {
"-D",
"enable_webrtc",
]
- import("//third_party/webrtc/build/webrtc.gni")
- if (rtc_use_h264) {
- grit_defines += [
- "-D",
- "rtc_use_h264",
- ]
- }
}
if (enable_hangout_services_extension) {
grit_defines += [
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698