Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: BUILD.gn

Issue 2271743002: Reland: Experimental parsing expression grammar (PEG) template library (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Fixes for MSan, g3 roll Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | experimental/svg/model/SkPEG.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index e0ed2a6f80d2d1d406f1f296c4bf79f6c2537b4d..930bf62db4dda2c0c602bc4bb1fbdcd5c5f04802 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -612,6 +612,7 @@ if (skia_enable_tools) {
rebase_path("tests/skia_test.cpp"), # alternate main
]
deps = [
+ ":experimental_svg_model",
":flags",
":gpu_tool_utils",
":skia",
« no previous file with comments | « no previous file | experimental/svg/model/SkPEG.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698