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

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

Issue 1610123003: Added anonymizer to SystemLogUploader. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 11 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("//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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "//chrome/installer/util:with_no_strings", 55 "//chrome/installer/util:with_no_strings",
56 "//chromeos", 56 "//chromeos",
57 "//chromeos:cryptohome_proto", 57 "//chromeos:cryptohome_proto",
58 "//chromeos:cryptohome_signkey_proto", 58 "//chromeos:cryptohome_signkey_proto",
59 "//chromeos:power_manager_proto", 59 "//chromeos:power_manager_proto",
60 "//components/arc", 60 "//components/arc",
61 "//components/certificate_reporting:cert_logger_proto", 61 "//components/certificate_reporting:cert_logger_proto",
62 "//components/certificate_reporting:encrypted_cert_logger_proto", 62 "//components/certificate_reporting:encrypted_cert_logger_proto",
63 "//components/drive", 63 "//components/drive",
64 "//components/drive:drive_chromeos", 64 "//components/drive:drive_chromeos",
65 "//components/feedback",
65 "//components/flags_ui", 66 "//components/flags_ui",
66 "//components/login", 67 "//components/login",
67 "//components/onc", 68 "//components/onc",
68 "//components/ownership", 69 "//components/ownership",
69 "//components/pairing", 70 "//components/pairing",
70 "//components/policy", 71 "//components/policy",
71 "//components/proxy_config", 72 "//components/proxy_config",
72 "//components/session_manager/core", 73 "//components/session_manager/core",
73 "//components/user_manager", 74 "//components/user_manager",
74 "//components/wifi_sync", 75 "//components/wifi_sync",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 "policy/proto/install_attributes.proto", 200 "policy/proto/install_attributes.proto",
200 ] 201 ]
201 } 202 }
202 203
203 proto_library("attestation_proto") { 204 proto_library("attestation_proto") {
204 sources = [ 205 sources = [
205 "attestation/attestation_key_payload.proto", 206 "attestation/attestation_key_payload.proto",
206 "attestation/attestation_signed_data.proto", 207 "attestation/attestation_signed_data.proto",
207 ] 208 ]
208 } 209 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/policy/DEPS » ('j') | chrome/browser/chromeos/policy/system_log_uploader.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698