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

Issue 1630723003: Fix gyp files so that gyp_to_Android.mk succeeds (Closed)

Created:
4 years, 11 months ago by msarett
Modified:
4 years, 11 months ago
Reviewers:
scroggo, djsollen, adaubert
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -12 lines) Patch
M gyp/android_deps.gyp View 2 chunks +2 lines, -2 lines 0 comments Download
M gyp/dng_sdk.gyp View 2 chunks +6 lines, -6 lines 4 comments Download
M gyp/piex.gyp View 1 chunk +4 lines, -4 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 11 (5 generated)
msarett
https://codereview.chromium.org/1630723003/diff/1/gyp/dng_sdk.gyp File gyp/dng_sdk.gyp (right): https://codereview.chromium.org/1630723003/diff/1/gyp/dng_sdk.gyp#newcode12 gyp/dng_sdk.gyp:12: 'dependencies': [ 'android_deps.gyp:libdng_sdk' ], Targets cannot have the same ...
4 years, 11 months ago (2016-01-25 19:24:40 UTC) #3
adaubert
On 2016/01/25 19:24:40, msarett wrote: > https://codereview.chromium.org/1630723003/diff/1/gyp/dng_sdk.gyp > File gyp/dng_sdk.gyp (right): > > https://codereview.chromium.org/1630723003/diff/1/gyp/dng_sdk.gyp#newcode12 > ...
4 years, 11 months ago (2016-01-25 19:27:20 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1630723003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1630723003/1
4 years, 11 months ago (2016-01-25 19:28:01 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://skia.googlesource.com/skia/+/7869bbff26b75a34ff8f56c9dfdaa98476adb6cb
4 years, 11 months ago (2016-01-25 19:40:04 UTC) #8
scroggo
lgtm https://codereview.chromium.org/1630723003/diff/1/gyp/dng_sdk.gyp File gyp/dng_sdk.gyp (right): https://codereview.chromium.org/1630723003/diff/1/gyp/dng_sdk.gyp#newcode138 gyp/dng_sdk.gyp:138: 'libjpeg-turbo-selector.gyp:libjpeg-turbo-selector', On 2016/01/25 19:24:39, msarett wrote: > Need ...
4 years, 11 months ago (2016-01-26 13:28:58 UTC) #10
msarett
4 years, 11 months ago (2016-01-26 14:30:42 UTC) #11
Message was sent while issue was closed.
https://codereview.chromium.org/1630723003/diff/1/gyp/dng_sdk.gyp
File gyp/dng_sdk.gyp (right):

https://codereview.chromium.org/1630723003/diff/1/gyp/dng_sdk.gyp#newcode138
gyp/dng_sdk.gyp:138: 'libjpeg-turbo-selector.gyp:libjpeg-turbo-selector',
On 2016/01/26 13:28:58, scroggo wrote:
> On 2016/01/25 19:24:39, msarett wrote:
> > Need to include the selector.
> 
> I'm surprised - I thought this was okay because this is only used when
> !skia_build_for_android_framework, so it made sense to me that we could pick
the
> one that is used under that condition.

Yeah this *should* be ok.

AFAICT, the issue is that (if we don't include the extra indirection),
gyp_to_android.py will attempt to parse libjpeg-turbo.gyp and will fail when
"host_os" is not defined.

Powered by Google App Engine
This is Rietveld 408576698