blob: 7bba2ecda348b615528e8a775303196add75b7c0 [file] [log] [blame]
Avi Drissman4a8573c2022-09-09 19:35:541# Copyright 2014 The Chromium Authors
[email protected]797b25042014-07-01 23:54:172# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
Fumitoshi Ukaib19e1e262024-12-11 06:24:115import("//chrome/common/features.gni")
[email protected]797b25042014-07-01 23:54:176import("//third_party/protobuf/proto_library.gni")
7
Ben Schwartz503914242020-06-10 18:43:278if (is_android) {
9 import("//build/config/android/rules.gni")
10}
11
[email protected]797b25042014-07-01 23:54:1712proto_library("probe_message_proto") {
Nico Weber8ab26372020-01-13 17:04:1613 sources = [ "probe_message.proto" ]
[email protected]797b25042014-07-01 23:54:1714}
Ben Schwartz503914242020-06-10 18:43:2715
Carlos IL092a9055702022-03-16 15:53:2616proto_library("key_pinning_proto") {
17 sources = [
18 "key_pinning.proto",
19 "kp_timestamp.proto",
20 ]
21}
22
Ben Schwartz503914242020-06-10 18:43:2723if (is_android) {
24 java_cpp_enum("secure_dns_management_mode_generated_enum") {
25 sources = [ "secure_dns_config.h" ]
26 }
27}