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

Unified Diff: gyp/core.gypi

Issue 1272293004: Move SkTemplates.h to private. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: It's a struct! Created 5 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 | « no previous file | gyp/sfnt.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/core.gypi
diff --git a/gyp/core.gypi b/gyp/core.gypi
index dd322ce8e0fc6194296a7a18055a10056812935f..ef449c0f8a539609b372f0c6fc3af7849ce6d46e 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -324,7 +324,6 @@
'<(skia_include_path)/core/SkTInternalLList.h',
'<(skia_include_path)/core/SkTRegistry.h',
'<(skia_include_path)/core/SkTSearch.h',
- '<(skia_include_path)/core/SkTemplates.h',
'<(skia_include_path)/core/SkTextBlob.h',
'<(skia_include_path)/core/SkTime.h',
'<(skia_include_path)/core/SkTLazy.h',
@@ -334,6 +333,7 @@
'<(skia_include_path)/core/SkUtils.h',
'<(skia_include_path)/core/SkWriter32.h',
'<(skia_include_path)/core/SkXfermode.h',
+ '<(skia_include_path)/private/SkTemplates.h',
# Lazy decoding:
'<(skia_src_path)/lazy/SkCachingPixelRef.cpp',
« no previous file with comments | « no previous file | gyp/sfnt.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698