| Index: content/content_browsertests.isolate
|
| diff --git a/content/content_browsertests.isolate b/content/content_browsertests.isolate
|
| index 97016753e862c46322ffaadf5c08c796cce76e93..9de603a5e283270390e439a996a2ba45b80f0185 100644
|
| --- a/content/content_browsertests.isolate
|
| +++ b/content/content_browsertests.isolate
|
| @@ -86,6 +86,18 @@
|
| ],
|
| },
|
| }],
|
| + ['OS=="mac" and asan==1', {
|
| + 'variables': {
|
| + 'files': [
|
| + '<(PRODUCT_DIR)/content_browsertests.dSYM/',
|
| + '<(PRODUCT_DIR)/Content Shell.app.dSYM/',
|
| + '<(PRODUCT_DIR)/ffmpegsumo.so.dSYM/',
|
| + '<(PRODUCT_DIR)/npapi_test_plugin.plugin.dSYM/',
|
| + '<(PRODUCT_DIR)/test_netscape_plugin.plugin.dSYM/',
|
| + '<(PRODUCT_DIR)/ppapi_tests.plugin.dSYM/',
|
| + ],
|
| + },
|
| + }],
|
| ['OS=="mac" or OS=="win"', {
|
| 'variables': {
|
| 'command': [
|
|
|