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

Unified Diff: media/BUILD.gn

Issue 1530063002: Switch from build-time to run-time flags for Project Spitzer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 5f5b44f469c4a00165fa5197e210f723685b2df2..f47aaafeb35d9ba6484c5a7961e93cbd404b1426 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -58,7 +58,6 @@ config("media_dependent_config") {
}
if (media_use_ffmpeg && is_android) {
defines += [
- "ENABLE_MEDIA_PIPELINE_ON_ANDROID",
"DISABLE_FFMPEG_VIDEO_DECODERS",
]
}

Powered by Google App Engine
This is Rietveld 408576698