| # Copyright 2018 The Chromium Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| import("//chromeos/assistant/assistant.gni") |
| import("//tools/grit/grit_rule.gni") |
| |
| assert(is_chromeos, "Non-ChromeOS builds cannot depend on //chromeos") |
| |
| grit("resources") { |
| source = "chromeos_resources.grd" |
| |
| source_is_generated = true |
| |
| outputs = [ |
| "grit/chromeos_resources.h", |
| "grit/chromeos_resources_map.cc", |
| "grit/chromeos_resources_map.h", |
| "chromeos_resources.pak", |
| ] |
| output_dir = "$root_gen_dir/chromeos" |
| |
| defines = [ "enable_cros_libassistant=$enable_cros_libassistant" ] |
| |
| grit_flags = [ |
| "-E", |
| "mojom_root=" + rebase_path(root_gen_dir, root_build_dir), |
| ] |
| |
| deps = [ |
| "//chromeos/components/multidevice/mojom:mojom_js", |
| "//chromeos/services/device_sync/public/mojom:mojom_js", |
| "//chromeos/services/multidevice_setup/public/mojom:mojom_js", |
| ] |
| } |