Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 203247dce51c1cc6fafacc7ff6a23399d14d0862..987959680b164f6beb90f757804741840413e9ce 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1284,6 +1284,7 @@ |
# Turns on compiler optimizations in V8 in Debug build. |
'v8_optimized_debug%': 1, |
+ 'v8_tracing_include_dir': '<(DEPTH)', |
Michael Achenbach
2016/06/17 06:41:03
nit: It might be minimally confusing that there's
|
# Use system protobuf instead of bundled one. |
'use_system_protobuf%': 0, |