blob: 175db87b7358eb0aa599a744370d5fcfcab12161 [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 recipe_modules.dart.build;
message Build {
// Disables goma if set to true, defaults to false.
bool disable_goma = 1;
// Overrides the default timeout in seconds if set to something other than 0.
int32 timeout = 2;
}