| Index: pylib/gyp/SCons.py
|
| ===================================================================
|
| --- pylib/gyp/SCons.py (revision 1393)
|
| +++ pylib/gyp/SCons.py (working copy)
|
| @@ -1,4 +1,4 @@
|
| -# Copyright (c) 2011 Google Inc. All rights reserved.
|
| +# Copyright (c) 2012 Google Inc. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| @@ -84,7 +84,7 @@
|
| """
|
| A GYP target type of 'none', implicitly or explicitly.
|
| """
|
| - def write_target(self, fp, pre=''):
|
| + def write_target(self, fp, src_dir='', pre=''):
|
| fp.write('\ntarget_files.extend(input_files)\n')
|
|
|
|
|
|
|