blob: 45f5fcb709dfd30f1116f1cc5212c582de4c6996 [file] [log] [blame]
# 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("//mojo/public/tools/bindings/mojom.gni")
static_library("common") {
sources = [
"prerender_final_status.cc",
"prerender_final_status.h",
"prerender_origin.cc",
"prerender_origin.h",
"prerender_url_loader_throttle.cc",
"prerender_url_loader_throttle.h",
"prerender_util.cc",
"prerender_util.h",
]
deps = [
":mojo_bindings",
"//content/public/common:common",
"//extensions/common:common_constants",
"//ipc",
"//ipc:message_support",
"//ipc:param_traits",
"//ui/gfx",
"//url",
]
}
mojom("mojo_bindings") {
sources = [
"prerender_canceler.mojom",
"prerender_types.mojom",
"render_frame_prerender_messages.mojom",
]
deps = [ "//url/mojom:url_mojom_gurl" ]
}