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

Unified Diff: tools/cygprofile/cygprofile_utils.py

Issue 1462503002: Mechanically change TODO(azarchs) into TODO(pasko) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add lizeb as well Created 5 years, 1 month 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 | « tools/cygprofile/cygprofile.gyp ('k') | tools/cygprofile/patch_orderfile.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/cygprofile/cygprofile_utils.py
diff --git a/tools/cygprofile/cygprofile_utils.py b/tools/cygprofile/cygprofile_utils.py
index 4851df97cf25f3acc5c521873dc1cfa2268083ff..4219a1539fdb276907a0799292e7480574cba83c 100755
--- a/tools/cygprofile/cygprofile_utils.py
+++ b/tools/cygprofile/cygprofile_utils.py
@@ -58,7 +58,7 @@ def GetObjDir(libchrome):
Assumes libchrome is in for example .../Release/lib/libchrome.so and object
files are in .../Release/obj.
"""
- # TODO(azarchs): Pass obj path in explicitly where needed rather than relying
- # on the above assumption.
+ # TODO(lizeb,pasko): Pass obj path in explicitly where needed rather than
+ # relying on the above assumption.
return os.path.abspath(os.path.join(
os.path.dirname(libchrome), '../obj'))
« no previous file with comments | « tools/cygprofile/cygprofile.gyp ('k') | tools/cygprofile/patch_orderfile.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698