| // Copyright 2021 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.tests; | |
| import "recipe_modules/flutter/recipe_testing/options.proto"; | |
| message InputProperties { | |
| // Checkout module options. | |
| recipe_modules.flutter.recipe_testing.Options recipe_testing_options = 1; | |
| } |