blob: 5ecb93c5efd0271ec7d1aa07ea7953a881c0df3e [file] [log] [blame]
Kuang-che Wua9639eb2019-03-19 17:15:08 +08001From 60723424e310628d24b2f87d2c8fd950377c56bb Mon Sep 17 00:00:00 2001
2From: Kuang-che Wu <kcwu@chromium.org>
3Date: Thu, 14 Mar 2019 18:14:40 +0800
4Subject: [PATCH] disable-assistant
5
6---
7 ash/BUILD.gn | 2 +-
8 chromeos/assistant/assistant.gni | 3 ++-
9 2 files changed, 3 insertions(+), 2 deletions(-)
10
11diff --git a/ash/BUILD.gn b/ash/BUILD.gn
12index f8c779f04c3a..f0d8f798205e 100644
13--- a/ash/BUILD.gn
14+++ b/ash/BUILD.gn
15@@ -1867,7 +1867,7 @@ test("ash_unittests") {
16
17 # TODO(stevenjb): Remove this dependency, https://crbug.com/644355.
18 "//chromeos/network:test_support",
19- "//chromeos/services/assistant:test_support",
20+ #"//chromeos/services/assistant:test_support",
21 "//chromeos/services/multidevice_setup/public/cpp:test_support",
22 "//chromeos/services/multidevice_setup/public/mojom",
23 "//components/account_id",
24diff --git a/chromeos/assistant/assistant.gni b/chromeos/assistant/assistant.gni
25index 21b216f8ba95..929e44b04fe2 100644
26--- a/chromeos/assistant/assistant.gni
27+++ b/chromeos/assistant/assistant.gni
28@@ -3,7 +3,8 @@ import("//build/config/chrome_build.gni")
29 declare_args() {
30 # Enable assistant features. Assistant related code is compiled only when
31 # true. The default assistant implementation is a stub.
32- enable_cros_assistant = is_chromeos
33+ #enable_cros_assistant = is_chromeos
34+ enable_cros_assistant = false
35 }
36
37 declare_args() {
38--
392.21.0.360.g471c308f928-goog
40