From 1b6fcaad0722fb586620efc974726dee3fb0f80f Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Tue, 16 Oct 2018 17:12:18 +0000 Subject: Make constants/ pass gn check. Change-Id: I1104d5c3c63dbf9f2f286797db842d30c75e2718 Reviewed-on: https://pdfium-review.googlesource.com/c/44077 Reviewed-by: Tom Sepez Commit-Queue: Lei Zhang --- constants/BUILD.gn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'constants') 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", ] } -- cgit v1.2.3