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

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: SkTLazy initializer fix 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') | experimental/svg/model/SkPEG.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 6b00f45558e4fb85c5a0ed98f9bdd58d3d6ead76..13ef82ffdf945f7f6dca2974b86f83829dd156b4 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -499,6 +499,7 @@ test_lib("tests") {
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') | experimental/svg/model/SkPEG.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698