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

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

Issue 2768093005: Send voice interaction structure from cros to Arc. (Closed)
Patch Set: address review comments Created 3 years, 8 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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 "arc/process/arc_process.cc", 316 "arc/process/arc_process.cc",
317 "arc/process/arc_process.h", 317 "arc/process/arc_process.h",
318 "arc/process/arc_process_service.cc", 318 "arc/process/arc_process_service.cc",
319 "arc/process/arc_process_service.h", 319 "arc/process/arc_process_service.h",
320 "arc/tracing/arc_tracing_bridge.cc", 320 "arc/tracing/arc_tracing_bridge.cc",
321 "arc/tracing/arc_tracing_bridge.h", 321 "arc/tracing/arc_tracing_bridge.h",
322 "arc/tts/arc_tts_service.cc", 322 "arc/tts/arc_tts_service.cc",
323 "arc/tts/arc_tts_service.h", 323 "arc/tts/arc_tts_service.h",
324 "arc/video/gpu_arc_video_service_host.cc", 324 "arc/video/gpu_arc_video_service_host.cc",
325 "arc/video/gpu_arc_video_service_host.h", 325 "arc/video/gpu_arc_video_service_host.h",
326 "arc/voice_interaction/arc_voice_interaction_arc_home_service.cc",
327 "arc/voice_interaction/arc_voice_interaction_arc_home_service.h",
326 "arc/voice_interaction/arc_voice_interaction_framework_service.cc", 328 "arc/voice_interaction/arc_voice_interaction_framework_service.cc",
327 "arc/voice_interaction/arc_voice_interaction_framework_service.h", 329 "arc/voice_interaction/arc_voice_interaction_framework_service.h",
328 "arc/wallpaper/arc_wallpaper_service.cc", 330 "arc/wallpaper/arc_wallpaper_service.cc",
329 "arc/wallpaper/arc_wallpaper_service.h", 331 "arc/wallpaper/arc_wallpaper_service.h",
330 "ash_config.cc", 332 "ash_config.cc",
331 "ash_config.h", 333 "ash_config.h",
332 "attestation/attestation_ca_client.cc", 334 "attestation/attestation_ca_client.cc",
333 "attestation/attestation_ca_client.h", 335 "attestation/attestation_ca_client.h",
334 "attestation/attestation_policy_observer.cc", 336 "attestation/attestation_policy_observer.cc",
335 "attestation/attestation_policy_observer.h", 337 "attestation/attestation_policy_observer.h",
(...skipping 1478 matching lines...) Expand 10 before | Expand all | Expand 10 after
1814 "policy/proto/chrome_device_policy.proto", 1816 "policy/proto/chrome_device_policy.proto",
1815 "policy/proto/install_attributes.proto", 1817 "policy/proto/install_attributes.proto",
1816 ] 1818 ]
1817 } 1819 }
1818 1820
1819 proto_library("attestation_proto") { 1821 proto_library("attestation_proto") {
1820 sources = [ 1822 sources = [
1821 "attestation/attestation_key_payload.proto", 1823 "attestation/attestation_key_payload.proto",
1822 ] 1824 ]
1823 } 1825 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_service_launcher.cc » ('j') | content/public/browser/voice_interaction_helper.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698