Kuang-che Wu | a9639eb | 2019-03-19 17:15:08 +0800 | [diff] [blame^] | 1 | From 60723424e310628d24b2f87d2c8fd950377c56bb Mon Sep 17 00:00:00 2001 |
| 2 | From: Kuang-che Wu <kcwu@chromium.org> |
| 3 | Date: Thu, 14 Mar 2019 18:14:40 +0800 |
| 4 | Subject: [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 | |
| 11 | diff --git a/ash/BUILD.gn b/ash/BUILD.gn |
| 12 | index 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", |
| 24 | diff --git a/chromeos/assistant/assistant.gni b/chromeos/assistant/assistant.gni |
| 25 | index 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 | -- |
| 39 | 2.21.0.360.g471c308f928-goog |
| 40 | |