Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Unified Diff: content/content_tests.gypi

Issue 1318143002: Always use ENABLE_PLUGINS to indicate plugins support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tryjob failures: forgot to set/check ENABLE_PDF in a couple places. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_browsertests.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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' ],
« no previous file with comments | « content/content_browsertests.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698