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

Unified Diff: printing/printing.gyp

Issue 23116003: Adds PrintingContext implementation stub for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adds printing support for Chrome for Android. 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: printing/printing.gyp
diff --git a/printing/printing.gyp b/printing/printing.gyp
index b3bbf2b04bb8fa29de50d3f71f37b375311b8308..234facfb29ca950a3d8075ae55cdd0689f984787 100644
--- a/printing/printing.gyp
+++ b/printing/printing.gyp
@@ -228,6 +228,11 @@
'printing_context_gtk.h',
],
}],
+ ['OS=="android"', {
+ 'sources': [
+ 'printing_context_android.h',
Lei Zhang 2013/08/13 23:26:37 No printing_context_android.cc? How does that work
whywhat 2013/08/13 23:38:48 We figured that printing will not be compiled for
+ ],
+ }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698