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

Issue 294393011: Include SkTypes to fix Android frameworks build (Closed)

Created:
6 years, 6 months ago by scroggo
Modified:
6 years, 6 months ago
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

Include SkTypes to fix Android frameworks build Since Android's defines are included in SkUserConfig (rather than being defined in the build file), we need to include something that includes SkUserConfig (transitively; meaning just about anything) before we can use any build macros. Include SkTypes, "the correct way to get access to the config system" so that SK_BUILD_FOR_ANDROID is defined before querying it. Committed: http://code.google.com/p/skia/source/detail?r=14914

Patch Set 1 #

Total comments: 2

Patch Set 2 : Include SkTypes instead. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M src/core/SkPictureRecorder.cpp View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
scroggo
This issue comes up occasionally. In theory I'd like to eliminate Android's need of SkUserConfig, ...
6 years, 6 months ago (2014-05-28 14:23:16 UTC) #1
scroggo
This issue comes up occasionally. In theory I'd like to eliminate Android's need of SkUserConfig, ...
6 years, 6 months ago (2014-05-28 14:23:16 UTC) #2
mtklein
https://codereview.chromium.org/294393011/diff/1/src/core/SkPictureRecorder.cpp File src/core/SkPictureRecorder.cpp (right): https://codereview.chromium.org/294393011/diff/1/src/core/SkPictureRecorder.cpp#newcode9 src/core/SkPictureRecorder.cpp:9: #include "SkUserConfig.h" IIRC, the proscribed way to do this ...
6 years, 6 months ago (2014-05-28 14:25:57 UTC) #3
scroggo
https://codereview.chromium.org/294393011/diff/1/src/core/SkPictureRecorder.cpp File src/core/SkPictureRecorder.cpp (right): https://codereview.chromium.org/294393011/diff/1/src/core/SkPictureRecorder.cpp#newcode9 src/core/SkPictureRecorder.cpp:9: #include "SkUserConfig.h" On 2014/05/28 14:25:58, mtklein wrote: > IIRC, ...
6 years, 6 months ago (2014-05-28 14:44:17 UTC) #4
mtklein
lgtm
6 years, 6 months ago (2014-05-28 14:52:09 UTC) #5
djsollen
lgtm
6 years, 6 months ago (2014-05-28 14:54:08 UTC) #6
scroggo
The CQ bit was checked by scroggo@google.com
6 years, 6 months ago (2014-05-28 14:57:09 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/scroggo@google.com/294393011/20001
6 years, 6 months ago (2014-05-28 14:57:28 UTC) #8
commit-bot: I haz the power
6 years, 6 months ago (2014-05-28 15:02:45 UTC) #9
Message was sent while issue was closed.
Change committed as 14914

Powered by Google App Engine
This is Rietveld 408576698