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

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

Issue 2808383004: Refactor and send voice interaction structure (Closed)
Patch Set: address dominic's 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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 "arc/process/arc_process.cc", 325 "arc/process/arc_process.cc",
326 "arc/process/arc_process.h", 326 "arc/process/arc_process.h",
327 "arc/process/arc_process_service.cc", 327 "arc/process/arc_process_service.cc",
328 "arc/process/arc_process_service.h", 328 "arc/process/arc_process_service.h",
329 "arc/tracing/arc_tracing_bridge.cc", 329 "arc/tracing/arc_tracing_bridge.cc",
330 "arc/tracing/arc_tracing_bridge.h", 330 "arc/tracing/arc_tracing_bridge.h",
331 "arc/tts/arc_tts_service.cc", 331 "arc/tts/arc_tts_service.cc",
332 "arc/tts/arc_tts_service.h", 332 "arc/tts/arc_tts_service.h",
333 "arc/video/gpu_arc_video_service_host.cc", 333 "arc/video/gpu_arc_video_service_host.cc",
334 "arc/video/gpu_arc_video_service_host.h", 334 "arc/video/gpu_arc_video_service_host.h",
335 "arc/voice_interaction/arc_voice_interaction_arc_home_service.cc",
336 "arc/voice_interaction/arc_voice_interaction_arc_home_service.h",
335 "arc/voice_interaction/arc_voice_interaction_framework_service.cc", 337 "arc/voice_interaction/arc_voice_interaction_framework_service.cc",
336 "arc/voice_interaction/arc_voice_interaction_framework_service.h", 338 "arc/voice_interaction/arc_voice_interaction_framework_service.h",
337 "arc/wallpaper/arc_wallpaper_service.cc", 339 "arc/wallpaper/arc_wallpaper_service.cc",
338 "arc/wallpaper/arc_wallpaper_service.h", 340 "arc/wallpaper/arc_wallpaper_service.h",
339 "ash_config.cc", 341 "ash_config.cc",
340 "ash_config.h", 342 "ash_config.h",
341 "attestation/attestation_ca_client.cc", 343 "attestation/attestation_ca_client.cc",
342 "attestation/attestation_ca_client.h", 344 "attestation/attestation_ca_client.h",
343 "attestation/attestation_policy_observer.cc", 345 "attestation/attestation_policy_observer.cc",
344 "attestation/attestation_policy_observer.h", 346 "attestation/attestation_policy_observer.h",
(...skipping 1481 matching lines...) Expand 10 before | Expand all | Expand 10 after
1826 "policy/proto/chrome_device_policy.proto", 1828 "policy/proto/chrome_device_policy.proto",
1827 "policy/proto/install_attributes.proto", 1829 "policy/proto/install_attributes.proto",
1828 ] 1830 ]
1829 } 1831 }
1830 1832
1831 proto_library("attestation_proto") { 1833 proto_library("attestation_proto") {
1832 sources = [ 1834 sources = [
1833 "attestation/attestation_key_payload.proto", 1835 "attestation/attestation_key_payload.proto",
1834 ] 1836 ]
1835 } 1837 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698