// 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; | |
} |