Fix the build with only the OpenGL and Null backends enabled

BUG=chromium:914375

Change-Id: I07dbdbdb7518ac6b9800483f570fe97c16f08ee1
Reviewed-on: https://dawn-review.googlesource.com/c/3243
Reviewed-by: Stephen White <senorblanco@chromium.org>
Reviewed-by: Kai Ninomiya <kainino@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Corentin Wallez
2018-12-14 08:28:55 +00:00
committed by Commit Bot service account
parent ff9562f792
commit fd3717fa7c
2 changed files with 31 additions and 16 deletions

View File

@@ -76,7 +76,7 @@ static_library("dawn_spirv_cross_fuzzer_common") {
"DawnSPIRVCrossFuzzer.h",
]
public_deps = [
"${dawn_top_level}/third_party:spirv_cross",
"${dawn_top_level}/third_party:spirv_cross_full_for_fuzzers",
]
}