Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 502d519d1a2d182f27588b7e4a0b144406480c88..6d204c273688140f3d327a3ea486527f3abeae4a 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': '..', |
Dirk Pranke
2016/06/16 22:42:25
Does this work with '<(DEPTH)' ? I think that reso
Mircea Trofin
2016/06/16 22:49:46
Yes it does - thanks for the suggestion!
Michael Achenbach
2016/06/17 06:41:03
I wonder why we need a chromium side variable at a
|
# Use system protobuf instead of bundled one. |
'use_system_protobuf%': 0, |