Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(853)

Side by Side Diff: chrome/browser/chromeos/BUILD.gn

Issue 1414343007: Collect threat details for phishing and UwS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//chrome/chrome_tests.gni") 7 import("//chrome/chrome_tests.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 10
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "//components/drive", 44 "//components/drive",
45 "//components/flags_ui", 45 "//components/flags_ui",
46 "//components/login", 46 "//components/login",
47 "//components/session_manager/core", 47 "//components/session_manager/core",
48 "//components/user_manager", 48 "//components/user_manager",
49 "//components/wifi_sync", 49 "//components/wifi_sync",
50 "//chrome/browser/devtools", 50 "//chrome/browser/devtools",
51 "//chrome/browser/extensions", 51 "//chrome/browser/extensions",
52 "//chrome/browser/safe_browsing:chunk_proto", 52 "//chrome/browser/safe_browsing:chunk_proto",
53 "//chrome/browser/safe_browsing:metadata_proto", 53 "//chrome/browser/safe_browsing:metadata_proto",
54 "//chrome/browser/safe_browsing:report_proto",
55 "//chrome/common", 54 "//chrome/common",
56 "//chrome/common/extensions/api", 55 "//chrome/common/extensions/api",
57 "//chrome/common/extensions/api:api_registration", 56 "//chrome/common/extensions/api:api_registration",
58 "//chrome/common/net", 57 "//chrome/common/net",
58 "//chrome/common/safe_browsing:proto",
59 "//chrome/installer/util", 59 "//chrome/installer/util",
60 "//chromeos", 60 "//chromeos",
61 "//chromeos/ime:gencode", 61 "//chromeos/ime:gencode",
62 "//chromeos:cryptohome_proto", 62 "//chromeos:cryptohome_proto",
63 "//chromeos:cryptohome_signkey_proto", 63 "//chromeos:cryptohome_signkey_proto",
64 "//chromeos:power_manager_proto", 64 "//chromeos:power_manager_proto",
65 "//components/certificate_reporting:cert_logger_proto", 65 "//components/certificate_reporting:cert_logger_proto",
66 "//components/certificate_reporting:encrypted_cert_logger_proto", 66 "//components/certificate_reporting:encrypted_cert_logger_proto",
67 "//components/onc", 67 "//components/onc",
68 "//components/ownership", 68 "//components/ownership",
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 "policy/proto/install_attributes.proto", 195 "policy/proto/install_attributes.proto",
196 ] 196 ]
197 } 197 }
198 198
199 proto_library("attestation_proto") { 199 proto_library("attestation_proto") {
200 sources = [ 200 sources = [
201 "attestation/attestation_key_payload.proto", 201 "attestation/attestation_key_payload.proto",
202 "attestation/attestation_signed_data.proto", 202 "attestation/attestation_signed_data.proto",
203 ] 203 ]
204 } 204 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698