Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: tools/grit/grit_info.py

Issue 6992052: Revert 86551 (turns out testers run `gclient sync` as well, and there are 10.5 testers) (turns ou... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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']
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698