summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/test/data/webui/cr_components/BUILD.gn
blob: 8f4f8378325d4271c6b479689d3a7295a8351bce (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright 2019 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("//ui/webui/resources/tools/js_modulizer.gni")

js_modulizer("modulize") {
  input_files = [ "managed_footnote_test.js" ]
  namespace_rewrites = [ "cr.isChromeOS|isChromeOS" ]
}