Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index fd8a6b8badce4de04ab3ebaf71d2730fd71bd6fd..4e85b452bb634203a3b7fd66fd4808f07f57339d 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -904,12 +904,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. |