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

Issue 1797283002: Define OS=mac in gyp when building mac tools on iOS (Closed)

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

Description

Define OS=mac in gyp when building mac tools on iOS The CL https://codereview.chromium.org/1771173002/ introduced a cycle in gyp files, which is not allowed on iOS: Cycle: ui/base/ui_base.gyp -> ui/base/ime/ui_base_ime.gyp -> ui/base/ui_base.gyp This cycle is not actually real on iOS, as it is under a OS!=iOS condition, It was detected because, when building the mac tools, gyp_chromium was invoked with OS=iOS. This OS configuration was internally discarded when actually building (because of the --ignore-environment flag that was passed), but was still triggering the check for circular gyp dependencies. TBR=thakis Committed: https://crrev.com/a5430a08444415e4a7bd3cf15675136bf89eec31 Cr-Commit-Position: refs/heads/master@{#381248}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M build/ios/mac_build.gypi View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 25 (13 generated)
droger
4 years, 9 months ago (2016-03-15 15:10:30 UTC) #5
sdefresne
lgtm
4 years, 9 months ago (2016-03-15 15:16:28 UTC) #7
droger
+thakis as OWNER
4 years, 9 months ago (2016-03-15 15:28:03 UTC) #10
droger
TBRing thakis, since this is blocking the Chromium roll on iOS.
4 years, 9 months ago (2016-03-15 16:37:35 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1797283002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1797283002/1
4 years, 9 months ago (2016-03-15 16:38:09 UTC) #15
Nico
Hm, that's pretty gnarly. How much longer is this gypi required? Trunk is on ninja ...
4 years, 9 months ago (2016-03-15 16:58:49 UTC) #17
sdefresne
On 2016/03/15 at 16:58:49, thakis wrote: > Hm, that's pretty gnarly. How much longer is ...
4 years, 9 months ago (2016-03-15 17:01:33 UTC) #18
justincohen
lgtm
4 years, 9 months ago (2016-03-15 17:24:52 UTC) #19
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 9 months ago (2016-03-15 17:49:22 UTC) #21
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/a5430a08444415e4a7bd3cf15675136bf89eec31 Cr-Commit-Position: refs/heads/master@{#381248}
4 years, 9 months ago (2016-03-15 17:50:11 UTC) #23
Nico
On 2016/03/15 17:01:33, sdefresne wrote: > On 2016/03/15 at 16:58:49, thakis wrote: > > Hm, ...
4 years, 9 months ago (2016-03-15 17:54:34 UTC) #24
justincohen
4 years, 9 months ago (2016-03-15 18:33:44 UTC) #25
Message was sent while issue was closed.
Probably close to the M51 branch.

Powered by Google App Engine
This is Rietveld 408576698