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

Issue 1730993002: Don't write deps that GN already knows about to .d files (Closed)

Created:
4 years, 10 months ago by agrieve
Modified:
4 years, 9 months ago
Reviewers:
michaelbai, jbudorick
CC:
chromium-reviews, jbudorick+watch_chromium.org, mikecase+watch_chromium.org, sgurun-gerrit only, boliu
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Don't write deps that GN already knows about to .d files It causes extra targets to be compiled when GN args change, and a target has logic like: target("foo") { if (arg) { deps = [":A"] } else { deps = [":B"] } } BUG=589311 Committed: https://crrev.com/f5c084da4d9de1d51dd62ab425e6933148874ad0 Cr-Commit-Position: refs/heads/master@{#380704}

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -2 lines) Patch
M build/android/gyp/util/build_utils.py View 2 chunks +12 lines, -2 lines 3 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 28 (11 generated)
agrieve
On 2016/02/24 02:58:47, agrieve wrote: > mailto:agrieve@chromium.org changed reviewers: > + mailto:michaelbai@chromium.org ptal. Might sit ...
4 years, 10 months ago (2016-02-24 02:59:32 UTC) #3
michaelbai
On 2016/02/24 02:59:32, agrieve wrote: > On 2016/02/24 02:58:47, agrieve wrote: > > mailto:agrieve@chromium.org changed ...
4 years, 10 months ago (2016-02-24 17:24:15 UTC) #4
agrieve
On 2016/02/24 17:24:15, michaelbai wrote: > On 2016/02/24 02:59:32, agrieve wrote: > > On 2016/02/24 ...
4 years, 10 months ago (2016-02-24 17:28:34 UTC) #5
michaelbai
On 2016/02/24 17:28:34, agrieve wrote: > On 2016/02/24 17:24:15, michaelbai wrote: > > On 2016/02/24 ...
4 years, 9 months ago (2016-03-07 23:01:40 UTC) #6
agrieve
On 2016/03/07 23:01:40, michaelbai wrote: > On 2016/02/24 17:28:34, agrieve wrote: > > On 2016/02/24 ...
4 years, 9 months ago (2016-03-08 03:13:25 UTC) #7
agrieve
On 2016/03/08 03:13:25, agrieve wrote: > On 2016/03/07 23:01:40, michaelbai wrote: > > On 2016/02/24 ...
4 years, 9 months ago (2016-03-09 16:28:11 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1730993002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1730993002/1
4 years, 9 months ago (2016-03-09 16:28:29 UTC) #10
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
4 years, 9 months ago (2016-03-09 16:28:31 UTC) #13
agrieve
On 2016/03/09 16:28:31, commit-bot: I haz the power wrote: > No L-G-T-M from a valid ...
4 years, 9 months ago (2016-03-09 16:28:53 UTC) #14
jbudorick
https://codereview.chromium.org/1730993002/diff/1/build/android/gyp/util/build_utils.py File build/android/gyp/util/build_utils.py (left): https://codereview.chromium.org/1730993002/diff/1/build/android/gyp/util/build_utils.py#oldcode502 build/android/gyp/util/build_utils.py:502: WriteDepfile(options.depfile, python_deps + input_paths) What happened to input_paths?
4 years, 9 months ago (2016-03-09 16:31:08 UTC) #16
agrieve
https://codereview.chromium.org/1730993002/diff/1/build/android/gyp/util/build_utils.py File build/android/gyp/util/build_utils.py (left): https://codereview.chromium.org/1730993002/diff/1/build/android/gyp/util/build_utils.py#oldcode502 build/android/gyp/util/build_utils.py:502: WriteDepfile(options.depfile, python_deps + input_paths) On 2016/03/09 16:31:08, jbudorick wrote: ...
4 years, 9 months ago (2016-03-11 15:21:13 UTC) #17
jbudorick
lgtm https://codereview.chromium.org/1730993002/diff/1/build/android/gyp/util/build_utils.py File build/android/gyp/util/build_utils.py (left): https://codereview.chromium.org/1730993002/diff/1/build/android/gyp/util/build_utils.py#oldcode502 build/android/gyp/util/build_utils.py:502: WriteDepfile(options.depfile, python_deps + input_paths) On 2016/03/11 15:21:13, agrieve ...
4 years, 9 months ago (2016-03-11 15:24:17 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1730993002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1730993002/1
4 years, 9 months ago (2016-03-11 15:27:26 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/129737)
4 years, 9 months ago (2016-03-11 17:08:14 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1730993002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1730993002/1
4 years, 9 months ago (2016-03-11 18:49:56 UTC) #24
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 9 months ago (2016-03-11 19:39:48 UTC) #26
commit-bot: I haz the power
4 years, 9 months ago (2016-03-11 19:41:48 UTC) #28
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/f5c084da4d9de1d51dd62ab425e6933148874ad0
Cr-Commit-Position: refs/heads/master@{#380704}

Powered by Google App Engine
This is Rietveld 408576698