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

Issue 8416016: Fix checkdeps.py to check all the source directories in git checkouts. (Closed)

Created:
9 years, 1 month ago by kinaba
Modified:
9 years, 1 month ago
Reviewers:
satorux1
CC:
chromium-reviews, pam+watch_chromium.org
Visibility:
Public.

Description

Fix checkdeps.py to check all the source directories in git checkouts. BUG=33165 TEST=Manual: add an invalid #include in ppapi/examples/ime/ime.cc and verify it to be correctly warned. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107668

Patch Set 1 #

Total comments: 2

Patch Set 2 : Simpler logic. #

Total comments: 2

Patch Set 3 : Add a comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M tools/checkdeps/checkdeps.py View 1 2 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
kinaba
Hi, Satoru-san, can you review the change? Thanks.
9 years, 1 month ago (2011-10-27 21:49:42 UTC) #1
satorux1
http://codereview.chromium.org/8416016/diff/1/tools/checkdeps/checkdeps.py File tools/checkdeps/checkdeps.py (right): http://codereview.chromium.org/8416016/diff/1/tools/checkdeps/checkdeps.py#newcode420 tools/checkdeps/checkdeps.py:420: while dir_name not in git_source_directory: if dir_name is initially ...
9 years, 1 month ago (2011-10-27 22:03:48 UTC) #2
kinaba
Updated. http://codereview.chromium.org/8416016/diff/1/tools/checkdeps/checkdeps.py File tools/checkdeps/checkdeps.py (right): http://codereview.chromium.org/8416016/diff/1/tools/checkdeps/checkdeps.py#newcode420 tools/checkdeps/checkdeps.py:420: while dir_name not in git_source_directory: On 2011/10/27 22:03:48, ...
9 years, 1 month ago (2011-10-27 22:30:14 UTC) #3
satorux1
LGTM http://codereview.chromium.org/8416016/diff/3/tools/checkdeps/checkdeps.py File tools/checkdeps/checkdeps.py (right): http://codereview.chromium.org/8416016/diff/3/tools/checkdeps/checkdeps.py#newcode419 tools/checkdeps/checkdeps.py:419: while dir_name != root: Would be nice to ...
9 years, 1 month ago (2011-10-27 23:04:16 UTC) #4
kinaba
http://codereview.chromium.org/8416016/diff/3/tools/checkdeps/checkdeps.py File tools/checkdeps/checkdeps.py (right): http://codereview.chromium.org/8416016/diff/3/tools/checkdeps/checkdeps.py#newcode419 tools/checkdeps/checkdeps.py:419: while dir_name != root: On 2011/10/27 23:04:16, satorux1 wrote: ...
9 years, 1 month ago (2011-10-27 23:07:20 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinaba@chromium.org/8416016/5003
9 years, 1 month ago (2011-10-28 00:02:34 UTC) #6
commit-bot: I haz the power
9 years, 1 month ago (2011-10-28 01:05:07 UTC) #7
Change committed as 107668

Powered by Google App Engine
This is Rietveld 408576698