| Index: tools/build_command_buffer.py
|
| diff --git a/tools/build_command_buffer.py b/tools/build_command_buffer.py
|
| index ee325878d446a4e7ee053464f6de4ed3029fced7..015cdaf23ec8a4ce91022a4bf89b1765e2f19427 100755
|
| --- a/tools/build_command_buffer.py
|
| +++ b/tools/build_command_buffer.py
|
| @@ -137,8 +137,7 @@ def main():
|
| sys.exit('Error (ret code: %s) calling "%s" in %s' % (error.returncode,
|
| error.cmd, chrome_src_dir))
|
|
|
| - shared_lib_src_dir = os.path.join(chrome_src_dir, chrome_target_dir_rel,
|
| - shared_lib_subdir)
|
| + shared_lib_src_dir = os.path.join(chrome_src_dir, chrome_target_dir_rel)
|
| shared_lib_dst_dir = os.path.join(args.output_dir, shared_lib_subdir)
|
| # Make the subdir for the dst if does not exist
|
| if shared_lib_subdir and not os.path.isdir(shared_lib_dst_dir):
|
|
|