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

Issue 19477005: Improve Skia configuration. (Closed)

Created:
7 years, 5 months ago by bungeman-chromium
Modified:
7 years ago
Reviewers:
bungeman-skia, djsollen
CC:
chromium-reviews
Visibility:
Public.

Description

Improve Skia configuration. This is the Chromium side of https://codereview.chromium.org/19808007 . This change would be required after landing the Skia change, and should not produce any observable effects as things currently stand.

Patch Set 1 #

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Total comments: 8

Patch Set 4 : Android framework support. #

Total comments: 5

Patch Set 5 : Move defines to SkUserConfig. #

Patch Set 6 : Add missing file. #

Total comments: 5

Patch Set 7 : Just fix config. #

Patch Set 8 : Leave atomics for later. #

Patch Set 9 : Use os_posix for posix tests. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -136 lines) Patch
M skia/config/SkUserConfig.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -13 lines 0 comments Download
D skia/ext/SkThread_chrome.cc View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -88 lines 0 comments Download
M skia/skia.gyp View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M skia/skia_chrome.gypi View 1 2 3 4 5 6 7 8 4 chunks +0 lines, -18 lines 0 comments Download
M skia/skia_common.gypi View 1 2 3 4 5 6 7 8 2 chunks +12 lines, -0 lines 0 comments Download
M skia/skia_library.gypi View 1 2 3 4 5 6 7 8 3 chunks +1 line, -6 lines 0 comments Download
M skia/skia_library_opts.gyp View 1 2 3 4 5 6 7 8 4 chunks +12 lines, -10 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
djsollen
https://codereview.chromium.org/19477005/diff/4001/skia/skia.gyp File skia/skia.gyp (right): https://codereview.chromium.org/19477005/diff/4001/skia/skia.gyp#newcode8 skia/skia.gyp:8: 'target_name': 'skia_configuration', your going to need to rebase this ...
7 years, 5 months ago (2013-07-25 15:30:18 UTC) #1
bungeman-chromium
I've built this at patch set 3 with https://codereview.chromium.org/19808007/#ps37001 . The changes to skia_common and ...
7 years, 2 months ago (2013-09-26 22:42:46 UTC) #2
djsollen
instead of doing a two stage change around the Skia roll, you should check with ...
7 years, 2 months ago (2013-09-27 13:52:25 UTC) #3
bungeman-skia
https://codereview.chromium.org/19477005/diff/11001/skia/skia_common.gypi File skia/skia_common.gypi (right): https://codereview.chromium.org/19477005/diff/11001/skia/skia_common.gypi#newcode37 skia/skia_common.gypi:37: }, { On 2013/09/27 13:52:25, djsollen wrote: > On ...
7 years, 2 months ago (2013-09-27 17:59:12 UTC) #4
djsollen
https://codereview.chromium.org/19477005/diff/19001/skia/skia_common.gypi File skia/skia_common.gypi (right): https://codereview.chromium.org/19477005/diff/19001/skia/skia_common.gypi#newcode68 skia/skia_common.gypi:68: '<@(skia_threading_defines)', should this be in an all_dependent_settings block so ...
7 years, 2 months ago (2013-09-27 18:17:10 UTC) #5
bungeman-skia
https://codereview.chromium.org/19477005/diff/19001/skia/skia_common.gypi File skia/skia_common.gypi (right): https://codereview.chromium.org/19477005/diff/19001/skia/skia_common.gypi#newcode68 skia/skia_common.gypi:68: '<@(skia_threading_defines)', On 2013/09/27 18:17:10, djsollen wrote: > should this ...
7 years, 2 months ago (2013-09-27 18:39:43 UTC) #6
bungeman-skia
On 2013/09/27 18:39:43, bungeman1 wrote: > https://codereview.chromium.org/19477005/diff/19001/skia/skia_common.gypi > File skia/skia_common.gypi (right): > > https://codereview.chromium.org/19477005/diff/19001/skia/skia_common.gypi#newcode68 > ...
7 years, 2 months ago (2013-09-27 19:35:00 UTC) #7
bungeman-chromium
Opened https://codereview.chromium.org/19477005/ for the 'export_dependent_settings' issue. The 'android_aosp' bot does not apply patches the same ...
7 years, 2 months ago (2013-09-27 22:23:46 UTC) #8
bungeman-chromium
On 2013/09/27 22:23:46, bungeman2 wrote: > Opened https://codereview.chromium.org/19477005/ for the > 'export_dependent_settings' issue. > > ...
7 years, 2 months ago (2013-10-09 20:45:05 UTC) #9
bungeman-chromium
https://codereview.chromium.org/19477005/diff/48001/skia/skia_library.gypi File skia/skia_library.gypi (left): https://codereview.chromium.org/19477005/diff/48001/skia/skia_library.gypi#oldcode98 skia/skia_library.gypi:98: '../third_party/skia/src/ports/SkThread_pthread.cpp', Note that aside from these two lines (and ...
7 years, 2 months ago (2013-10-09 21:35:06 UTC) #10
djsollen
https://codereview.chromium.org/19477005/diff/48001/skia/skia_library_opts.gyp File skia/skia_library_opts.gyp (right): https://codereview.chromium.org/19477005/diff/48001/skia/skia_library_opts.gyp#newcode184 skia/skia_library_opts.gyp:184: 'config', is config still needed here? https://codereview.chromium.org/19477005/diff/48001/skia/skia_library_opts.gyp#newcode211 skia/skia_library_opts.gyp:211: 'config', ...
7 years, 2 months ago (2013-10-11 15:05:40 UTC) #11
bungeman-skia
https://codereview.chromium.org/19477005/diff/48001/skia/skia_library_opts.gyp File skia/skia_library_opts.gyp (right): https://codereview.chromium.org/19477005/diff/48001/skia/skia_library_opts.gyp#newcode184 skia/skia_library_opts.gyp:184: 'config', On 2013/10/11 15:05:40, djsollen wrote: > is config ...
7 years, 2 months ago (2013-10-11 15:14:30 UTC) #12
djsollen
https://codereview.chromium.org/19477005/diff/48001/skia/skia_library.gypi File skia/skia_library.gypi (right): https://codereview.chromium.org/19477005/diff/48001/skia/skia_library.gypi#newcode150 skia/skia_library.gypi:150: '../third_party/skia/include/config', why do we ever want to include this?
7 years, 2 months ago (2013-10-11 15:24:08 UTC) #13
bungeman-chromium
I've brought this down (at patch set 9) to what should be done to clean ...
7 years, 2 months ago (2013-10-18 20:49:10 UTC) #14
djsollen
lgtm, but you'll need a chrome committer to sign off as well.
7 years, 2 months ago (2013-10-19 20:56:08 UTC) #15
bungeman-chromium
7 years, 2 months ago (2013-10-21 20:47:41 UTC) #16
Message was sent while issue was closed.
Committed patchset #9 manually as r229905 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698