Index: gyp/tests.gyp |
diff --git a/gyp/tests.gyp b/gyp/tests.gyp |
index 2462c819eb764a0f2dcc7ce71c1e0ea77645b24f..890a146fe8f896a2663f4e15428d5138834173f8 100644 |
--- a/gyp/tests.gyp |
+++ b/gyp/tests.gyp |
@@ -17,6 +17,10 @@ |
'../src/pipe/utils', |
'../src/utils', |
'../tools/', |
+ |
+ # Needed for TDStackNesterTest. |
+ '../experimental/PdfViewer', |
+ '../experimental/PdfViewer/src', |
], |
'includes': [ |
'pathops_unittest.gypi', |
@@ -152,6 +156,9 @@ |
'../tests/Writer32Test.cpp', |
'../tests/XfermodeTest.cpp', |
+ '../experimental/PdfViewer/src/SkTDStackNester.h', |
+ '../tests/TDStackNesterTest.cpp', |
+ |
# Needed for PipeTest. |
'../src/pipe/utils/SamplePipeControllers.cpp', |
], |