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

Unified Diff: Source/build/features.gypi

Issue 383743002: Oilpan: GC profiling. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 5 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 | Source/platform/TraceEvent.h » ('j') | Source/platform/heap/Heap.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/build/features.gypi
diff --git a/Source/build/features.gypi b/Source/build/features.gypi
index d340677e7b98e44f4f661e1e1643738a7db60ce1..1c29c6b13bcf83f1bdf8d812e2e6d6160e93331a 100644
--- a/Source/build/features.gypi
+++ b/Source/build/features.gypi
@@ -43,7 +43,7 @@
'variables': {
# Enables the Oilpan garbage-collection infrastructure.
'enable_oilpan%': 0,
- 'gc_tracing%': 0
+ 'gc_profiling%': 0
Mads Ager (chromium) 2014/07/11 11:26:54 We might want to split this into two separate thin
zerny-chromium 2014/07/11 11:56:37 Acknowledged.
},
'conditions': [
['use_concatenated_impulse_responses==1', {
@@ -86,9 +86,9 @@
'ENABLE_OILPAN=1',
],
}],
- ['gc_tracing==1', {
+ ['gc_profiling==1', {
'feature_defines': [
- 'ENABLE_GC_TRACING=1',
+ 'ENABLE_GC_PROFILING=1',
],
}],
],
« no previous file with comments | « no previous file | Source/platform/TraceEvent.h » ('j') | Source/platform/heap/Heap.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698