diff options
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/SConstruct | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sandbox/SConstruct b/sandbox/SConstruct index 963a922..aff44be 100644 --- a/sandbox/SConstruct +++ b/sandbox/SConstruct @@ -1,8 +1,8 @@ -# 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 = 'sandbox'
-SConscript('../build/SConscript.main',
- exports=['build_component'])
-
+# 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 = 'sandbox' +SConscript('../build/SConscript.main', + exports=['build_component']) + |