Chromium Code Reviews| Index: content/content_tests.gypi |
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
| index ba7cf2b61c41a760b261ea1dda5588bbc7e42e7d..5678bc01ea042e7027951e7f5cf1b219d3769401 100644 |
| --- a/content/content_tests.gypi |
| +++ b/content/content_tests.gypi |
| @@ -1922,6 +1922,11 @@ |
| '<(PRODUCT_DIR)/snapshot_blob.bin', |
| ], |
| }], |
| + ['enable_plugins==1', { |
| + 'additional_bundled_libs': [ |
| + '<(PRODUCT_DIR)/libppapi_tests.so', |
| + ], |
| + }], |
| ], |
| }, |
| 'includes': [ '../build/apk_browsertest.gypi' ], |