diff options
Diffstat (limited to 'fxjs')
-rw-r--r-- | fxjs/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxjs/BUILD.gn b/fxjs/BUILD.gn index d885117c1b..96c3c6df2f 100644 --- a/fxjs/BUILD.gn +++ b/fxjs/BUILD.gn @@ -17,7 +17,7 @@ jumbo_source_set("fxjs") { ] configs += [ "../:pdfium_core_config" ] deps = [ - "../:fxcrt", + "../core/fxcrt", ] visibility = [ "../*" ] |