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

Unified Diff: skia/skia_chrome.gypi

Issue 23116003: Adds PrintingContext implementation stub for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes some build targets and try bots. Some other nits. Created 7 years, 4 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: skia/skia_chrome.gypi
diff --git a/skia/skia_chrome.gypi b/skia/skia_chrome.gypi
index ecd9b4735c2c2bdcff908239af81d179f99ff74a..00a0f4914b999901b6ff2f1344f4ef74eb3464fe 100644
--- a/skia/skia_chrome.gypi
+++ b/skia/skia_chrome.gypi
@@ -88,7 +88,7 @@
'ext/SkThread_chrome.cc',
],
}],
- [ 'OS == "android"', {
+ [ 'OS == "android" and enable_printing == 0', {
'sources!': [
'ext/vector_platform_device_skia.cc',
],

Powered by Google App Engine
This is Rietveld 408576698