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

Issue 8672006: Add a small tool to answer questions like "Why does target A depend on target B". (Closed)

Created:
9 years, 1 month ago by Nico
Modified:
9 years, 1 month ago
CC:
chromium-reviews, pam+watch_chromium.org, Dirk Pranke
Visibility:
Public.

Description

Add a small tool to answer questions like "Why does target A depend on target B". BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111430

Patch Set 1 #

Patch Set 2 : better #

Patch Set 3 : docstrings etc #

Patch Set 4 : ... #

Total comments: 8

Patch Set 5 : . #

Total comments: 11

Patch Set 6 : ... #

Total comments: 3

Patch Set 7 : ... #

Patch Set 8 : s/google/chromium/. who knew. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -0 lines) Patch
A tools/gyp-explain.py View 1 2 3 4 5 6 7 1 chunk +92 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
Nico
9 years, 1 month ago (2011-11-23 01:21:00 UTC) #1
Nico
9 years, 1 month ago (2011-11-23 18:35:39 UTC) #2
M-A Ruel
http://codereview.chromium.org/8672006/diff/5001/tools/gyp-explain.py File tools/gyp-explain.py (right): http://codereview.chromium.org/8672006/diff/5001/tools/gyp-explain.py#newcode2 tools/gyp-explain.py:2: Copyright http://codereview.chromium.org/8672006/diff/5001/tools/gyp-explain.py#newcode53 tools/gyp-explain.py:53: if __name__ == '__main__': Use a ...
9 years, 1 month ago (2011-11-23 20:06:30 UTC) #3
Nico
http://codereview.chromium.org/8672006/diff/5001/tools/gyp-explain.py File tools/gyp-explain.py (right): http://codereview.chromium.org/8672006/diff/5001/tools/gyp-explain.py#newcode2 tools/gyp-explain.py:2: On 2011/11/23 20:06:30, Marc-Antoine Ruel wrote: > Copyright Done. ...
9 years, 1 month ago (2011-11-23 20:12:07 UTC) #4
viettrungluu
http://codereview.chromium.org/8672006/diff/5001/tools/gyp-explain.py File tools/gyp-explain.py (right): http://codereview.chromium.org/8672006/diff/5001/tools/gyp-explain.py#newcode16 tools/gyp-explain.py:16: tools/gyp-explain.sh chrome_dll gtest# Drive-by: ".sh"? It might be more ...
9 years, 1 month ago (2011-11-23 20:19:51 UTC) #5
Nico
http://codereview.chromium.org/8672006/diff/5001/tools/gyp-explain.py File tools/gyp-explain.py (right): http://codereview.chromium.org/8672006/diff/5001/tools/gyp-explain.py#newcode16 tools/gyp-explain.py:16: tools/gyp-explain.sh chrome_dll gtest# On 2011/11/23 20:19:51, viettrungluu wrote: > ...
9 years, 1 month ago (2011-11-23 20:22:58 UTC) #6
M-A Ruel
http://codereview.chromium.org/8672006/diff/7001/tools/gyp-explain.py File tools/gyp-explain.py (right): http://codereview.chromium.org/8672006/diff/7001/tools/gyp-explain.py#newcode2 tools/gyp-explain.py:2: Most script don't put an empty line here, in ...
9 years, 1 month ago (2011-11-23 20:28:04 UTC) #7
viettrungluu
LGTM on my part, but maruel has more comments, apparently. http://codereview.chromium.org/8672006/diff/5003/tools/gyp-explain.py File tools/gyp-explain.py (right): http://codereview.chromium.org/8672006/diff/5003/tools/gyp-explain.py#newcode29 ...
9 years, 1 month ago (2011-11-23 20:30:40 UTC) #8
Nico
Thanks, guys! http://codereview.chromium.org/8672006/diff/7001/tools/gyp-explain.py File tools/gyp-explain.py (right): http://codereview.chromium.org/8672006/diff/7001/tools/gyp-explain.py#newcode2 tools/gyp-explain.py:2: On 2011/11/23 20:28:05, Marc-Antoine Ruel wrote: > ...
9 years, 1 month ago (2011-11-23 20:33:01 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/8672006/5003
9 years, 1 month ago (2011-11-23 20:34:14 UTC) #10
commit-bot: I haz the power
Presubmit check for 8672006-5003 failed and returned exit status 1. Running presubmit commit checks ...
9 years, 1 month ago (2011-11-23 20:34:17 UTC) #11
M-A Ruel
lgtm anyway http://codereview.chromium.org/8672006/diff/7001/tools/gyp-explain.py File tools/gyp-explain.py (right): http://codereview.chromium.org/8672006/diff/7001/tools/gyp-explain.py#newcode72 tools/gyp-explain.py:72: print ' GYP_GENERATORS=dump_dependency_json build/gyp_chromium' On 2011/11/23 20:33:01, ...
9 years, 1 month ago (2011-11-23 20:35:57 UTC) #12
Nico
http://codereview.chromium.org/8672006/diff/7001/tools/gyp-explain.py File tools/gyp-explain.py (right): http://codereview.chromium.org/8672006/diff/7001/tools/gyp-explain.py#newcode72 tools/gyp-explain.py:72: print ' GYP_GENERATORS=dump_dependency_json build/gyp_chromium' On 2011/11/23 20:35:57, Marc-Antoine Ruel ...
9 years, 1 month ago (2011-11-23 20:37:30 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thakis@chromium.org/8672006/7004
9 years, 1 month ago (2011-11-23 20:39:35 UTC) #14
Mark Mentovai
http://codereview.chromium.org/8672006/diff/7001/tools/gyp-explain.py File tools/gyp-explain.py (right): http://codereview.chromium.org/8672006/diff/7001/tools/gyp-explain.py#newcode2 tools/gyp-explain.py:2: I actually prefer the empty line because it lets ...
9 years, 1 month ago (2011-11-23 21:01:23 UTC) #15
commit-bot: I haz the power
9 years, 1 month ago (2011-11-23 22:25:53 UTC) #16
Try job failure for 8672006-7004 (retry) on mac_rel for step "media_unittests".
It's a second try, previously, step "media_unittests" failed.
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&nu...

Powered by Google App Engine
This is Rietveld 408576698