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

Unified Diff: skia/skia_library.gypi

Issue 537363002: Skia roll 0c88d82:a17aac8 with fixed build exclusions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « skia/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia_library.gypi
diff --git a/skia/skia_library.gypi b/skia/skia_library.gypi
index aed4f6116d1a9b91987c3c5e1996e086caa90a05..d1783192b1f67102844e42b26e39c3629775c348 100644
--- a/skia/skia_library.gypi
+++ b/skia/skia_library.gypi
@@ -28,7 +28,7 @@
'sources': [
# this should likely be moved into src/utils in skia
'../third_party/skia/src/core/SkFlate.cpp',
-
+
'../third_party/skia/src/ports/SkImageDecoder_empty.cpp',
'../third_party/skia/src/images/SkScaledBitmapSampler.cpp',
'../third_party/skia/src/images/SkScaledBitmapSampler.h',
@@ -89,12 +89,9 @@
# Exclude all unused files in skia utils.gypi file
'sources!': [
- '../third_party/skia/include/utils/SkCondVar.h',
- '../third_party/skia/include/utils/SkCountdown.h',
- '../third_party/skia/include/utils/SkRunnable.h',
- '../third_party/skia/include/utils/SkThreadPool.h',
'../third_party/skia/src/utils/SkCondVar.cpp',
- '../third_party/skia/src/utils/SkCountdown.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',
« no previous file with comments | « skia/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698