blob: 183553f7a3ff26130950d273d4f97d21deca8d58 [file] [log] [blame]
// Copyright (c) 2020, the Dart project 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 recipes.dart.dart.gclient;
import "google/protobuf/struct.proto";
message Gclient {
// The custom variables and their values to pass to gclient.
google.protobuf.Struct custom_vars = 1;
}