| Index: content/content_shell.gypi
|
| diff --git a/content/content_shell.gypi b/content/content_shell.gypi
|
| index 8312091358201c6d5b3def34c1b1970b2a652f3a..01f34fd881c8bc90fd667217ba02a929795ae65e 100644
|
| --- a/content/content_shell.gypi
|
| +++ b/content/content_shell.gypi
|
| @@ -694,6 +694,7 @@
|
| 'has_java_resources': 1,
|
| 'R_package': 'org.chromium.content_shell',
|
| 'R_package_relpath': 'org/chromium/content_shell',
|
| + 'emma_instrument': '<(coverage)',
|
| },
|
| 'includes': [ '../build/java.gypi' ],
|
| },
|
| @@ -731,6 +732,7 @@
|
| 'native_lib_target': 'libcontent_shell_content_view',
|
| 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/content_shell.pak'],
|
| 'asset_location': '<(ant_build_out)/content_shell/assets',
|
| + 'emma_instrument': '<(coverage)',
|
| },
|
| 'conditions': [
|
| ['android_webview_build==0', {
|
|
|