blob: 224946eedfa07a12a5b3b228085e8ea3e819bd4c [file]
// 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.full;
import "recipe_modules/flutter/recipe_testing/options.proto";
message InputProperties {
// Checkout module options.
recipe_modules.flutter.recipe_testing.Options recipe_testing_options = 1;
}