Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(740)

Unified Diff: mandoline/ui/common/resources/BUILD.gn

Issue 1677293002: Bye bye Mandoline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mandoline/ui/common/DEPS ('k') | mandoline/ui/desktop_ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
- ]
-}
« no previous file with comments | « mandoline/ui/common/DEPS ('k') | mandoline/ui/desktop_ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698