blob: eed8e8ca189fba863c91ec0be6b50b281d351ff4 [file] [log] [blame]
// Copyright 2022 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto3";
package recipe_modules.flutter.recipe_testing;
message InputProperties {
int32 recipe_depth = 1;
// Set to true to expose to recipes that they are being tested by this module.
bool enabled = 2;
}