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

Unified Diff: chrome/BUILD.gn

Issue 2008713003: Flip ClangToTLinux builder to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flip_linux_memory_3
Patch Set: use full_symbols, not linux_dump_symbols Created 4 years, 7 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 | « BUILD.gn ('k') | tools/mb/mb_config.pyl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index c66526065a4b1ae97fae471a3351b24c80cb4f0b..2f0da406227ea964ab859e2920598198cbfe8fc1 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -1495,7 +1495,7 @@ if (is_linux) {
]
}
- if (is_official_build) {
+ if (linux_dump_symbols) {
Nico 2016/05/24 22:49:58 are you sure you want to change this file still?
Dirk Pranke 2016/05/24 23:32:50 oh, bah. I thought I reverted those changes. Good
action("linux_symbols") {
script = "//build/linux/dump_app_syms.py"
« no previous file with comments | « BUILD.gn ('k') | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698