summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-10-26 12:45:29 -0700
committerTom Sepez <tsepez@chromium.org>2015-10-26 12:45:29 -0700
commit15ce59a0f34278b6b222675c77b25e3e0c50139f (patch)
tree91c4bae4dbcad4efde2426811f5a5465e10ad663 /BUILD.gn
parentbf60b29fc07c668022fc06517782aeda25e8246c (diff)
downloadpdfium-15ce59a0f34278b6b222675c77b25e3e0c50139f.tar.xz
XFA: Fix stray comma in BUILD.gn
TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1421313002 .
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index d469c5d97d..fff4ad4bdc 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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",