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

Unified Diff: gyp/utils.gypi

Issue 338633011: Deprecate SkPicture::clone(). (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: add define for chrome Created 6 years, 6 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
Index: gyp/utils.gypi
diff --git a/gyp/utils.gypi b/gyp/utils.gypi
index 5fce7c7a806027f1e4809559232a6db6199f3a75..52cc1547bc57d31f6362d214f3df4fa8fcee2b29 100644
--- a/gyp/utils.gypi
+++ b/gyp/utils.gypi
@@ -9,11 +9,9 @@
'sources': [
# Classes for a threadpool.
'<(skia_include_path)/utils/SkCondVar.h',
- '<(skia_include_path)/utils/SkCountdown.h',
'<(skia_include_path)/utils/SkRunnable.h',
'<(skia_include_path)/utils/SkThreadPool.h',
'<(skia_src_path)/utils/SkCondVar.cpp',
- '<(skia_src_path)/utils/SkCountdown.cpp',
'<(skia_include_path)/utils/SkBoundaryPatch.h',
'<(skia_include_path)/utils/SkFrontBufferedStream.h',

Powered by Google App Engine
This is Rietveld 408576698