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

Issue 2434983003: Really include *.content_browsertests.filter in data dependencies of Android. (Closed)

Created:
4 years, 2 months ago by Łukasz Anforowicz
Modified:
4 years, 2 months ago
Reviewers:
brettw, sky
CC:
chromium-reviews, jam, darin-cc_chromium.org, alexmos, jbudorick, brettw
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Really include *.content_browsertests.filter in data dependencies of Android. r426336 intended to add a data dependency for site-per-process.content_browsertests.filter on Android builds. The CL missed the fact that the modified line (where "|| is_android" was added) is nested in a long if that says "if (!is_android)". Doh... This CL tries to ensure that the dependency is *really* there. The CL also refactors away nested ifs and ifs with negative conditions. Hopefully this will help avoid similar confusion in the future. BUG=654569 Committed: https://crrev.com/ff56030a9b90a903622b1563dd7e56998d58e30a Cr-Commit-Position: refs/heads/master@{#426817}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Combine together "if" statements with identical conditions. #

Total comments: 6

Patch Set 3 : Unconditionally introduce "data" variable. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -35 lines) Patch
M content/test/BUILD.gn View 1 2 5 chunks +31 lines, -35 lines 1 comment Download

Messages

Total messages: 23 (10 generated)
Łukasz Anforowicz
sky@, could you please take a look? I haven't been able to test this CL ...
4 years, 2 months ago (2016-10-20 18:45:00 UTC) #6
sky
https://codereview.chromium.org/2434983003/diff/1/content/test/BUILD.gn File content/test/BUILD.gn (right): https://codereview.chromium.org/2434983003/diff/1/content/test/BUILD.gn#newcode644 content/test/BUILD.gn:644: if (is_android || is_linux || is_mac || is_win) { ...
4 years, 2 months ago (2016-10-20 20:36:48 UTC) #7
Łukasz Anforowicz
+brettw@ in case he wants to comment on the question below - https://codereview.chromium.org/2434983003/diff/20001/content/test/BUILD.gn#newcode738 https://codereview.chromium.org/2434983003/diff/1/content/test/BUILD.gn File ...
4 years, 2 months ago (2016-10-20 21:40:54 UTC) #8
brettw
https://codereview.chromium.org/2434983003/diff/20001/content/test/BUILD.gn File content/test/BUILD.gn (right): https://codereview.chromium.org/2434983003/diff/20001/content/test/BUILD.gn#newcode738 content/test/BUILD.gn:738: ] This kind of thing would have normally just ...
4 years, 2 months ago (2016-10-20 21:56:12 UTC) #10
sky
LGTM https://codereview.chromium.org/2434983003/diff/20001/content/test/BUILD.gn File content/test/BUILD.gn (right): https://codereview.chromium.org/2434983003/diff/20001/content/test/BUILD.gn#newcode753 content/test/BUILD.gn:753: data += [ "//testing/buildbot/filters/site-per-process.content_browsertests.filter" ] On 2016/10/20 21:40:54, ...
4 years, 2 months ago (2016-10-20 22:53:21 UTC) #11
Łukasz Anforowicz
Thank you for the review. https://codereview.chromium.org/2434983003/diff/20001/content/test/BUILD.gn File content/test/BUILD.gn (right): https://codereview.chromium.org/2434983003/diff/20001/content/test/BUILD.gn#newcode753 content/test/BUILD.gn:753: data += [ "//testing/buildbot/filters/site-per-process.content_browsertests.filter" ...
4 years, 2 months ago (2016-10-20 22:58:33 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2434983003/20001
4 years, 2 months ago (2016-10-20 22:59:25 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/319655)
4 years, 2 months ago (2016-10-20 23:06:20 UTC) #16
Łukasz Anforowicz
sky@, it turned out that my previous changes didn't work on Mac, because the OS-related ...
4 years, 2 months ago (2016-10-20 23:13:29 UTC) #17
sky
LGTM
4 years, 2 months ago (2016-10-20 23:36:57 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2434983003/40001
4 years, 2 months ago (2016-10-21 15:42:50 UTC) #20
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 2 months ago (2016-10-21 16:50:52 UTC) #21
commit-bot: I haz the power
4 years, 2 months ago (2016-10-21 17:05:57 UTC) #23
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/ff56030a9b90a903622b1563dd7e56998d58e30a
Cr-Commit-Position: refs/heads/master@{#426817}

Powered by Google App Engine
This is Rietveld 408576698