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

Unified Diff: printing/printing.gyp

Issue 8560001: use toolkit_uses_gtk==1 instead of OS==linux for printing_context_gtk.{cc,h} (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 1 month 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 | « no previous file | 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 7c66b9a3643347f510d6c230b6d52186f7a67e9e..0cb2c06ce72de8d944aaa86e808abf1e4cccb8a4 100644
--- a/printing/printing.gyp
+++ b/printing/printing.gyp
@@ -178,7 +178,7 @@
'backend/print_backend_chromeos.cc',
],
}],
- ['OS=="linux" and chromeos==0', {
+ ['toolkit_uses_gtk==1 and chromeos==0', {
'sources': [
'printing_context_gtk.cc',
'printing_context_gtk.h',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698