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

Unified Diff: pdf/BUILD.gn

Issue 2453323002: Add pdf_unittests target. (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | pdf/chunk_stream_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/BUILD.gn
diff --git a/pdf/BUILD.gn b/pdf/BUILD.gn
index f017ed2ff4468ec5525533e41ebc7bcb0322af48..cc857e53d1ca4cb2b438b3c893ca454cf8847595 100644
--- a/pdf/BUILD.gn
+++ b/pdf/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//build/config/features.gni")
+import("//testing/test.gni")
import("//third_party/pdfium/pdfium.gni")
assert(enable_pdf)
@@ -70,3 +71,20 @@ static_library("pdf") {
defines += [ "PDF_ENABLE_XFA" ]
}
}
+
+test("pdf_unittests") {
+ sources = [
+ "chunk_stream_unittest.cc",
+ "run_all_unittests.cc",
+ ]
+
+ deps = [
+ ":pdf",
+ "//base",
+ "//base/test:test_support",
+ "//ppapi/c",
+ "//ppapi/cpp",
+ "//testing/gmock",
+ "//testing/gtest",
+ ]
+}
« no previous file with comments | « no previous file | pdf/chunk_stream_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698