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

Unified Diff: chrome/browser/resources/BUILD.gn

Issue 1722493002: Project Eraser: Kill chrome://memory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix chrome_browser_ui.gypi. Created 4 years, 9 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 | « chrome/browser/profiles/profile_window.cc ('k') | chrome/browser/resources/about_memory.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/BUILD.gn
diff --git a/chrome/browser/resources/BUILD.gn b/chrome/browser/resources/BUILD.gn
index 1d64972ee4de3098287964dfe7ee8e5dcfc63a7b..e37e45745ab7b0a2d833b31aa21d585397809927 100644
--- a/chrome/browser/resources/BUILD.gn
+++ b/chrome/browser/resources/BUILD.gn
@@ -5,16 +5,6 @@
import("//chrome/common/features.gni")
import("//tools/grit/grit_rule.gni")
-grit("memory_internals_resources") {
- source = "memory_internals_resources.grd"
- defines = chrome_grit_defines
- outputs = [
- "grit/memory_internals_resources.h",
- "memory_internals_resources.pak",
- ]
- output_dir = "$root_gen_dir/chrome"
-}
-
grit("net_internals_resources") {
source = "net_internals_resources.grd"
defines = chrome_grit_defines
« no previous file with comments | « chrome/browser/profiles/profile_window.cc ('k') | chrome/browser/resources/about_memory.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698