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

Unified Diff: gyp/core.gypi

Issue 1414503003: Add SkTTopoSort (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fixed comment format Created 5 years, 2 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 | « bench/TopoSortBench.cpp ('k') | src/core/SkTTopoSort.h » ('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 089a8c02db69eb22650b028cf8ef2547bc3d9623..c71ea317c7d7c428db8d78bb09da7f9deacdeb37 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -275,6 +275,7 @@
'<(skia_src_path)/core/SkTraceEventCommon.h',
'<(skia_src_path)/core/SkTSearch.cpp',
'<(skia_src_path)/core/SkTSort.h',
+ '<(skia_src_path)/core/SkTTopoSort.h',
'<(skia_src_path)/core/SkTypeface.cpp',
'<(skia_src_path)/core/SkTypefaceCache.cpp',
'<(skia_src_path)/core/SkTypefaceCache.h',
« no previous file with comments | « bench/TopoSortBench.cpp ('k') | src/core/SkTTopoSort.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698