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

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

Issue 23606031: GN: Use build directory for CD for scripts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « tools/gn/secondary/build/toolchain/mac/BUILD.gn ('k') | tools/gn/secondary/tools/grit/grit_rule.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/secondary/chrome/BUILD.gn
diff --git a/tools/gn/secondary/chrome/BUILD.gn b/tools/gn/secondary/chrome/BUILD.gn
index a31e5ecbe8d4aff5d1fc38c77f703a1d607e1096..6efe9adecda9183b433e0d69833f29ea1da8afa2 100644
--- a/tools/gn/secondary/chrome/BUILD.gn
+++ b/tools/gn/secondary/chrome/BUILD.gn
@@ -173,8 +173,6 @@ static_library("utility") {
# Resources --------------------------------------------------------------------
-print("resourcing")
-
group("chrome_resources") {
deps = [
":browser_resources",
@@ -194,7 +192,6 @@ grit("renderer_resources") {
external = true
source = "renderer/resources/renderer_resources.grd"
}
-print("resourcing 2")
group("chrome_strings") {
deps = [
@@ -220,7 +217,6 @@ grit("google_chrome_strings") {
external = true
source = "app/google_chrome_strings.grd"
}
-print("resourcing 3")
group("chrome_extra_resources") {
deps = [
@@ -251,7 +247,6 @@ grit("translate_internals_resources") {
external = true
source = "browser/resources/translate_internals_resources.grd"
}
-print("resourcing 4")
group("theme_resources") {
deps = [
@@ -263,5 +258,3 @@ grit("app_theme_resources") {
external = true
source = "app/theme/theme_resources.grd"
}
-
-print("resourcing done")
« no previous file with comments | « tools/gn/secondary/build/toolchain/mac/BUILD.gn ('k') | tools/gn/secondary/tools/grit/grit_rule.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698