Index: tools/grit/grit_info.py |
=================================================================== |
--- tools/grit/grit_info.py (revision 86556) |
+++ tools/grit/grit_info.py (working copy) |
@@ -66,7 +66,7 @@ |
# Add in the grit source files. If one of these change, we want to re-run |
# grit. |
- grit_root_dir = os.path.relpath(os.path.dirname(__file__), os.getcwd()) |
+ grit_root_dir = os.path.dirname(__file__) |
for root, dirs, filenames in os.walk(grit_root_dir): |
grit_src = [os.path.join(root, f) for f in filenames |
if f.endswith('.py') or f == 'resource_ids'] |