| Index: build/win/copy_cdb_to_output.py
|
| diff --git a/build/win/copy_cdb_to_output.py b/build/win/copy_cdb_to_output.py
|
| index d41dd40aeedec7e182ee556cafe13b7e81654eb8..5cb52b23c2c2e296c9cf23ce8b309dd3c7a78cfa 100755
|
| --- a/build/win/copy_cdb_to_output.py
|
| +++ b/build/win/copy_cdb_to_output.py
|
| @@ -27,7 +27,7 @@ def _HexDigest(file_name):
|
| return hasher.hexdigest()
|
|
|
|
|
| -def _CopyImpl(file_name, target_dir, source_dir, verbose=True):
|
| +def _CopyImpl(file_name, target_dir, source_dir, verbose=False):
|
| """Copy |source| to |target| if it doesn't already exist or if it
|
| needs to be updated.
|
| """
|
|
|