blob: ce636be0d973f6c5f4f6e3af818692651772d618 [file] [log] [blame]
# Copyright 2019 The Chromium Authors
# 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/build_webui.gni")
assert(is_android || is_linux || is_chromeos || is_win)
build_webui("build") {
grd_prefix = "sandbox_internals"
static_files = [ "sandbox_internals.html" ]
if (is_win) {
ts_files = [ "sandbox_internals_win.ts" ]
} else {
ts_files = [ "sandbox_internals.ts" ]
}
ts_deps = [ "//ui/webui/resources/js:build_ts" ]
if (is_android) {
ts_definitions = [ "./sandbox_android.d.ts" ]
}
webui_context_type = "trusted"
}