aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD.gn
diff options
context:
space:
mode:
authorGravatar fmalita <fmalita@chromium.org>2016-08-25 08:44:35 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-25 08:44:35 -0700
commit6cf896d7ce03b87b3a5595bc66caf0a34c993755 (patch)
tree5666526f006e52c54b916648be2bb884c147c937 /BUILD.gn
parentc3d0e422761702c52a974411eaf0b06d223fe98e (diff)
Reland: Experimental parsing expression grammar (PEG) template library
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 8bc4505d65..6774890d1d 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -640,6 +640,7 @@ if (skia_enable_tools) {
rebase_path("tests/skia_test.cpp"), # alternate main
]
deps = [
+ ":experimental_svg_model",
":flags",
":gpu_tool_utils",
":skia",