From b1841ed9ec49db4835ea9179e5e0426d7a565271 Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Sat, 21 Feb 2009 01:15:37 +0000 Subject: Add linux printing module. Review URL: http://codereview.chromium.org/27008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10136 0039d316-1c4b-4281-b951-d872f2087c98 --- printing/using_printing.scons | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 printing/using_printing.scons (limited to 'printing/using_printing.scons') diff --git a/printing/using_printing.scons b/printing/using_printing.scons new file mode 100644 index 0000000..f90e5bf --- /dev/null +++ b/printing/using_printing.scons @@ -0,0 +1,15 @@ +# Copyright (c) 2009 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +__doc__ = """ +Settings for other components using the printing library. +""" + +Import("env") + +env.Append( + LIBS = [ + 'printing', + ], +) -- cgit v1.1