| Index: chrome/sync_integration_tests.isolate
|
| diff --git a/chrome/sync_integration_tests.isolate b/chrome/sync_integration_tests.isolate
|
| index 0b22cf6de8ab7a0fbcfff3fa115de6cbdc7a55ab..3ff1056b2dcc6fffb19825e3d39593fb346cb618 100644
|
| --- a/chrome/sync_integration_tests.isolate
|
| +++ b/chrome/sync_integration_tests.isolate
|
| @@ -29,6 +29,7 @@
|
| ['OS=="linux"', {
|
| 'variables': {
|
| 'files': [
|
| + '<(PRODUCT_DIR)/libffmpegsumo.so',
|
| '<(PRODUCT_DIR)/libosmesa.so',
|
| ],
|
| },
|
| @@ -61,6 +62,7 @@
|
| 'files': [
|
| '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework/',
|
| '<(PRODUCT_DIR)/<(mac_product_name).app/',
|
| + '<(PRODUCT_DIR)/ffmpegsumo.so',
|
| ],
|
| },
|
| }],
|
| @@ -69,6 +71,7 @@
|
| 'files': [
|
| '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework.dSYM/',
|
| '<(PRODUCT_DIR)/<(mac_product_name).app.dSYM/',
|
| + '<(PRODUCT_DIR)/ffmpegsumo.so.dSYM/',
|
| ],
|
| },
|
| }],
|
| @@ -76,6 +79,7 @@
|
| 'variables': {
|
| 'files': [
|
| '<(PRODUCT_DIR)/chrome_elf.dll',
|
| + '<(PRODUCT_DIR)/ffmpegsumo.dll',
|
| ],
|
| },
|
| }],
|
|
|