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

Unified Diff: tools/gn/secondary/chrome/BUILD.gn

Issue 101463005: Inline devtools_discovery_page_resources.grd into browser_resources.grd. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
Index: tools/gn/secondary/chrome/BUILD.gn
diff --git a/tools/gn/secondary/chrome/BUILD.gn b/tools/gn/secondary/chrome/BUILD.gn
index 1d6217e9bede73b4549bd9423da628a0a9246be3..a13540bc00ca52cb9cd84f5024090792d9e6a936 100644
--- a/tools/gn/secondary/chrome/BUILD.gn
+++ b/tools/gn/secondary/chrome/BUILD.gn
@@ -256,7 +256,6 @@ custom("about_credits") {
# if (!is_ios) {
# deps += [
# ":component_extension_resources",
-# ":devtools_discovery_page_resources",
# ":options_resources",
# ":quota_internals_resources",
# ":sync_file_system_internals_resources",
@@ -266,9 +265,6 @@ custom("about_credits") {
#grit("component_extension_resources") {
# source = "browser/resources/component_extension_resources.grd"
#}
-#grit("devtools_discovery_page_resources") {
-# source = "browser/devtools/frontend/devtools_discovery_page_resources.grd"
-#}
#grit("memory_internals_resources") {
# source = "browser/resources/memory_internals_resources.grd"
#}

Powered by Google App Engine
This is Rietveld 408576698