# 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", ] }