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

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

Issue 2747363002: Revert of arc: enable Android tracing from chrome://tracing in dev mode (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_service_launcher.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 "arc/policy/arc_policy_bridge.cc", 306 "arc/policy/arc_policy_bridge.cc",
307 "arc/policy/arc_policy_bridge.h", 307 "arc/policy/arc_policy_bridge.h",
308 "arc/policy/arc_policy_util.cc", 308 "arc/policy/arc_policy_util.cc",
309 "arc/policy/arc_policy_util.h", 309 "arc/policy/arc_policy_util.h",
310 "arc/print/arc_print_service.cc", 310 "arc/print/arc_print_service.cc",
311 "arc/print/arc_print_service.h", 311 "arc/print/arc_print_service.h",
312 "arc/process/arc_process.cc", 312 "arc/process/arc_process.cc",
313 "arc/process/arc_process.h", 313 "arc/process/arc_process.h",
314 "arc/process/arc_process_service.cc", 314 "arc/process/arc_process_service.cc",
315 "arc/process/arc_process_service.h", 315 "arc/process/arc_process_service.h",
316 "arc/tracing/arc_tracing_bridge.cc",
317 "arc/tracing/arc_tracing_bridge.h",
318 "arc/tts/arc_tts_service.cc", 316 "arc/tts/arc_tts_service.cc",
319 "arc/tts/arc_tts_service.h", 317 "arc/tts/arc_tts_service.h",
320 "arc/video/gpu_arc_video_service_host.cc", 318 "arc/video/gpu_arc_video_service_host.cc",
321 "arc/video/gpu_arc_video_service_host.h", 319 "arc/video/gpu_arc_video_service_host.h",
322 "arc/wallpaper/arc_wallpaper_service.cc", 320 "arc/wallpaper/arc_wallpaper_service.cc",
323 "arc/wallpaper/arc_wallpaper_service.h", 321 "arc/wallpaper/arc_wallpaper_service.h",
324 "attestation/attestation_ca_client.cc", 322 "attestation/attestation_ca_client.cc",
325 "attestation/attestation_ca_client.h", 323 "attestation/attestation_ca_client.h",
326 "attestation/attestation_policy_observer.cc", 324 "attestation/attestation_policy_observer.cc",
327 "attestation/attestation_policy_observer.h", 325 "attestation/attestation_policy_observer.h",
(...skipping 1468 matching lines...) Expand 10 before | Expand all | Expand 10 after
1796 "policy/proto/chrome_device_policy.proto", 1794 "policy/proto/chrome_device_policy.proto",
1797 "policy/proto/install_attributes.proto", 1795 "policy/proto/install_attributes.proto",
1798 ] 1796 ]
1799 } 1797 }
1800 1798
1801 proto_library("attestation_proto") { 1799 proto_library("attestation_proto") {
1802 sources = [ 1800 sources = [
1803 "attestation/attestation_key_payload.proto", 1801 "attestation/attestation_key_payload.proto",
1804 ] 1802 ]
1805 } 1803 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_service_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698