summaryrefslogtreecommitdiff
path: root/chromium/ui/webui/resources/cr_components/chromeos/os_cr_components.gni
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/webui/resources/cr_components/chromeos/os_cr_components.gni')
-rw-r--r--chromium/ui/webui/resources/cr_components/chromeos/os_cr_components.gni22
1 files changed, 22 insertions, 0 deletions
diff --git a/chromium/ui/webui/resources/cr_components/chromeos/os_cr_components.gni b/chromium/ui/webui/resources/cr_components/chromeos/os_cr_components.gni
new file mode 100644
index 00000000000..a99f39d8bbc
--- /dev/null
+++ b/chromium/ui/webui/resources/cr_components/chromeos/os_cr_components.gni
@@ -0,0 +1,22 @@
+# Copyright 2020 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("//third_party/closure_compiler/compile_js.gni")
+
+cr_components_chromeos_namespace_rewrites = [
+ "network_config.MojoInterfaceProvider|MojoInterfaceProvider",
+ "settings.receivedEventFromKeyboard|receivedEventFromKeyboard",
+ "settings.LockScreenProgress|LockScreenProgress",
+ "cellular_setup.MojoInterfaceProvider|MojoInterfaceProvider",
+]
+
+cr_components_chromeos_auto_imports = [
+ "ui/webui/resources/cr_elements/policy/cr_policy_indicator_behavior.html|CrPolicyIndicatorType",
+ "ui/webui/resources/cr_components/chromeos/network/cr_policy_network_behavior_mojo.html|CrPolicyNetworkBehaviorMojo",
+ "ui/webui/resources/cr_components/chromeos/network/onc_mojo.html|OncMojo",
+ "ui/webui/resources/cr_components/chromeos/network/network_listener_behavior.html|NetworkListenerBehavior",
+ "ui/webui/resources/cr_components/chromeos/network/mojo_interface_provider.html|MojoInterfaceProviderImpl,MojoInterfaceProvider",
+ "ui/webui/resources/cr_components/chromeos/quick_unlock/lock_screen_constants.html|recordLockScreenProgress,LockScreenProgress",
+ "ui/webui/resources/html/assert.html|assert,assertNotReached",
+]