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

Issue 1845753002: Work around a bug where create_bundle() is ignoring data_deps() in iOS GN build. (Closed)

Created:
4 years, 8 months ago by Dirk Pranke
Modified:
4 years, 8 months ago
Reviewers:
sdefresne
CC:
brettw, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Work around a bug where create_bundle() is ignoring data_deps() in iOS GN build. It looks like create_bundle() is not checking for data_deps when it generates its ninja rules, and as a result we don't build iossim when we build base_unittests.app. By shifting the data_dep to the underlying executable target, this works around the issue, but we should probably fix the GN code generator for create_bundle() instead. R=sdefresne@chromium.org BUG=599203 Committed: https://crrev.com/cd03fa72212077a789679a77992529c3aa6c08fe Cr-Commit-Position: refs/heads/master@{#384141}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -7 lines) Patch
M build/config/ios/rules.gni View 2 chunks +10 lines, -7 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
Dirk Pranke
4 years, 8 months ago (2016-03-30 22:07:26 UTC) #1
sdefresne
lgtm
4 years, 8 months ago (2016-03-30 22:12:17 UTC) #2
Dirk Pranke
On 2016/03/30 22:12:17, sdefresne wrote: > lgtm Do you want me to go ahead and ...
4 years, 8 months ago (2016-03-30 22:17:10 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1845753002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1845753002/1
4 years, 8 months ago (2016-03-30 22:33:11 UTC) #6
sdefresne
Yes, I probably won't be able to land a fix for gn today.
4 years, 8 months ago (2016-03-30 22:35:03 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 8 months ago (2016-03-30 23:18:07 UTC) #9
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/cd03fa72212077a789679a77992529c3aa6c08fe Cr-Commit-Position: refs/heads/master@{#384141}
4 years, 8 months ago (2016-03-30 23:19:15 UTC) #11
sdefresne
4 years, 8 months ago (2016-04-13 14:27:04 UTC) #12
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:1) has been created in
https://codereview.chromium.org/1883843002/ by sdefresne@chromium.org.

The reason for reverting is: gn binary as been fixed and create_bundle now
causes its data_deps to be built, reverting this temporary change..

Powered by Google App Engine
This is Rietveld 408576698