summaryrefslogtreecommitdiff
path: root/chromium/content/browser/download/BUILD.gn
blob: a0c91cca5ca57d70a5bb937a45f6bb805b4fd5f1 (plain)
1
2
3
4
5
6
7
8
9
# Copyright 2022 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")

proto_library("proto") {
  sources = [ "embedder_download_data.proto" ]
}