diff options
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', |