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