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

Unified Diff: build/common.gypi

Issue 1064413002: [tracing] Add browser-side test for memory dumps. Base URL: https://chromium.googlesource.com/chromium/src.git@ipc_6_child_test
Patch Set: Debugging stmts (REMOVEME) Created 5 years, 8 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 | « base/trace_event/memory_dump_manager.cc ('k') | content/browser/tracing/memory_tracing_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index dccdfec64a8c4519dc918071f51200a6f98d084e..be8ca2e129a391b26280696627dbea453cd4ae83 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -4508,8 +4508,8 @@
# linker might not be gold, but isn't used much anyway.
# TODO(raymes): Disable threading because gold is frequently
# crashing on the bots: crbug.com/161942.
- # '-Wl,--threads',
- # '-Wl,--thread-count=4',
+ '-Wl,--threads',
+ '-Wl,--thread-count=4',
],
'conditions': [
# TODO(thestig): Enable this for disabled cases.
« no previous file with comments | « base/trace_event/memory_dump_manager.cc ('k') | content/browser/tracing/memory_tracing_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698