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

Unified Diff: BUILD.gn

Issue 955513009: Pull in gmock for standalone pdfium builds. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: First (empty) mock test. Created 5 years, 10 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 | DEPS » ('j') | testing/embedder_test.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index d6268a4967bfd2f916851940ee7b6b706e21d599..ad103b1ddc72c3d3ec5981f517194b7395368b02 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -820,15 +820,18 @@ test("pdfium_embeddertests") {
sources = [
"fpdfsdk/src/fpdf_dataavail_embeddertest.cpp",
"fpdfsdk/src/fpdfdoc_embeddertest.cpp",
+ "fpdfsdk/src/fpdfformfill_embeddertest.cpp",
"fpdfsdk/src/fpdftext_embeddertest.cpp",
"fpdfsdk/src/fpdfview_embeddertest.cpp",
"testing/embedder_test.cpp",
"testing/embedder_test.h",
+ "testing/embedder_test_mock_delegate.h",
"testing/fx_string_testhelpers.cpp",
"testing/fx_string_testhelpers.h",
]
deps = [
"//testing/gtest",
+ "//testing/gmock",
Lei Zhang 2015/02/26 01:13:41 nit: gmock before gtest, ditto in pdfium.gyp
Tom Sepez 2015/02/27 18:39:20 Done.
":pdfium"
]
include_dirs = [ "." ]
« no previous file with comments | « no previous file | DEPS » ('j') | testing/embedder_test.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698