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

Unified Diff: ui/resources/BUILD.gn

Issue 2351003002: Remove GYP annotations from chrome, ui, tools GN files. (Closed)
Patch Set: 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 | « ui/gfx/x/BUILD.gn ('k') | 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 07fcb0aebeb50cf8fbd8e734289e3ef2b14a53c9..b3493a186b02ae4d75a2ee33e93e734369a555ea 100644
--- a/ui/resources/BUILD.gn
+++ b/ui/resources/BUILD.gn
@@ -5,7 +5,6 @@
import("//tools/grit/grit_rule.gni")
import("//tools/grit/repack.gni")
-# GYP version: ui/resources/ui_resources.gyp:ui_resources
group("resources") {
public_deps = [
":ui_resources_grd",
@@ -66,9 +65,6 @@ if (!is_mac) {
# On iOS and Mac the string resources need to go into a locale subfolder, which
# introduces an extra dependency.
-#
-# GYP version: ui/resources/ui_resources.gyp:ui_test_pak
-# (copy_ui_test_pak action)
if (is_ios || is_mac) {
group("ui_test_pak") {
public_deps = [
@@ -152,7 +148,6 @@ group("ui_test_pak_data") {
]
}
-# GYP version: ui/resources/ui_resources.gyp:ui_test_pak
repack("repack_ui_test_pak") {
# Depend on ui_test_pak or ui_test_pak_data instead of this one.
visibility = [
« no previous file with comments | « ui/gfx/x/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698