Keyboard Shortcuts

File
u :up to issue
m :publish + mail comments
M :edit review message
j / k :jump to file after / before current file
J / K :jump to next file with a comment after / before current file
Side-by-side diff
i :toggle intra-line diffs
e :expand all comments
c :collapse all comments
s :toggle showing all comments
n / p :next / previous diff chunk or comment
N / P :next / previous comment
<Up> / <Down> :next / previous line
<Enter> :respond to / edit current comment
d :mark current comment as done
Issue
u :up to list of issues
m :publish + mail comments
j / k :jump to patch after / before current patch
o / <Enter> :open current patch in side-by-side view
i :open current patch in unified diff view
Issue List
j / k :jump to issue after / before current issue
o / <Enter> :open current issue
# : close issue
Comment/message editing
<Ctrl> + s or <Ctrl> + Enter :save comment
<Esc> :cancel edit
Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(255)
Issues Repositories Search
Open Issues | Closed Issues | All Issues | Sign in with your Google Account to create issues and add comments

Issue 154182: Exclude Android-only cpu-features.h from non-Android builds

Can't Edit
Can't Publish+Mail
Start Review
Created:
16 years, 1 month ago by Joel Stanley
Modified:
16 years, 1 month ago
Reviewers:
reed, agl1 , agl, piman
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/src/
Visibility:
Public.
Exclude Android-only cpu-features.h from non-Android builds This is needed when building Chromium for ARM. Patch by Joel Stanley <joel@chromium.org>

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 6

Patch Set 3 : '' #

Created: 16 years, 1 month ago
Download [raw] [tar.bz2]
Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -3 lines) Patch
M core/SkBitmapProcState_filter.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M opts/SkBitmapProcState_opts_arm.cpp View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M opts/SkBlitRow_opts_arm.cpp View 1 2 1 chunk +4 lines, -1 line 0 comments Download
Total messages: 6
|
Joel Stanley
16 years, 1 month ago (2009年11月17日 14:19:47 UTC) #1
Sign in to reply to this message.
agl
NACK for now. I need to chat to some people about this first.
16 years, 1 month ago (2009年11月17日 16:47:22 UTC) #2
NACK for now. I need to chat to some people about this first.
Sign in to reply to this message.
agl1
LGTM. Mike Reed should probably give the final ok. http://codereview.appspot.com/154182/diff/8/1003 File core/SkBitmapProcState_filter.h (right): http://codereview.appspot.com/154182/diff/8/1003#newcode18 core/SkBitmapProcState_filter.h:18: ...
16 years, 1 month ago (2009年11月17日 23:39:25 UTC) #3
LGTM. Mike Reed should probably give the final ok.
http://codereview.appspot.com/154182/diff/8/1003
File core/SkBitmapProcState_filter.h (right):
http://codereview.appspot.com/154182/diff/8/1003#newcode18
core/SkBitmapProcState_filter.h:18: #include <machine/cpu-features.h>
Skia style != google3 style so one shouldn't reformat the include line.
http://codereview.appspot.com/154182/diff/8/1001
File opts/SkBitmapProcState_opts_arm.cpp (right):
http://codereview.appspot.com/154182/diff/8/1001#newcode18
opts/SkBitmapProcState_opts_arm.cpp:18: #include <machine/cpu-features.h>
Probably best to match the indent here too.
http://codereview.appspot.com/154182/diff/8/1002
File opts/SkBlitRow_opts_arm.cpp (right):
http://codereview.appspot.com/154182/diff/8/1002#newcode19
opts/SkBlitRow_opts_arm.cpp:19: #include <machine/cpu-features.h>
Probably best to match the indent here too.
Sign in to reply to this message.
Joel Stanley
http://codereview.appspot.com/154182/diff/8/1003 File core/SkBitmapProcState_filter.h (right): http://codereview.appspot.com/154182/diff/8/1003#newcode18 core/SkBitmapProcState_filter.h:18: #include <machine/cpu-features.h> On 2009年11月17日 23:39:25, agl1 wrote: > Skia ...
16 years, 1 month ago (2009年11月17日 23:56:45 UTC) #4
http://codereview.appspot.com/154182/diff/8/1003
File core/SkBitmapProcState_filter.h (right):
http://codereview.appspot.com/154182/diff/8/1003#newcode18
core/SkBitmapProcState_filter.h:18: #include <machine/cpu-features.h>
On 2009年11月17日 23:39:25, agl1 wrote:
> Skia style != google3 style so one shouldn't reformat the include line.
Done.
http://codereview.appspot.com/154182/diff/8/1001
File opts/SkBitmapProcState_opts_arm.cpp (right):
http://codereview.appspot.com/154182/diff/8/1001#newcode18
opts/SkBitmapProcState_opts_arm.cpp:18: #include <machine/cpu-features.h>
On 2009年11月17日 23:39:25, agl1 wrote:
> Probably best to match the indent here too.
Done.
http://codereview.appspot.com/154182/diff/8/1002
File opts/SkBlitRow_opts_arm.cpp (right):
http://codereview.appspot.com/154182/diff/8/1002#newcode19
opts/SkBlitRow_opts_arm.cpp:19: #include <machine/cpu-features.h>
On 2009年11月17日 23:39:25, agl1 wrote:
> Probably best to match the indent here too.
Done.
Sign in to reply to this message.
agl
If this is messing up your build, then it's probably ok to land it now. ...
16 years, 1 month ago (2009年11月19日 01:06:35 UTC) #5
If this is messing up your build, then it's probably ok to land it now. If Mike
objects, we can always fix it later.
Sign in to reply to this message.
Joel Stanley
On 2009年11月19日 01:06:35, agl wrote: > If this is messing up your build, then it's ...
16 years, 1 month ago (2009年11月19日 01:15:24 UTC) #6
On 2009年11月19日 01:06:35, agl wrote:
> If this is messing up your build, then it's probably ok to land it now. If
Mike
> objects, we can always fix it later.
Thanks, that would be helpful. Are you able to commit for me?
How do I go about getting it pulled into chrome's tree?
Sign in to reply to this message.
|
Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b

AltStyle によって変換されたページ (->オリジナル) /