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

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

Issue 2731403007: add voice interaction shortcut. (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
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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 "arc/arc_optin_uma.cc", 225 "arc/arc_optin_uma.cc",
226 "arc/arc_optin_uma.h", 226 "arc/arc_optin_uma.h",
227 "arc/arc_service_launcher.cc", 227 "arc/arc_service_launcher.cc",
228 "arc/arc_service_launcher.h", 228 "arc/arc_service_launcher.h",
229 "arc/arc_session_manager.cc", 229 "arc/arc_session_manager.cc",
230 "arc/arc_session_manager.h", 230 "arc/arc_session_manager.h",
231 "arc/arc_support_host.cc", 231 "arc/arc_support_host.cc",
232 "arc/arc_support_host.h", 232 "arc/arc_support_host.h",
233 "arc/arc_util.cc", 233 "arc/arc_util.cc",
234 "arc/arc_util.h", 234 "arc/arc_util.h",
235 "arc/arc_voice_interaction_service.cc",
236 "arc/arc_voice_interaction_service.h",
235 "arc/auth/arc_active_directory_enrollment_token_fetcher.cc", 237 "arc/auth/arc_active_directory_enrollment_token_fetcher.cc",
236 "arc/auth/arc_active_directory_enrollment_token_fetcher.h", 238 "arc/auth/arc_active_directory_enrollment_token_fetcher.h",
237 "arc/auth/arc_auth_info_fetcher.h", 239 "arc/auth/arc_auth_info_fetcher.h",
238 "arc/auth/arc_background_auth_code_fetcher.cc", 240 "arc/auth/arc_background_auth_code_fetcher.cc",
239 "arc/auth/arc_background_auth_code_fetcher.h", 241 "arc/auth/arc_background_auth_code_fetcher.h",
240 "arc/auth/arc_manual_auth_code_fetcher.cc", 242 "arc/auth/arc_manual_auth_code_fetcher.cc",
241 "arc/auth/arc_manual_auth_code_fetcher.h", 243 "arc/auth/arc_manual_auth_code_fetcher.h",
242 "arc/auth/arc_robot_auth_code_fetcher.cc", 244 "arc/auth/arc_robot_auth_code_fetcher.cc",
243 "arc/auth/arc_robot_auth_code_fetcher.h", 245 "arc/auth/arc_robot_auth_code_fetcher.h",
244 "arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.cc", 246 "arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.cc",
(...skipping 1542 matching lines...) Expand 10 before | Expand all | Expand 10 after
1787 "policy/proto/chrome_device_policy.proto", 1789 "policy/proto/chrome_device_policy.proto",
1788 "policy/proto/install_attributes.proto", 1790 "policy/proto/install_attributes.proto",
1789 ] 1791 ]
1790 } 1792 }
1791 1793
1792 proto_library("attestation_proto") { 1794 proto_library("attestation_proto") {
1793 sources = [ 1795 sources = [
1794 "attestation/attestation_key_payload.proto", 1796 "attestation/attestation_key_payload.proto",
1795 ] 1797 ]
1796 } 1798 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698