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

Unified Diff: tests/PDFDeflateWStreamTest.cpp

Issue 1278403006: SkPDF: clean up overuse of SK_SUPPORT_PDF (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2015-08-11 (Tuesday) 16:25:36 EDT Created 5 years, 4 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 | « tests/FlateTest.cpp ('k') | tests/PDFDocumentTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/PDFDeflateWStreamTest.cpp
diff --git a/tests/DeflateWStream.cpp b/tests/PDFDeflateWStreamTest.cpp
similarity index 98%
rename from tests/DeflateWStream.cpp
rename to tests/PDFDeflateWStreamTest.cpp
index 930ecb41441d55a3358845e7e7d22d3226dc72ee..b22574671b7f7259d87cfea9aa00f2958b919dbc 100644
--- a/tests/DeflateWStream.cpp
+++ b/tests/PDFDeflateWStreamTest.cpp
@@ -9,8 +9,6 @@
#include "SkRandom.h"
#include "Test.h"
-#if SK_SUPPORT_PDF
-
DEF_TEST(SkDeflateWStream, r) {
SkRandom random(123456);
for (int i = 0; i < 50; ++i) {
@@ -72,4 +70,3 @@ DEF_TEST(SkDeflateWStream, r) {
}
}
}
-#endif // SK_SUPPORT_PDF
« no previous file with comments | « tests/FlateTest.cpp ('k') | tests/PDFDocumentTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698