summaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorThiago Farina <tfarina@chromium.org>2012-07-09 19:09:31 (GMT)
committerThiago Farina <tfarina@chromium.org>2012-07-09 19:09:31 (GMT)
commit3baedf17677e5d8f0c248d950e0681a0f5668992 (patch)
tree026c0c528b04e723d42a98211d29a2e5a3b22f8d /configure.py
parent0ca93baf35d3c2b1e70e008276555b5bec2f9f3e (diff)
downloadNinja-3baedf17677e5d8f0c248d950e0681a0f5668992.zip
Ninja-3baedf17677e5d8f0c248d950e0681a0f5668992.tar.gz
Ninja-3baedf17677e5d8f0c248d950e0681a0f5668992.tar.bz2
Rename parsers.* to manifest_parser.*
So it matches with the class name in there. Signed-off-by: Thiago Farina <tfarina@chromium.org>
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.py b/configure.py
index 5329708..6fb718f 100755
--- a/configure.py
+++ b/configure.py
@@ -236,8 +236,8 @@ for name in ['build',
'graph',
'graphviz',
'lexer',
+ 'manifest_parser',
'metrics',
- 'parsers',
'state',
'util']:
objs += cxx(name)
@@ -305,7 +305,7 @@ for name in ['build_log_test',
'edit_distance_test',
'graph_test',
'lexer_test',
- 'parsers_test',
+ 'manifest_parser_test',
'state_test',
'subprocess_test',
'test',