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

Issue 2413983004: Move fxge/android to if(is_android) on build (Closed)

Created:
4 years, 2 months ago by npm
Modified:
4 years, 2 months ago
CC:
pdfium-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
pdfium
Visibility:
Public.

Description

Move fxge/android to if(is_android) on build core/fxge/android files all have if _FX_OS_ == _FX_ANDROID_. Instead, put the files inside if (is_android) on Build.gn. Also, the skia file is already under if (pdf_use_skia), so the if defined(_SKIA_SUPPORT_) can be removed. Committed: https://pdfium.googlesource.com/pdfium/+/11e966a2dd931d4676a1b6a7d074a40dd4c1a5d1

Patch Set 1 #

Patch Set 2 : Wrong skia file #

Total comments: 6

Patch Set 3 : Comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -17 lines) Patch
M core/fxge/android/fpf_skiafont.h View 1 2 2 chunks +0 lines, -5 lines 0 comments Download
M core/fxge/android/fpf_skiafont.cpp View 1 2 2 chunks +2 lines, -6 lines 0 comments Download
M core/fxge/android/fpf_skiafontmgr.cpp View 2 chunks +0 lines, -3 lines 0 comments Download
M core/fxge/skia/fx_skia_device.cpp View 1 2 chunks +0 lines, -3 lines 0 comments Download

Messages

Total messages: 16 (8 generated)
npm
PTAL
4 years, 2 months ago (2016-10-14 19:16:27 UTC) #7
Lei Zhang
https://codereview.chromium.org/2413983004/diff/20001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/2413983004/diff/20001/BUILD.gn#newcode862 BUILD.gn:862: if (is_android) { I don't think this is necessary. ...
4 years, 2 months ago (2016-10-14 19:46:05 UTC) #8
npm
On 2016/10/14 19:46:05, Lei Zhang wrote: > https://codereview.chromium.org/2413983004/diff/20001/BUILD.gn > File BUILD.gn (right): > > https://codereview.chromium.org/2413983004/diff/20001/BUILD.gn#newcode862 ...
4 years, 2 months ago (2016-10-14 20:09:46 UTC) #9
Lei Zhang
On 2016/10/14 20:09:46, npm wrote: > I didn't see build artifacts before this CL. > ...
4 years, 2 months ago (2016-10-14 20:21:33 UTC) #10
npm
PTAL https://codereview.chromium.org/2413983004/diff/20001/BUILD.gn File BUILD.gn (right): https://codereview.chromium.org/2413983004/diff/20001/BUILD.gn#newcode862 BUILD.gn:862: if (is_android) { On 2016/10/14 19:46:05, Lei Zhang ...
4 years, 2 months ago (2016-10-17 15:02:25 UTC) #11
Lei Zhang
lgtm
4 years, 2 months ago (2016-10-17 17:38:49 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2413983004/40001
4 years, 2 months ago (2016-10-17 19:52:24 UTC) #14
commit-bot: I haz the power
4 years, 2 months ago (2016-10-17 20:02:32 UTC) #16
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://pdfium.googlesource.com/pdfium/+/11e966a2dd931d4676a1b6a7d074a40dd4c1...

Powered by Google App Engine
This is Rietveld 408576698