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/SConstruct | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 printing/SConstruct (limited to 'printing/SConstruct') diff --git a/printing/SConstruct b/printing/SConstruct new file mode 100644 index 0000000..feee7f2 --- /dev/null +++ b/printing/SConstruct @@ -0,0 +1,7 @@ +# 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. + +build_component = 'printing' +SConscript('../build/SConscript.main', + exports=['build_component']) -- cgit v1.1