Move declaration of is_fuzzer to where it is used

BUG=skia:6260

Change-Id: Iaca4fb1afb4d182f4d2ae64d939729363a226ce6
Reviewed-on: https://skia-review.googlesource.com/8772
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Ravi Mistry <rmistry@google.com>
This commit is contained in:
Ravi Mistry 2017-02-21 10:50:13 -05:00 committed by Skia Commit-Bot
parent cdcc33f7d6
commit 9048851e57
2 changed files with 1 additions and 1 deletions

View File

@ -35,6 +35,7 @@ declare_args() {
skia_enable_tools = is_skia_standalone
skia_enable_vulkan_debug_layers = is_skia_standalone && is_debug
skia_vulkan_sdk = getenv("VULKAN_SDK")
is_fuzzing = false
}
declare_args() {
skia_use_dng_sdk =

View File

@ -17,7 +17,6 @@ declare_args() {
ndk_api = 21
}
sanitize = ""
is_fuzzing = false
}
declare_args() {
is_debug = !is_official_build