blob: 6ac5c2319f32c93046d84699c59a39e650356522 [file] [log] [blame]
# Copyright 2014 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.
component("child") {
output_name = "webkit_child"
sources = [
"resource_loader_bridge.cc",
"resource_loader_bridge.h",
"webkit_child_export.h",
]
defines = [ "WEBKIT_CHILD_IMPLEMENTATION" ]
deps = [
"//base",
"//net",
]
}