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

Issue 1249003002: Fix Android framework build (Closed)

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

Description

Fix Android framework build The Android framework was failing on conditions in libjpeg-turbo.gyp, even though libjpeg-turbo is listed in dependencies! for the framework (maybe because I forgot to add export_dependent_settings!). This is fixed by rearranging the gyp file. BUG=skia: Committed: https://skia.googlesource.com/skia/+/551369163fcf149a53f26f82039f0d23854ddc94

Patch Set 1 #

Total comments: 1

Patch Set 2 : Do not evaluate host_os condition for framework #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -8 lines) Patch
M gyp/codec.gyp View 1 2 3 2 chunks +7 lines, -8 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 13 (4 generated)
msarett
https://codereview.chromium.org/1249003002/diff/1/platform_tools/android/gyp_gen/android_framework_gyp.py File platform_tools/android/gyp_gen/android_framework_gyp.py (right): https://codereview.chromium.org/1249003002/diff/1/platform_tools/android/gyp_gen/android_framework_gyp.py#newcode63 platform_tools/android/gyp_gen/android_framework_gyp.py:63: host_os = os.uname()[0].lower() Maybe it doesn't need to be ...
5 years, 5 months ago (2015-07-22 14:27:41 UTC) #2
scroggo
On 2015/07/22 14:27:41, msarett wrote: > https://codereview.chromium.org/1249003002/diff/1/platform_tools/android/gyp_gen/android_framework_gyp.py > File platform_tools/android/gyp_gen/android_framework_gyp.py (right): > > https://codereview.chromium.org/1249003002/diff/1/platform_tools/android/gyp_gen/android_framework_gyp.py#newcode63 > ...
5 years, 5 months ago (2015-07-22 14:37:08 UTC) #3
msarett
I think this is more along the lines of the right approach but I still ...
5 years, 5 months ago (2015-07-22 15:06:27 UTC) #5
scroggo
On 2015/07/22 15:06:27, msarett wrote: > I think this is more along the lines of ...
5 years, 5 months ago (2015-07-22 15:15:55 UTC) #6
msarett
You are right on all counts. I had forgotten that we already disable SkJpegCodec on ...
5 years, 5 months ago (2015-07-22 15:41:52 UTC) #7
scroggo
Please update the description to match the current change. Otherwise lgtm https://codereview.chromium.org/1249003002/diff/60001/gyp/codec.gyp File gyp/codec.gyp (right): ...
5 years, 5 months ago (2015-07-22 15:51:11 UTC) #8
msarett
https://codereview.chromium.org/1249003002/diff/60001/gyp/codec.gyp File gyp/codec.gyp (right): https://codereview.chromium.org/1249003002/diff/60001/gyp/codec.gyp#newcode71 gyp/codec.gyp:71: 'libjpeg-turbo.gyp:libjpeg-turbo', On 2015/07/22 15:51:11, scroggo wrote: > Similar TODO ...
5 years, 5 months ago (2015-07-22 16:00:06 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1249003002/80001
5 years, 5 months ago (2015-07-22 16:00:25 UTC) #12
commit-bot: I haz the power
5 years, 5 months ago (2015-07-22 16:08:31 UTC) #13
Message was sent while issue was closed.
Committed patchset #4 (id:80001) as
https://skia.googlesource.com/skia/+/551369163fcf149a53f26f82039f0d23854ddc94

Powered by Google App Engine
This is Rietveld 408576698