summaryrefslogtreecommitdiffstats
path: root/printing/SConstruct
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-21 01:15:37 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-21 01:15:37 +0000
commitb1841ed9ec49db4835ea9179e5e0426d7a565271 (patch)
treefabb5b944bc7537b8701838df0c1835eaf600848 /printing/SConstruct
parentbdf5d875799944b467740fd10772e72f442ea265 (diff)
downloadchromium_src-b1841ed9ec49db4835ea9179e5e0426d7a565271.zip
chromium_src-b1841ed9ec49db4835ea9179e5e0426d7a565271.tar.gz
chromium_src-b1841ed9ec49db4835ea9179e5e0426d7a565271.tar.bz2
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
Diffstat (limited to 'printing/SConstruct')
-rw-r--r--printing/SConstruct7
1 files changed, 7 insertions, 0 deletions
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'])