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

Unified Diff: chrome/renderer/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 | « chrome/installer/linux/BUILD.gn ('k') | chrome/renderer/leak_detector/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index c563969140df820fcc548ae7d904fb35af196d5c..ccf3015af35f10891a38ff6c4fc187a9ebfc4a9d 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -5,8 +5,6 @@
import("//build/config/features.gni")
import("//tools/grit/grit_rule.gni")
-# GYP version: chrome/chrome_resources.gyp:chrome_resources
-# (generate_renderer_resources action)
grit("resources") {
source = "resources/renderer_resources.grd"
use_qualified_include = true
@@ -355,7 +353,6 @@ static_library("renderer") {
}
}
-# In GYP this is part of test_support_common.
static_library("test_support") {
testonly = true
visibility = [ "//chrome/test:test_support" ]
« no previous file with comments | « chrome/installer/linux/BUILD.gn ('k') | chrome/renderer/leak_detector/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698