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

Unified Diff: printing/printing.gyp

Issue 22577010: Printing: Add a basic printing mode without print preview and cloud print. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « content/renderer/pepper/pepper_plugin_instance_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printing.gyp
diff --git a/printing/printing.gyp b/printing/printing.gyp
index 4f87add5c9d9987a1cf09425a27fa641459f96d4..b3bbf2b04bb8fa29de50d3f71f37b375311b8308 100644
--- a/printing/printing.gyp
+++ b/printing/printing.gyp
@@ -92,7 +92,7 @@
],
},
'conditions': [
- ['enable_printing!=1', {
+ ['enable_printing==0', {
'sources/': [
['exclude', '.'],
],
@@ -252,7 +252,7 @@
'units_unittest.cc',
],
'conditions': [
- ['enable_printing!=1', {
+ ['enable_printing==0', {
'sources/': [
['exclude', '.'],
['include', 'run_all_unittests.cc'],
« no previous file with comments | « content/renderer/pepper/pepper_plugin_instance_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698