diff options
Diffstat (limited to 'xfa')
-rw-r--r-- | xfa/BUILD.gn | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/xfa/BUILD.gn b/xfa/BUILD.gn index 3453a40f78..df297373a9 100644 --- a/xfa/BUILD.gn +++ b/xfa/BUILD.gn @@ -12,16 +12,3 @@ config("xfa_warnings") { cflags = [ "-Wno-strict-overflow" ] } } - -group("xfa") { - deps = [ - "fde", - "fgas", - "fwl", - "fxfa", - "fxfa/fm2js", - "fxfa/parser", - "fxgraphics", - ] - visibility = [ "../*" ] -} |