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

Unified Diff: BUILD.gn

Issue 1547833002: Switch from nonstd::unique_ptr to std::unique_ptr. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: rebase Created 5 years 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 | core/include/fpdfapi/fpdf_module.h » ('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 7df4e38672cc44dce45742e3105dcc98eaef78f2..1377b68af5cd8b47635e4cd1e3b59ad750673f33 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -737,7 +737,6 @@ test("pdfium_unittests") {
"core/src/fxcrt/fx_bidi_unittest.cpp",
"core/src/fxcrt/fx_extension_unittest.cpp",
"core/src/fxcrt/fx_system_unittest.cpp",
- "third_party/base/nonstd_unique_ptr_unittest.cpp",
]
deps = [
"//testing/gtest",
« no previous file with comments | « no previous file | core/include/fpdfapi/fpdf_module.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698