blob: b991c88bb502949408ffc0b5fa5320053caad1a4 [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;
}