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

Unified Diff: gyp/tests.gyp

Issue 68843006: Changes to SkTDStackNester. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 1 month 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 | « gyp/experimental.gyp ('k') | tests/TDStackNesterTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
« no previous file with comments | « gyp/experimental.gyp ('k') | tests/TDStackNesterTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698