diff options
author | Lei Zhang <thestig@chromium.org> | 2014-07-08 17:05:23 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2014-07-08 17:05:23 -0700 |
commit | cb46ea1bca55b448a7a54db2086c6f736f05c35f (patch) | |
tree | 8d165e061d84a4505cfee81b2e662bcca661a9c4 /BUILD.gn | |
parent | ab99c380bfeb5bf2007c0928f816c737f733250f (diff) | |
download | pdfium-cb46ea1bca55b448a7a54db2086c6f736f05c35f.tar.xz |
Fix BUILD.gn for commit 3522876d.chromium/2085
TBR=palmer@chromium.org
Review URL: https://codereview.chromium.org/378073002
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -525,7 +525,6 @@ static_library("fxcrt") { "core/src/fxcrt/fx_basic_list.cpp", "core/src/fxcrt/fx_basic_maps.cpp", "core/src/fxcrt/fx_basic_memmgr.cpp", - "core/src/fxcrt/fx_basic_memmgr_mini.cpp", "core/src/fxcrt/fx_basic_plex.cpp", "core/src/fxcrt/fx_basic_utf.cpp", "core/src/fxcrt/fx_basic_util.cpp", @@ -535,7 +534,6 @@ static_library("fxcrt") { "core/src/fxcrt/fx_unicode.cpp", "core/src/fxcrt/fx_xml_composer.cpp", "core/src/fxcrt/fx_xml_parser.cpp", - "core/src/fxcrt/mem_int.h", "core/src/fxcrt/plex.h", "core/src/fxcrt/xml_int.h", ] |