From 1929d6e1d44ed9bd692c930d5cf79fb2bd80f1e6 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Mon, 15 Oct 2018 23:51:28 +0000 Subject: Split pdfium_embeddertests sources. Move foo_embeddertest.cpp to the same BUILD.gn file as foo.cpp. Set up dependencies to make pdfium_embeddertests pass gn check. Change-Id: If1fe67c261960c35c344c1047950cd7fdb32c4a1 Reviewed-on: https://pdfium-review.googlesource.com/c/43997 Commit-Queue: Lei Zhang Reviewed-by: Tom Sepez --- core/fxcodec/BUILD.gn | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'core/fxcodec') diff --git a/core/fxcodec/BUILD.gn b/core/fxcodec/BUILD.gn index 1c68956711..e09b7a61cd 100644 --- a/core/fxcodec/BUILD.gn +++ b/core/fxcodec/BUILD.gn @@ -147,3 +147,10 @@ pdfium_unittest_source_set("unittests") { ] } } + +pdfium_embeddertest_source_set("embeddertests") { + sources = [ + "codec/fx_codec_embeddertest.cpp", + ] + pdfium_root_dir = "../../" +} -- cgit v1.2.3