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

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

Issue 2400163003: arc: enable Android tracing in verified-boot mode (Closed)
Patch Set: Fix some nits Created 3 years, 10 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("//extensions/features/features.gni") 7 import("//extensions/features/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 "arc/policy/arc_policy_bridge.cc", 295 "arc/policy/arc_policy_bridge.cc",
296 "arc/policy/arc_policy_bridge.h", 296 "arc/policy/arc_policy_bridge.h",
297 "arc/policy/arc_policy_util.cc", 297 "arc/policy/arc_policy_util.cc",
298 "arc/policy/arc_policy_util.h", 298 "arc/policy/arc_policy_util.h",
299 "arc/print/arc_print_service.cc", 299 "arc/print/arc_print_service.cc",
300 "arc/print/arc_print_service.h", 300 "arc/print/arc_print_service.h",
301 "arc/process/arc_process.cc", 301 "arc/process/arc_process.cc",
302 "arc/process/arc_process.h", 302 "arc/process/arc_process.h",
303 "arc/process/arc_process_service.cc", 303 "arc/process/arc_process_service.cc",
304 "arc/process/arc_process_service.h", 304 "arc/process/arc_process_service.h",
305 "arc/trace/arc_trace_bridge.cc",
306 "arc/trace/arc_trace_bridge.h",
307 "arc/trace/arc_trace_reader.cc",
Luis Héctor Chávez 2017/02/10 17:43:54 I didn't see anything that warrants the reader to
Earl Ou 2017/03/22 11:38:25 There is no arc_trace_reader.* now.
308 "arc/trace/arc_trace_reader.h",
305 "arc/tts/arc_tts_service.cc", 309 "arc/tts/arc_tts_service.cc",
306 "arc/tts/arc_tts_service.h", 310 "arc/tts/arc_tts_service.h",
307 "arc/video/gpu_arc_video_service_host.cc", 311 "arc/video/gpu_arc_video_service_host.cc",
308 "arc/video/gpu_arc_video_service_host.h", 312 "arc/video/gpu_arc_video_service_host.h",
309 "arc/wallpaper/arc_wallpaper_service.cc", 313 "arc/wallpaper/arc_wallpaper_service.cc",
310 "arc/wallpaper/arc_wallpaper_service.h", 314 "arc/wallpaper/arc_wallpaper_service.h",
311 "attestation/attestation_ca_client.cc", 315 "attestation/attestation_ca_client.cc",
312 "attestation/attestation_ca_client.h", 316 "attestation/attestation_ca_client.h",
313 "attestation/attestation_policy_observer.cc", 317 "attestation/attestation_policy_observer.cc",
314 "attestation/attestation_policy_observer.h", 318 "attestation/attestation_policy_observer.h",
(...skipping 1432 matching lines...) Expand 10 before | Expand all | Expand 10 after
1747 "policy/proto/chrome_device_policy.proto", 1751 "policy/proto/chrome_device_policy.proto",
1748 "policy/proto/install_attributes.proto", 1752 "policy/proto/install_attributes.proto",
1749 ] 1753 ]
1750 } 1754 }
1751 1755
1752 proto_library("attestation_proto") { 1756 proto_library("attestation_proto") {
1753 sources = [ 1757 sources = [
1754 "attestation/attestation_key_payload.proto", 1758 "attestation/attestation_key_payload.proto",
1755 ] 1759 ]
1756 } 1760 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698