Index: mandoline/ui/common/resources/BUILD.gn |
diff --git a/mandoline/ui/common/resources/BUILD.gn b/mandoline/ui/common/resources/BUILD.gn |
deleted file mode 100644 |
index ab9c3df330211a36e612279d530db245e039f728..0000000000000000000000000000000000000000 |
--- a/mandoline/ui/common/resources/BUILD.gn |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-# Copyright 2015 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/repack.gni") |
- |
-repack("resources") { |
- sources = [ |
- "$root_gen_dir/ui/resources/ui_resources_100_percent.pak", |
- "$root_gen_dir/ui/views/resources/views_resources_100_percent.pak", |
- ] |
- output = "$root_out_dir/mandoline_ui.pak" |
- deps = [ |
- "//ui/resources", |
- "//ui/views/resources", |
- ] |
-} |