summaryrefslogtreecommitdiffstats
path: root/chromium/ash/components/resources/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ash/components/resources/BUILD.gn')
-rw-r--r--chromium/ash/components/resources/BUILD.gn16
1 files changed, 0 insertions, 16 deletions
diff --git a/chromium/ash/components/resources/BUILD.gn b/chromium/ash/components/resources/BUILD.gn
deleted file mode 100644
index 4d3fc291495..00000000000
--- a/chromium/ash/components/resources/BUILD.gn
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 2018 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 = "ash_components_resources.grd"
- outputs = [
- "grit/ash_components_resources.h",
- "grit/ash_components_resources_map.cc",
- "grit/ash_components_resources_map.h",
- "ash_components_resources_100_percent.pak",
- "ash_components_resources_200_percent.pak",
- ]
-}