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

Unified Diff: BUILD.gn

Issue 1805683002: Add a Retained Pointer smart class. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: One more test. Created 4 years, 9 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 | core/fxcrt/cfx_retain_ptr_unittest.cpp » ('j') | core/fxcrt/include/cfx_retain_ptr.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 5058b5b0a9fafc9f66545ff28309a75c76bf0c3e..5fa57eaf5e4c4909631959ed5faed5294d21df3c 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -545,6 +545,7 @@ static_library("fxcrt") {
"core/fxcrt/fxcrt_stream.cpp",
"core/fxcrt/fxcrt_windows.cpp",
"core/fxcrt/fxcrt_windows.h",
+ "core/fxcrt/include/cfx_retain_ptr.h",
"core/fxcrt/plex.h",
"core/fxcrt/xml_int.h",
"core/include/fxcrt/fx_basic.h",
@@ -1476,6 +1477,7 @@ test("pdfium_unittests") {
"core/fpdfdoc/doc_basic_unittest.cpp",
"core/fpdftext/fpdf_text_int_unittest.cpp",
"core/fxcodec/codec/fx_codec_jpx_unittest.cpp",
+ "core/fxcrt/cfx_retain_ptr_unittest.cpp",
"core/fxcrt/fx_basic_bstring_unittest.cpp",
"core/fxcrt/fx_basic_gcc_unittest.cpp",
"core/fxcrt/fx_basic_memmgr_unittest.cpp",
@@ -1499,9 +1501,7 @@ test("pdfium_unittests") {
]
}
if (pdf_enable_v8) {
- sources += [
- "fpdfsdk/javascript/public_methods_unittest.cpp",
- ]
+ sources += [ "fpdfsdk/javascript/public_methods_unittest.cpp" ]
include_dirs += [
"//v8",
"//v8/include",
« no previous file with comments | « no previous file | core/fxcrt/cfx_retain_ptr_unittest.cpp » ('j') | core/fxcrt/include/cfx_retain_ptr.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698