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

Issue 1641533004: Enable RAW codec for Windows (Closed)

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

Description

Enable RAW codec for Windows * Use new DNG SDK version from ASOP, which fixed some build issues. * Fix SkRawCodec. * Fix gyp files. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1641533004 Committed: https://skia.googlesource.com/skia/+/076d83d09a5717913cfecabac0440b6c854ca86d

Patch Set 1 #

Patch Set 2 : Disable MSVS warning 4189 #

Patch Set 3 : Try to add the flag in different place #

Patch Set 4 : add the flags to target_defaults #

Patch Set 5 : change the way to write the warning id #

Patch Set 6 : remove the target_defaults in dng_sdk.gyp #

Patch Set 7 : fix SkRawCodec #

Patch Set 8 : Fix more in SkRawCodec #

Patch Set 9 : set /wd4189 #

Patch Set 10 : clean up the gyp #

Patch Set 11 : rebase #

Total comments: 2

Patch Set 12 : Add comment for gyp #

Patch Set 13 : rebase #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -12 lines) Patch
M DEPS View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M gyp/codec.gyp View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +9 lines, -2 lines 1 comment Download
M gyp/dng_sdk.gyp View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M src/codec/SkRawCodec.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +10 lines, -9 lines 0 comments Download

Messages

Total messages: 21 (9 generated)
msarett
Seems really strange. You might try copying this block to also be in the dng_srcs ...
4 years, 11 months ago (2016-01-27 14:25:48 UTC) #4
yujieqin
Now I use 'AdditionalOptions': ['/wd4189', ], it works. I think the reason why the other ...
4 years, 11 months ago (2016-01-27 15:50:46 UTC) #6
yujieqin
4 years, 11 months ago (2016-01-27 15:53:12 UTC) #8
msarett
lgtm https://codereview.chromium.org/1641533004/diff/200001/gyp/codec.gyp File gyp/codec.gyp (right): https://codereview.chromium.org/1641533004/diff/200001/gyp/codec.gyp#newcode94 gyp/codec.gyp:94: 'AdditionalOptions': ['/EHsc', ], nit: Please comment on why ...
4 years, 11 months ago (2016-01-27 15:57:23 UTC) #9
yujieqin
https://codereview.chromium.org/1641533004/diff/200001/gyp/codec.gyp File gyp/codec.gyp (right): https://codereview.chromium.org/1641533004/diff/200001/gyp/codec.gyp#newcode94 gyp/codec.gyp:94: 'AdditionalOptions': ['/EHsc', ], On 2016/01/27 15:57:23, msarett wrote: > ...
4 years, 11 months ago (2016-01-27 16:05:57 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1641533004/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1641533004/240001
4 years, 11 months ago (2016-01-27 16:06:44 UTC) #13
msarett
LGTM
4 years, 11 months ago (2016-01-27 16:07:03 UTC) #14
commit-bot: I haz the power
Committed patchset #13 (id:240001) as https://skia.googlesource.com/skia/+/076d83d09a5717913cfecabac0440b6c854ca86d
4 years, 11 months ago (2016-01-27 16:25:56 UTC) #16
scroggo
https://codereview.chromium.org/1641533004/diff/240001/gyp/codec.gyp File gyp/codec.gyp (right): https://codereview.chromium.org/1641533004/diff/240001/gyp/codec.gyp#newcode71 gyp/codec.gyp:71: ['skia_codec_decodes_raw and skia_os != "chromeos"', { I think a ...
4 years, 11 months ago (2016-01-27 16:40:22 UTC) #17
yujieqin
On 2016/01/27 16:40:22, scroggo wrote: > https://codereview.chromium.org/1641533004/diff/240001/gyp/codec.gyp > File gyp/codec.gyp (right): > > https://codereview.chromium.org/1641533004/diff/240001/gyp/codec.gyp#newcode71 > ...
4 years, 11 months ago (2016-01-27 16:58:12 UTC) #18
yujieqin
On 2016/01/27 16:40:22, scroggo wrote: > https://codereview.chromium.org/1641533004/diff/240001/gyp/codec.gyp > File gyp/codec.gyp (right): > > https://codereview.chromium.org/1641533004/diff/240001/gyp/codec.gyp#newcode71 > ...
4 years, 10 months ago (2016-01-28 11:54:25 UTC) #19
msarett
4 years, 10 months ago (2016-01-28 15:43:32 UTC) #21
Message was sent while issue was closed.
You should be able to run:

./platform_tools/chromeos/bin/chromeos_make -d daisy

I'm getting an "AccessDeniedException: 403 Forbidden", but I'm guessing it's
because I don't have gcloud set up properly.

I'm copying Eric who know the most about our Chrome OS build.

Powered by Google App Engine
This is Rietveld 408576698