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

Unified Diff: build/common.gypi

Issue 10912092: Fix missing colon in common.gypi (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 96055d22f60b20fdf22c7a83ddd9b116f7f2fdfc..fdf4d9c3076163ada147cef15f05e5084f251c5c 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -71,7 +71,7 @@
'v8_enable_disassembler%': 0,
# Enable extra checks in API functions and other strategic places.
- 'v8_enable_extra_checks%' 1,
+ 'v8_enable_extra_checks%': 1,
'v8_object_print%': 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