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

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

Issue 1117173004: Split cert reporter class into report building/serializing and sending (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move //c/b/ssl classes into global namespace Created 5 years, 7 months 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("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//third_party/protobuf/proto_library.gni") 8 import("//third_party/protobuf/proto_library.gni")
9 9
10 gypi_values = exec_script("//build/gypi_to_gn.py", 10 gypi_values = exec_script("//build/gypi_to_gn.py",
(...skipping 29 matching lines...) Expand all
40 "//ash", 40 "//ash",
41 "//ash:ash_with_content", 41 "//ash:ash_with_content",
42 "//breakpad:client", 42 "//breakpad:client",
43 "//components/login", 43 "//components/login",
44 "//components/session_manager/core", 44 "//components/session_manager/core",
45 "//components/user_manager", 45 "//components/user_manager",
46 "//components/wallpaper", 46 "//components/wallpaper",
47 "//components/wifi_sync", 47 "//components/wifi_sync",
48 "//chrome/browser/devtools", 48 "//chrome/browser/devtools",
49 "//chrome/browser/extensions", 49 "//chrome/browser/extensions",
50 "//chrome/browser/net:cert_logger_proto", 50 "//chrome/browser/net:encrypted_cert_logger_proto",
51 "//chrome/browser/safe_browsing:chunk_proto", 51 "//chrome/browser/safe_browsing:chunk_proto",
52 "//chrome/browser/safe_browsing:metadata_proto", 52 "//chrome/browser/safe_browsing:metadata_proto",
53 "//chrome/browser/safe_browsing:report_proto", 53 "//chrome/browser/safe_browsing:report_proto",
54 "//chrome/browser/ssl:cert_logger_proto",
54 "//chrome/common", 55 "//chrome/common",
55 "//chrome/common/extensions/api", 56 "//chrome/common/extensions/api",
56 "//chrome/common/extensions/api:api_registration", 57 "//chrome/common/extensions/api:api_registration",
57 "//chrome/common/net", 58 "//chrome/common/net",
58 "//chrome/installer/util", 59 "//chrome/installer/util",
59 "//chromeos", 60 "//chromeos",
60 "//chromeos/ime:gencode", 61 "//chromeos/ime:gencode",
61 "//chromeos:cryptohome_proto", 62 "//chromeos:cryptohome_proto",
62 "//chromeos:cryptohome_signkey_proto", 63 "//chromeos:cryptohome_signkey_proto",
63 "//chromeos:power_manager_proto", 64 "//chromeos:power_manager_proto",
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "policy/proto/install_attributes.proto", 177 "policy/proto/install_attributes.proto",
177 ] 178 ]
178 } 179 }
179 180
180 proto_library("attestation_proto") { 181 proto_library("attestation_proto") {
181 sources = [ 182 sources = [
182 "attestation/attestation_key_payload.proto", 183 "attestation/attestation_key_payload.proto",
183 "attestation/attestation_signed_data.proto", 184 "attestation/attestation_signed_data.proto",
184 ] 185 ]
185 } 186 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698