BUILD.gn: Add a dawn_samples group

BUG=

Change-Id: I328bdc960bfc28a1ea16ca0c6705cb60b929109f
Reviewed-on: https://dawn-review.googlesource.com/1542
Reviewed-by: Kai Ninomiya <kainino@chromium.org>
Reviewed-by: Stephen White <senorblanco@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Corentin Wallez 2018-09-20 21:17:14 +00:00 committed by Commit Bot service account
parent fdccb54de5
commit 31d1e78d57
1 changed files with 11 additions and 0 deletions

View File

@ -903,4 +903,15 @@ if (dawn_standalone) {
"third_party:tiny_gltf_loader",
]
}
group("dawn_samples") {
deps = [
":CppHelloTriangle",
":CHelloTriangle",
":ComputeBoids",
":Animometer",
":CubeReflection",
":glTFViewer",
]
}
}