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

Unified Diff: media/media_options.gni

Issue 914363002: Add the "is_ensemble" build variable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Do not change media.gyp. Created 5 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
« no previous file with comments | « media/base/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media_options.gni
diff --git a/media/media_options.gni b/media/media_options.gni
index 9ac7c5e637990602b4e74dde3fe1708bae859772..833b904a2459793b4ff86d5f85a1364ce7356feb 100644
--- a/media/media_options.gni
+++ b/media/media_options.gni
@@ -54,4 +54,7 @@ declare_args() {
# TODO(GYP): This should be a platform define.
is_openbsd = false
+
+ # Override to omit code that depends on the X11, font, and graphics libraries.
+ is_ensemble = false
}
« no previous file with comments | « media/base/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698