summaryrefslogtreecommitdiffstats
path: root/chromium/ash/assistant/ui/BUILD.gn
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-02-04 17:20:24 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-02-12 08:15:25 +0000
commit8fa0776f1f79e91fc9c0b9c1ba11a0a29c05196b (patch)
tree788d8d7549712682703a0310ca4a0f0860d4802b /chromium/ash/assistant/ui/BUILD.gn
parent606d85f2a5386472314d39923da28c70c60dc8e7 (diff)
BASELINE: Update Chromium to 98.0.4758.90
Change-Id: Ib7c41539bf8a8e0376bd639f27d68294de90f3c8 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/ash/assistant/ui/BUILD.gn')
-rw-r--r--chromium/ash/assistant/ui/BUILD.gn5
1 files changed, 3 insertions, 2 deletions
diff --git a/chromium/ash/assistant/ui/BUILD.gn b/chromium/ash/assistant/ui/BUILD.gn
index 3f4ca57c4cf..83c285f8942 100644
--- a/chromium/ash/assistant/ui/BUILD.gn
+++ b/chromium/ash/assistant/ui/BUILD.gn
@@ -2,10 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//build/config/ui.gni")
+import("//build/config/chromeos/ui_mode.gni")
import("//chromeos/assistant/assistant.gni")
-assert(is_chromeos)
+assert(is_chromeos_ash)
source_set("constants") {
defines = [ "IS_ASSISTANT_UI_CONSTANTS_IMPL" ]
@@ -16,6 +16,7 @@ source_set("constants") {
]
deps = [
+ "//ash/constants",
"//base",
"//skia",
"//ui/aura",