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

Issue 12739007: refactor android defines to implicitly assume NDK compliance unless it is explicitly marked as bein… (Closed)

Created:
7 years, 9 months ago by djsollen
Modified:
7 years, 9 months ago
Reviewers:
borenet, reed1
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

refactor android defines to implicitly assume NDK compliance unless it is explicitly marked as being specific to the android framework. Committed: http://code.google.com/p/skia/source/detail?r=8124

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -13 lines) Patch
M gyp/common_conditions.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M include/core/SkPreConfig.h View 3 chunks +7 lines, -8 lines 3 comments Download
M include/core/SkThread_platform.h View 3 chunks +3 lines, -3 lines 3 comments Download
M src/ports/SkFontHost_android.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
djsollen
7 years, 9 months ago (2013-03-12 20:50:22 UTC) #1
borenet
https://codereview.chromium.org/12739007/diff/1/include/core/SkPreConfig.h File include/core/SkPreConfig.h (right): https://codereview.chromium.org/12739007/diff/1/include/core/SkPreConfig.h#newcode52 include/core/SkPreConfig.h:52: #if defined(SK_BUILD_FOR_ANDROID_FRAMEWORK)) && !defined(SK_BUILD_FOR_ANDROID) Where is SK_BUILD_FOR_ANDROID_FRAMEWORK defined? I ...
7 years, 9 months ago (2013-03-13 12:08:19 UTC) #2
djsollen
https://codereview.chromium.org/12739007/diff/1/include/core/SkPreConfig.h File include/core/SkPreConfig.h (right): https://codereview.chromium.org/12739007/diff/1/include/core/SkPreConfig.h#newcode52 include/core/SkPreConfig.h:52: #if defined(SK_BUILD_FOR_ANDROID_FRAMEWORK)) && !defined(SK_BUILD_FOR_ANDROID) On 2013/03/13 12:08:19, borenet wrote: ...
7 years, 9 months ago (2013-03-13 12:26:41 UTC) #3
borenet
LGTM https://codereview.chromium.org/12739007/diff/1/include/core/SkPreConfig.h File include/core/SkPreConfig.h (right): https://codereview.chromium.org/12739007/diff/1/include/core/SkPreConfig.h#newcode52 include/core/SkPreConfig.h:52: #if defined(SK_BUILD_FOR_ANDROID_FRAMEWORK)) && !defined(SK_BUILD_FOR_ANDROID) On 2013/03/13 12:26:41, djsollen ...
7 years, 9 months ago (2013-03-13 12:42:12 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/djsollen@google.com/12739007/1
7 years, 9 months ago (2013-03-13 12:48:22 UTC) #5
commit-bot: I haz the power
7 years, 9 months ago (2013-03-13 12:48:27 UTC) #6
Message was sent while issue was closed.
Change committed as 8124

Powered by Google App Engine
This is Rietveld 408576698