diff options
author | Scott Graham <scottmg@chromium.org> | 2014-10-30 22:34:25 (GMT) |
---|---|---|
committer | Scott Graham <scottmg@chromium.org> | 2014-10-30 22:34:25 (GMT) |
commit | 65151e7eefce514febd0a9676c5363c6d4c54b66 (patch) | |
tree | 8458820f009b6a20b00adeb129d5055b281d2386 /misc | |
parent | b92c1a4fd731df4c1a408023cd0d0b691bf79f2f (diff) | |
download | Ninja-65151e7eefce514febd0a9676c5363c6d4c54b66.zip Ninja-65151e7eefce514febd0a9676c5363c6d4c54b66.tar.gz Ninja-65151e7eefce514febd0a9676c5363c6d4c54b66.tar.bz2 |
CanonicalizePath handles \ on Windows
Diffstat (limited to 'misc')
-rw-r--r-- | misc/write_fake_manifests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/write_fake_manifests.py b/misc/write_fake_manifests.py index 837007e..ca49535 100644 --- a/misc/write_fake_manifests.py +++ b/misc/write_fake_manifests.py @@ -182,7 +182,7 @@ def FileWriter(path): def random_targets(): - num_targets = 800 + num_targets = 1500 gen = GenRandom() # N-1 static libraries, and 1 executable depending on all of them. |