Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / webkit / child / BUILD.gn
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 component("child") {
6   output_name = "webkit_child"
7   sources = [
8     "resource_loader_bridge.cc",
9     "resource_loader_bridge.h",
10     "webkit_child_export.h",
11   ]
12
13   defines = [ "WEBKIT_CHILD_IMPLEMENTATION" ]
14
15   deps = [
16     "//base",
17     "//net",
18   ]
19 }