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

Unified Diff: media/media_options.gni

Issue 1008683002: Allow a dependency on skia when is_ensemble is true. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update the comment for the is_ensemble build variable. Created 5 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 | « media/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 833b904a2459793b4ff86d5f85a1364ce7356feb..f8b1646168897b3eb0fd7c774a355c316130d963 100644
--- a/media/media_options.gni
+++ b/media/media_options.gni
@@ -55,6 +55,6 @@ 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.
+ # Override to omit code that depends on the X11 and fontconfig libraries.
is_ensemble = false
}
« no previous file with comments | « media/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698