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

Unified Diff: gyp/utils.gypi

Issue 444583006: SkThreadPool and co. are not public. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 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 | « gyp/public_headers.gypi ('k') | include/utils/SkCondVar.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/utils.gypi
diff --git a/gyp/utils.gypi b/gyp/utils.gypi
index c90d19344c37e75eb6c01e8df5596402c3af6261..b033573dd99dfb2df32c628025fa1312f96a75eb 100644
--- a/gyp/utils.gypi
+++ b/gyp/utils.gypi
@@ -8,9 +8,9 @@
{
'sources': [
# Classes for a threadpool.
- '<(skia_include_path)/utils/SkCondVar.h',
- '<(skia_include_path)/utils/SkRunnable.h',
- '<(skia_include_path)/utils/SkThreadPool.h',
+ '<(skia_src_path)/utils/SkCondVar.h',
+ '<(skia_src_path)/utils/SkRunnable.h',
+ '<(skia_src_path)/utils/SkThreadPool.h',
'<(skia_src_path)/utils/SkCondVar.cpp',
'<(skia_include_path)/utils/SkBoundaryPatch.h',
« no previous file with comments | « gyp/public_headers.gypi ('k') | include/utils/SkCondVar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698