Refactor WebsiteSettings to operate on a SecurityInfo
[chromium-blink-merge.git] / chrome / browser / safe_browsing / incident_reporting / BUILD.gn
blobd8ec0ef8438b4d802e2f29c60d818bf6ef6ce45a
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//third_party/protobuf/proto_library.gni")
7 # GYP version: chrome/chrome_browser.gypi:incident_reporting_state_store_data_proto
8 proto_library("state_store_data_proto") {
9   sources = [
10     "state_store_data.proto",
11   ]