chromium/chrome/browser/ash/system_web_apps/types/proto/BUILD.gn

# Copyright 2023 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//third_party/protobuf/proto_library.gni")

# Separate from chrome/browser/ash/system_web_apps/types/BUILD.gn, which is
# Ash-only. The statement below exists just to bypass the presubmit.
# Not going to add assert(is_chromeos_ash) check.
proto_library("proto") {
  proto_in_dir = "//"
  sources = [ "system_web_app_data.proto" ]
}