diff options
Diffstat (limited to 'fxbarcode/BUILD.gn')
-rw-r--r-- | fxbarcode/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fxbarcode/BUILD.gn b/fxbarcode/BUILD.gn index 88235be81e..524ca7bb8b 100644 --- a/fxbarcode/BUILD.gn +++ b/fxbarcode/BUILD.gn @@ -136,7 +136,7 @@ jumbo_source_set("fxbarcode") { ] deps = [ "../:fxcrt", - "../:fxge", + "../core/fxge", "../third_party:bigint", ] configs += [ "../:pdfium_core_config" ] |