blob: 918f63dbdf2ef340cef8d13f7efb95c2a30a3e0e [file] [log] [blame]
# Copyright 2023 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//ios/build/config.gni")
source_set("error_page") {
deps = [
"//base",
"//ios/web/navigation:wk_navigation_util",
"//ios/web/public/js_messaging",
]
sources = [
"error_page_java_script_feature.h",
"error_page_java_script_feature.mm",
]
}