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

Unified Diff: dm/DMExpectations.h

Issue 290603002: Generate Android.mk for DM. (Closed) Base URL: https://skia.googlesource.com/skia.git@generate_gm
Patch Set: Remove one more generated file. Created 6 years, 7 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 | « dm/DM.cpp ('k') | gyp/dm.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dm/DMExpectations.h
diff --git a/dm/DMExpectations.h b/dm/DMExpectations.h
index 238d1c5beab77cf0820ed3dd32e6bf6a15adfa82..5509709104f806cb17b3c0e8aa03510caa44e35d 100644
--- a/dm/DMExpectations.h
+++ b/dm/DMExpectations.h
@@ -19,6 +19,7 @@ public:
bool check(const Task&, SkBitmap) const SK_OVERRIDE { return true; }
};
+#ifdef SK_BUILD_JSON_WRITER
class JsonExpectations : public Expectations {
public:
explicit JsonExpectations(const char* path) : fGMExpectations(path) {}
@@ -40,6 +41,7 @@ public:
private:
skiagm::JsonExpectationsSource fGMExpectations;
};
+#endif
} // namespace DM
« no previous file with comments | « dm/DM.cpp ('k') | gyp/dm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698