summaryrefslogtreecommitdiff
path: root/.gn
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-10-12 17:37:06 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-12 17:37:06 +0000
commitac0a1672378b4b2e18b01080a5c149ff50abd363 (patch)
tree65a42f37cc04eef2661b8b63a5fa5085a5af75e1 /.gn
parent3f972932128af8dd040dd9d2bbaed4004fc4d617 (diff)
downloadpdfium-ac0a1672378b4b2e18b01080a5c149ff50abd363.tar.xz
Split fxbarcode build rules into fxbarcode/BUILD.gn.
Enable GN check for fxbarcode and make it pass. Change-Id: I696a97b90113b65ae5c7f8aa18185328c4640251 Reviewed-on: https://pdfium-review.googlesource.com/c/43940 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to '.gn')
-rw-r--r--.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gn b/.gn
index 59db446ec0..0e52ba736a 100644
--- a/.gn
+++ b/.gn
@@ -17,12 +17,12 @@ default_args = {
}
check_targets = [
+ "//fxbarcode/*",
"//samples/*",
# TODO(thestig): Work on these.
#"//core/*", # Need to split off.
#"//fpdfsdk/*", # Need to split off.
- #"//fxbarcode/*", # Need to split off.
#"//fxjs/*", # Need to split off.
#"//testing/*",
#"//testing/fuzzers/*",