Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index a08970868e4de1f79122f4fed5dbb762392c299d..2d42997a882fa46b0e94248f3fb9738cc3b7000b 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -538,6 +538,7 @@ static_library("fxcrt") { |
| "core/fxcrt/fxcrt_windows.h", |
| "core/fxcrt/plex.h", |
| "core/fxcrt/xml_int.h", |
| + "core/include/fxcrt/cfx_retain_ptr.h", |
|
dsinclair
2016/03/16 13:47:45
Can we put this in core/fxcrt/include?
Tom Sepez
2016/03/16 19:12:55
Done.
|
| "core/include/fxcrt/fx_basic.h", |
| "core/include/fxcrt/fx_bidi.h", |
| "core/include/fxcrt/fx_coordinates.h", |
| @@ -1467,6 +1468,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", |