Index: webkit/glue/resources/BUILD.gn |
diff --git a/webkit/glue/resources/BUILD.gn b/webkit/glue/resources/BUILD.gn |
deleted file mode 100644 |
index c467e9f1c9d37588741394905e6a0b21dd827abb..0000000000000000000000000000000000000000 |
--- a/webkit/glue/resources/BUILD.gn |
+++ /dev/null |
@@ -1,15 +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. |
- |
-import("//tools/grit/grit_rule.gni") |
- |
-grit("resources") { |
- source = "webkit_resources.grd" |
- output_dir = "$root_gen_dir/webkit" |
- outputs = [ |
- "grit/webkit_resources.h", |
- "webkit_resources_100_percent.pak", |
- "webkit_resources_200_percent.pak", |
- ] |
-} |