diff options
Diffstat (limited to 'media/SConstruct')
-rw-r--r-- | media/SConstruct | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/media/SConstruct b/media/SConstruct new file mode 100644 index 0000000..5c859c2 --- /dev/null +++ b/media/SConstruct @@ -0,0 +1,7 @@ +# Copyright (c) 2006-2008 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 = 'media' +SConscript('../build/SConscript.main', + exports=['build_component']) |