Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 450b99243d284644b0ca9962aa35c6c70924a67c..71f6ea7b433f3a9dac964cf23f783333b535ccbf 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -912,12 +912,16 @@ |
# set there, per the comment about variable% in a target_defaults. |
'mac_strip_release%': 1, |
- # Set to 1 to enable code coverage. In addition to build changes |
+ # Set to 1 to enable native code coverage. In addition to build changes |
# (e.g. extra CFLAGS), also creates a new target in the src/chrome |
# project file called "coverage". |
# Currently ignored on Windows. |
'coverage%': 0, |
+ # Set to 1 to enable java code coverage. Instruments classes during build |
+ # to produce .ec files during runtime. |
+ 'emma_coverage%': 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. |