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

Unified Diff: Source/build/features.gypi

Issue 556683003: Remove blink_asserts_always_on gyp variable. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « no previous file | no next file » | no next file with comments »
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 59a0d663f39c4105510bc95a89f082978f7801fa..237be2273d2257d40734c705171fa2bff04604db 100644
--- a/Source/build/features.gypi
+++ b/Source/build/features.gypi
@@ -44,7 +44,6 @@
'enable_oilpan%': 0,
'gc_profile_heap%': 0,
'gc_profile_marking%': 0,
- 'blink_asserts_always_on%': 0,
'blink_logging_always_on%': 0,
},
'conditions': [
@@ -100,11 +99,6 @@
'ENABLE_GC_PROFILE_MARKING=1',
],
}],
- ['blink_asserts_always_on==1', {
- 'feature_defines': [
- 'ENABLE_ASSERT=1',
- ],
- }],
['blink_logging_always_on==1', {
'feature_defines': [
'LOG_DISABLED=0',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698