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

Unified Diff: media/media_options.gni

Issue 1969503002: Address more TOOD(GYP) in GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android Created 4 years, 7 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: media/media_options.gni
diff --git a/media/media_options.gni b/media/media_options.gni
index 72f100e79c7512df9f605836c0e1256bdf627e5e..21d31d0ee947dbf6b8b5d7da1019b1fd8acb5be8 100644
--- a/media/media_options.gni
+++ b/media/media_options.gni
@@ -42,9 +42,6 @@ declare_args() {
# Enable HEVC/H265 demuxing. Actual decoding must be provided by the
# platform. Enable by default for Chromecast.
enable_hevc_demuxing = proprietary_codecs && is_chromecast
-
- # TODO(GYP): This should be a platform define.
- is_openbsd = false
brettw 2016/05/10 19:51:33 This is unused.
}
# Use a second declare_args() to pick up possible overrides of |use_cras|.

Powered by Google App Engine
This is Rietveld 408576698