Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(773)

Issue 5875043: Move SkBitSet to utils. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 3 months ago by Steve VanDeBogart
Modified:
12 years, 3 months ago
Reviewers:
bungeman, reed1
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlecode.com/svn/trunk
Visibility:
Public.

Description

Move SkBitSet to utils. Committed: https://code.google.com/p/skia/source/detail?r=3460

Patch Set 1 #

Total comments: 1

Patch Set 2 : To utils instead of core #

Total comments: 2

Patch Set 3 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -165 lines) Patch
M gyp/pdf.gyp View 1 2 3 chunks +7 lines, -5 lines 0 comments Download
M gyp/tests.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M gyp/utils.gyp View 1 1 chunk +2 lines, -0 lines 0 comments Download
M gyp/xps.gyp View 1 1 chunk +1 line, -1 line 0 comments Download
D include/pdf/SkBitSet.h View 1 chunk +0 lines, -78 lines 0 comments Download
D src/pdf/SkBitSet.cpp View 1 chunk +0 lines, -83 lines 0 comments Download
A + src/utils/SkBitSet.h View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/utils/SkBitSet.cpp View 1 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 5
Steve VanDeBogart
It's funny for the xps module to depend on the pdf module. Moving SkBitSet to ...
12 years, 3 months ago (2012-03-21 20:52:12 UTC) #1
bungeman
On 2012/03/21 20:52:12, Steve VanDeBogart wrote: > It's funny for the xps module to depend ...
12 years, 3 months ago (2012-03-21 21:09:34 UTC) #2
Steve VanDeBogart
On 2012/03/21 21:09:34, bungeman wrote: > On 2012/03/21 20:52:12, Steve VanDeBogart wrote: > > It's ...
12 years, 3 months ago (2012-03-21 21:47:00 UTC) #3
bungeman
Except for adding the missing dependencies, LGTM. http://codereview.appspot.com/5875043/diff/4001/gyp/pdf.gyp File gyp/pdf.gyp (right): http://codereview.appspot.com/5875043/diff/4001/gyp/pdf.gyp#newcode9 gyp/pdf.gyp:9: ], While ...
12 years, 3 months ago (2012-03-21 22:52:21 UTC) #4
Steve VanDeBogart
12 years, 3 months ago (2012-03-21 23:09:43 UTC) #5
http://codereview.appspot.com/5875043/diff/4001/gyp/pdf.gyp
File gyp/pdf.gyp (right):

http://codereview.appspot.com/5875043/diff/4001/gyp/pdf.gyp#newcode9
gyp/pdf.gyp:9: ],
On 2012/03/21 22:52:21, bungeman wrote:
> While adding dependencies to pdf, we should add zlib and ports.
> 
> On linux, build all, go to ${skia}/out/Debug/obj.target/gyp and
> 
> dot -Tps <(echo "digraph Skia {"; lorder `ls *.a` | sort | uniq | sed 's/ / ->
> /;s/\.a//g'; echo "}") -o ~/Skia.ps
> 
> If you have graphviz and lorder (from bsdmainutils) then you get a graph of
the
> dependencies. Or you could just stare at
> 
> lorder `ls *.a` | sort | uniq
> 
> I'm currently in the process of getting rid of the circular dependencies.

Done.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b