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

Unified Diff: base/base.gyp

Issue 1921773003: Reland of [tracing] Add native allocation tracing mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make sure base builds first to generate debugging_flags.h Created 4 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 | « no previous file | base/base_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index d627511d46a3bf877fe568e4df4dcfdaf50185cc..0dd106a348d53e0e4744840cb9fac336dbd3d1b3 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -13,6 +13,7 @@
'targets': [
{
'target_name': 'base',
+ 'hard_dependency': 1,
Primiano Tucci (use gerrit) 2016/04/26 15:20:14 Hmm this is a strong hammer. Not sure we needed, n
'type': '<(component)',
'toolsets': ['host', 'target'],
'variables': {
« no previous file with comments | « no previous file | base/base_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698