From 3123eddd47cb96b13a970cb90114b876bfdc57dc Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Mon, 25 Oct 2010 20:05:44 +0000 Subject: [PATCH] Move useful printing backend code from chrome/service/cloud_print to printing/backend. BUG=none TEST=none Review URL: http://codereview.chromium.org/3945003 git-svn-id: http://src.chromium.org/svn/trunk/src/build@63772 4ff67af0-8c30-449e-8e8b-ad334ec8d88c --- common.gypi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common.gypi b/common.gypi index 9f87a4435..4d5836ee3 100644 --- a/common.gypi +++ b/common.gypi @@ -392,6 +392,11 @@ 'NACL_WIN64', ], }], + ['OS=="linux" and chromeos==0 and target_arch!="arm"', { + 'use_cups%': 1, + }, { + 'use_cups%': 0, + }], ], # NOTE: When these end up in the Mac bundle, we need to replace '-' for '_'