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

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

Issue 2731403007: add voice interaction shortcut. (Closed)
Patch Set: removed debugging prints 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 "arc/arc_play_store_enabled_preference_handler.cc", 227 "arc/arc_play_store_enabled_preference_handler.cc",
228 "arc/arc_play_store_enabled_preference_handler.h", 228 "arc/arc_play_store_enabled_preference_handler.h",
229 "arc/arc_service_launcher.cc", 229 "arc/arc_service_launcher.cc",
230 "arc/arc_service_launcher.h", 230 "arc/arc_service_launcher.h",
231 "arc/arc_session_manager.cc", 231 "arc/arc_session_manager.cc",
232 "arc/arc_session_manager.h", 232 "arc/arc_session_manager.h",
233 "arc/arc_support_host.cc", 233 "arc/arc_support_host.cc",
234 "arc/arc_support_host.h", 234 "arc/arc_support_host.h",
235 "arc/arc_util.cc", 235 "arc/arc_util.cc",
236 "arc/arc_util.h", 236 "arc/arc_util.h",
237 "arc/arc_voice_interaction_service.cc",
Luis Héctor Chávez 2017/03/13 17:39:34 nit: can you move these files to a new directory?
238 "arc/arc_voice_interaction_service.h",
237 "arc/auth/arc_active_directory_enrollment_token_fetcher.cc", 239 "arc/auth/arc_active_directory_enrollment_token_fetcher.cc",
238 "arc/auth/arc_active_directory_enrollment_token_fetcher.h", 240 "arc/auth/arc_active_directory_enrollment_token_fetcher.h",
239 "arc/auth/arc_auth_info_fetcher.h", 241 "arc/auth/arc_auth_info_fetcher.h",
240 "arc/auth/arc_background_auth_code_fetcher.cc", 242 "arc/auth/arc_background_auth_code_fetcher.cc",
241 "arc/auth/arc_background_auth_code_fetcher.h", 243 "arc/auth/arc_background_auth_code_fetcher.h",
242 "arc/auth/arc_manual_auth_code_fetcher.cc", 244 "arc/auth/arc_manual_auth_code_fetcher.cc",
243 "arc/auth/arc_manual_auth_code_fetcher.h", 245 "arc/auth/arc_manual_auth_code_fetcher.h",
244 "arc/auth/arc_robot_auth_code_fetcher.cc", 246 "arc/auth/arc_robot_auth_code_fetcher.cc",
245 "arc/auth/arc_robot_auth_code_fetcher.h", 247 "arc/auth/arc_robot_auth_code_fetcher.h",
246 "arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.cc", 248 "arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.cc",
(...skipping 1550 matching lines...) Expand 10 before | Expand all | Expand 10 after
1797 "policy/proto/chrome_device_policy.proto", 1799 "policy/proto/chrome_device_policy.proto",
1798 "policy/proto/install_attributes.proto", 1800 "policy/proto/install_attributes.proto",
1799 ] 1801 ]
1800 } 1802 }
1801 1803
1802 proto_library("attestation_proto") { 1804 proto_library("attestation_proto") {
1803 sources = [ 1805 sources = [
1804 "attestation/attestation_key_payload.proto", 1806 "attestation/attestation_key_payload.proto",
1805 ] 1807 ]
1806 } 1808 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698