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

Unified Diff: skia/BUILD.gn

Issue 1519013002: Remove the enable_basic_printing and enable_print_preview gn args. (Closed) Base URL: https://github.com/domokit/mojo.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
« no previous file with comments | « build/secondary/tools/grit/grit_rule.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/BUILD.gn
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index a24b531bf41caf51e5814f20fe580840ccaca204..442c732f4375251fe29e868f209f951d414bc4a3 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -418,7 +418,7 @@ component("skia") {
set_sources_assignment_filter(sources_assignment_filter)
}
- if (is_android && (!enable_basic_printing && !enable_print_preview)) {
+ if (is_android) {
sources -= [ "ext/skia_utils_base.cc" ]
}
« no previous file with comments | « build/secondary/tools/grit/grit_rule.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698