Skip to content

Commit

Permalink
Skia roll 41ebbdd:be21e34
Browse files Browse the repository at this point in the history
https://skia.googlesource.com/skia/+log/41ebbddd76b747d5fb32c02dda0de3d03a3edda5..be21e3432e4cf925fe494efe23edcb457bd05fcb

CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_layout_rel
TBR=bungeman@google.com
BUG=

Review URL: https://codereview.chromium.org/445073002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287829 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
bungeman@google.com committed Aug 6, 2014
1 parent 8ce866d commit 9bab87b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ vars = {
"lss_revision": "31",
"sfntly_revision": "239",
"lighttpd_revision": "33737",
"skia_revision": "41ebbddd76b747d5fb32c02dda0de3d03a3edda5",
"skia_revision": "be21e3432e4cf925fe494efe23edcb457bd05fcb",
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia
# and V8 without interference from each other.
Expand Down
6 changes: 3 additions & 3 deletions skia/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -324,9 +324,9 @@ component("skia") {

# Remove unused util files include in utils.gypi
sources -= [
"//third_party/skia/include/utils/SkCondVar.h",
"//third_party/skia/include/utils/SkRunnable.h",
"//third_party/skia/include/utils/SkThreadPool.h",
"//third_party/skia/src/utils/SkCondVar.h",
"//third_party/skia/src/utils/SkRunnable.h",
"//third_party/skia/src/utils/SkThreadPool.h",
"//third_party/skia/src/utils/SkCondVar.cpp",

"//third_party/skia/include/utils/SkBoundaryPatch.h",
Expand Down

0 comments on commit 9bab87b

Please sign in to comment.