Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 6b98fc0963904d0517025b4b66458c024c184da0..79f89ecf4374f18101337b34acd4af0ce9cb7bf5 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -892,6 +892,10 @@ |
# Currently ignored on Windows. |
'coverage%': 0, |
+ # Set to '<(coverage)' by individual targets which should be instrumented |
+ # when coverage is enabled. |
+ 'emma_instrument%': 0, |
+ |
# Set to 1 to force Visual C++ to use legacy debug information format /Z7. |
# This is useful for parallel compilation tools which can't support /Zi. |
# Only used on Windows. |