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

Unified Diff: BUILD.gn

Issue 831283003: XFA: revert bb1405d - Create pdfium_unittests binary. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 11 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 | pdfium.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 6681871e718ee55f7e65f02664d67c375c7162a2..0d3d6938da457d1bf6d4c17e149c081f7c0e7249 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1540,16 +1540,3 @@ static_library("xfa") {
"//v8:v8_libplatform",
]
}
-
-executable("pdfium_unittests") {
- testonly = true
- sources = [
- "core/src/fxcrt/fx_basic_bstring_unittest.cpp",
- ]
- deps = [
- ":pdfium",
- "//base",
- "//base/test:run_all_unittests",
- "//testing/gtest",
- ]
-}
« no previous file with comments | « no previous file | pdfium.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698