| Index: content/content_browsertests.isolate
|
| diff --git a/content/content_browsertests.isolate b/content/content_browsertests.isolate
|
| index 53a53fc317a968f8d65d4cd2c1a1cfb2527b810e..e086ab6b91fc5ab99ce8a86c0593cd72d6e2e614 100644
|
| --- a/content/content_browsertests.isolate
|
| +++ b/content/content_browsertests.isolate
|
| @@ -84,6 +84,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': [
|
|
|