diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-10-26 12:45:29 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-10-26 12:45:29 -0700 |
commit | 15ce59a0f34278b6b222675c77b25e3e0c50139f (patch) | |
tree | 91c4bae4dbcad4efde2426811f5a5465e10ad663 | |
parent | bf60b29fc07c668022fc06517782aeda25e8246c (diff) | |
download | pdfium-15ce59a0f34278b6b222675c77b25e3e0c50139f.tar.xz |
XFA: Fix stray comma in BUILD.gn
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/1421313002 .
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1452,7 +1452,7 @@ static_library("xfa") { "xfa/src/fxjse/src/util_inline.h", "xfa/src/fxjse/src/value.cpp", "xfa/src/fxjse/src/value.h" - ], + ] include_dirs = [ "//v8", "//v8/include", |