Index: webkit/child/BUILD.gn |
diff --git a/webkit/child/BUILD.gn b/webkit/child/BUILD.gn |
deleted file mode 100644 |
index 6ac5c2319f32c93046d84699c59a39e650356522..0000000000000000000000000000000000000000 |
--- a/webkit/child/BUILD.gn |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-# 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", |
- ] |
-} |