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

Unified Diff: ui/resources/BUILD.gn

Issue 2353463003: Update ui_unscaled_resources.rc comment (Closed)
Patch Set: Fix Created 4 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/resources/BUILD.gn
diff --git a/ui/resources/BUILD.gn b/ui/resources/BUILD.gn
index b3493a186b02ae4d75a2ee33e93e734369a555ea..b81ff0106b5587d0f7e1d586c7d2af4c4fdc76e2 100644
--- a/ui/resources/BUILD.gn
+++ b/ui/resources/BUILD.gn
@@ -30,11 +30,6 @@ grit("ui_unscaled_resources_grd") {
use_qualified_include = true
outputs = [
"grit/ui_unscaled_resources.h",
-
- # TODO(GYP_GONE) when GYP is gone, this line should be deleted, and the grit
- # file updated to no longer list this as an output. We use resource bundles
- # rather than .rc files, but the GYP build still expects this file to
- # exist.
"ui_unscaled_resources.rc",
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698