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

Issue 19823003: Update obvious deps. (Closed)

Created:
7 years, 5 months ago by bungeman-skia
Modified:
7 years, 5 months ago
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Update obvious deps. This is a step toward targets declaring their deps in a sane fashion. This change resolves cycles by forcing core to the root, then everything in skia_lib pointing toward core as best possible, then everything outside skia_lib depending on skia_lib for things in skia_lib. This prevents double definitions where a symbol is provided by both the skia_lib shared object and and a statically linked component of skia_lib. R=djsollen@google.com Committed: https://code.google.com/p/skia/source/detail?r=10231

Patch Set 1 #

Patch Set 2 : Remove uwanted (but motivating) changes. #

Total comments: 3

Patch Set 3 : Get images.gyp into the party. #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Patch Set 7 : Remove old code. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -140 lines) Patch
M gyp/animator.gyp View 1 2 3 4 5 1 chunk +5 lines, -8 lines 0 comments Download
M gyp/effects.gyp View 1 2 3 4 5 1 chunk +5 lines, -4 lines 0 comments Download
M gyp/gm.gyp View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M gyp/gpu.gyp View 1 2 3 4 5 1 chunk +6 lines, -7 lines 0 comments Download
M gyp/images.gyp View 1 2 3 4 5 2 chunks +1 line, -2 lines 0 comments Download
M gyp/opts.gyp View 1 2 3 4 5 3 chunks +9 lines, -6 lines 0 comments Download
M gyp/pdf.gyp View 1 2 3 4 5 1 chunk +0 lines, -3 lines 0 comments Download
M gyp/ports.gyp View 1 2 3 4 5 1 chunk +3 lines, -2 lines 0 comments Download
M gyp/sfnt.gyp View 1 2 3 4 5 1 chunk +3 lines, -2 lines 0 comments Download
M gyp/svg.gyp View 1 2 3 4 5 1 chunk +4 lines, -4 lines 0 comments Download
M gyp/utils.gyp View 1 2 3 4 5 1 chunk +3 lines, -2 lines 0 comments Download
M gyp/views.gyp View 1 2 3 4 5 1 chunk +5 lines, -10 lines 0 comments Download
M gyp/views_animated.gyp View 1 2 3 4 5 1 chunk +7 lines, -9 lines 0 comments Download
M gyp/xml.gyp View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M gyp/zlib.gyp View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M src/animator/SkDisplayEvent.cpp View 1 2 3 4 5 1 chunk +0 lines, -74 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
bungeman-skia
https://codereview.chromium.org/19823003/diff/2001/gyp/pdf.gyp File gyp/pdf.gyp (left): https://codereview.chromium.org/19823003/diff/2001/gyp/pdf.gyp#oldcode13 gyp/pdf.gyp:13: '../include/config', Note that these are already provided by the ...
7 years, 5 months ago (2013-07-19 18:15:22 UTC) #1
djsollen
lgtm, do you have any ideas on how to handle the circular deps within utils?
7 years, 5 months ago (2013-07-19 18:57:15 UTC) #2
djsollen
I should have said lgtm...pending trybot success
7 years, 5 months ago (2013-07-19 18:57:42 UTC) #3
bungeman-skia
Committed patchset #3 manually as r10217.
7 years, 5 months ago (2013-07-19 22:31:27 UTC) #4
bungeman-skia
Looks like this will now work at Patch Set 5. Patch Set 3 has issues ...
7 years, 5 months ago (2013-07-22 04:33:34 UTC) #5
djsollen
https://codereview.chromium.org/19823003/diff/20001/src/animator/SkDisplayEvent.cpp File src/animator/SkDisplayEvent.cpp (right): https://codereview.chromium.org/19823003/diff/20001/src/animator/SkDisplayEvent.cpp#newcode254 src/animator/SkDisplayEvent.cpp:254: #ifdef SK_BUILD_FOR_ANDROID If nothing is using this code shouldn't ...
7 years, 5 months ago (2013-07-22 13:24:01 UTC) #6
bungeman-skia
https://codereview.chromium.org/19823003/diff/20001/src/animator/SkDisplayEvent.cpp File src/animator/SkDisplayEvent.cpp (right): https://codereview.chromium.org/19823003/diff/20001/src/animator/SkDisplayEvent.cpp#newcode254 src/animator/SkDisplayEvent.cpp:254: #ifdef SK_BUILD_FOR_ANDROID On 2013/07/22 13:24:01, djsollen wrote: > If ...
7 years, 5 months ago (2013-07-22 13:44:32 UTC) #7
bungeman-skia
7 years, 5 months ago (2013-07-22 14:39:49 UTC) #8
Message was sent while issue was closed.
Committed patchset #7 manually as r10231.

Powered by Google App Engine
This is Rietveld 408576698