summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-16 17:12:18 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-16 17:12:18 +0000
commit1b6fcaad0722fb586620efc974726dee3fb0f80f (patch)
tree7fff250bd833e5fdb2e01b2cd74794cef712b756 /constants
parentc3da3697304847bf4fe106bb397bf2d09b6db29a (diff)
downloadpdfium-1b6fcaad0722fb586620efc974726dee3fb0f80f.tar.xz
Make constants/ pass gn check.
Change-Id: I1104d5c3c63dbf9f2f286797db842d30c75e2718 Reviewed-on: https://pdfium-review.googlesource.com/c/44077 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'constants')
-rw-r--r--constants/BUILD.gn8
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",
]
}