diff options
author | bsalomon <bsalomon@google.com> | 2015-02-13 11:08:21 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-13 11:08:21 -0800 |
commit | 3555bd88a6513d219a084eabd41e9dff9e513605 (patch) | |
tree | ce441f52e090c5d86c5abb48230eacaa5431a8dd /gyp | |
parent | 2b816bacc0696f03d88c8060b21eda1e5cc7e8b1 (diff) |
Add a templated priority queue class.
Review URL: https://codereview.chromium.org/914003004
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/core.gypi | 1 | ||||
-rw-r--r-- | gyp/tests.gypi | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gyp/core.gypi b/gyp/core.gypi index 0e2f24f398..608014828e 100644 --- a/gyp/core.gypi +++ b/gyp/core.gypi @@ -203,6 +203,7 @@ '<(skia_src_path)/core/SkTextBlob.cpp', '<(skia_src_path)/core/SkTextFormatParams.h', '<(skia_src_path)/core/SkTextMapStateProc.h', + '<(skia_src_path)/core/SkTDPQueue.h', '<(skia_src_path)/core/SkTHashCache.h', '<(skia_src_path)/core/SkTLList.h', '<(skia_src_path)/core/SkTLS.cpp', diff --git a/gyp/tests.gypi b/gyp/tests.gypi index 25e1b7ae8c..625fa866f0 100644 --- a/gyp/tests.gypi +++ b/gyp/tests.gypi @@ -202,6 +202,7 @@ '../tests/StrokerTest.cpp', '../tests/SurfaceTest.cpp', '../tests/TArrayTest.cpp', + '../tests/TDPQueueTest.cpp', '../tests/THashCache.cpp', '../tests/Time.cpp', '../tests/TLSTest.cpp', |