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

Unified Diff: gyp/tools.gyp

Issue 60833002: fix multithread related crashes in skpdiff (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: addressing comments Created 7 years, 1 month 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 | « no previous file | tools/skpdiff/SkCLImageDiffer.h » ('j') | tools/skpdiff/SkImageDiffer.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index afd4934be8585f8ddd56ea79c50d1129bc5a41cd..f462c50e5e8fae4d1146efdcf449fcb1a3a83a36 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -65,7 +65,8 @@
'../tools/flags/SkCommandLineFlags.cpp',
],
'include_dirs': [
- '../tools/flags'
+ '../tools/flags',
+ '../src/core/', # needed for SkTLList.h
],
'dependencies': [
'skia_lib.gyp:skia_lib',
« no previous file with comments | « no previous file | tools/skpdiff/SkCLImageDiffer.h » ('j') | tools/skpdiff/SkImageDiffer.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698