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

Issue 136273007: Fix gyp on OS X with use_goma=1. (Closed)

Created:
6 years, 11 months ago by Nico
Modified:
6 years, 11 months ago
Reviewers:
brettw
CC:
chromium-reviews
Visibility:
Public.

Description

Fix gyp on OS X with use_goma=1. Adds linux/BUILD.gn change from https://codereview.chromium.org/117863003 to mac/BUILD.gn. Ugly, but good enough to unbreak my (and other people's) build. BUG=335819 TBR=brettw@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245698

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -1 line) Patch
M build/toolchain/mac/BUILD.gn View 2 chunks +22 lines, -1 line 2 comments Download

Messages

Total messages: 3 (0 generated)
Nico
Committed patchset #1 manually as r245698.
6 years, 11 months ago (2014-01-18 01:23:28 UTC) #1
brettw
lgtm https://codereview.chromium.org/136273007/diff/1/build/toolchain/mac/BUILD.gn File build/toolchain/mac/BUILD.gn (right): https://codereview.chromium.org/136273007/diff/1/build/toolchain/mac/BUILD.gn#newcode9 build/toolchain/mac/BUILD.gn:9: import("../goma.gni") I've been trying to do absolute paths ...
6 years, 11 months ago (2014-01-18 22:04:52 UTC) #2
Nico
6 years, 11 months ago (2014-01-18 22:06:03 UTC) #3
Message was sent while issue was closed.
Thanks!

https://codereview.chromium.org/136273007/diff/1/build/toolchain/mac/BUILD.gn
File build/toolchain/mac/BUILD.gn (right):

https://codereview.chromium.org/136273007/diff/1/build/toolchain/mac/BUILD.gn...
build/toolchain/mac/BUILD.gn:9: import("../goma.gni")
On 2014/01/18 22:04:52, brettw wrote:
> I've been trying to do absolute paths for imports like we do in C++
> ("//build/toolchain/goma.gni").

I'll try to remember :-) I cribbed this from toolchain/linux/BUILD.gn, which
also has a relative import at the moment.

Powered by Google App Engine
This is Rietveld 408576698