Skip to content

Commit

Permalink
Build and link SkCondVar in Chromium.
Browse files Browse the repository at this point in the history
Chrome depends on SkMultiPictureDraw depends on SkTaskGroup depends on SkCondVar.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#301969}
  • Loading branch information
mtklein authored and Commit bot committed Oct 29, 2014
1 parent e0c8785 commit 9abcab9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions skia/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -338,10 +338,6 @@ component("skia") {

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

"//third_party/skia/include/utils/SkBoundaryPatch.h",
"//third_party/skia/include/utils/SkFrontBufferedStream.h",
"//third_party/skia/include/utils/SkCamera.h",
Expand Down
4 changes: 0 additions & 4 deletions skia/skia_library.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@

# Exclude all unused files in skia utils.gypi file
'sources!': [
'../third_party/skia/src/utils/SkCondVar.cpp',
'../third_party/skia/src/utils/SkCondVar.h',
'../third_party/skia/src/utils/SkRunnable.h',

'../third_party/skia/include/utils/SkBoundaryPatch.h',
'../third_party/skia/include/utils/SkFrontBufferedStream.h',
'../third_party/skia/include/utils/SkCamera.h',
Expand Down

0 comments on commit 9abcab9

Please sign in to comment.