diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/BUILD.gn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/constants/BUILD.gn b/constants/BUILD.gn index 7860539229..25a574eba9 100644 --- a/constants/BUILD.gn +++ b/constants/BUILD.gn @@ -7,9 +7,9 @@ import("../pdfium.gni") jumbo_source_set("constants") { sources = [ - "constants/form_flags.h", - "constants/page_object.h", - "constants/stream_dict_common.h", - "constants/transparency.h", + "form_flags.h", + "page_object.h", + "stream_dict_common.h", + "transparency.h", ] } |