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

Unified Diff: content/content_browsertests.isolate

Issue 1057153002: content_browsertests.isolate: ppapi_tests requires enable_plugins=1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: back to enable_plugins, updating isolate args Created 5 years, 9 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 | « build/isolate.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browsertests.isolate
diff --git a/content/content_browsertests.isolate b/content/content_browsertests.isolate
index aa24c236eb21514139deb708e672670032599762..2fcab670f2a8c53c176b10625265208523d39555 100644
--- a/content/content_browsertests.isolate
+++ b/content/content_browsertests.isolate
@@ -68,6 +68,12 @@
'<(PRODUCT_DIR)/content_shell.pak',
'<(PRODUCT_DIR)/libffmpegsumo.so',
'<(PRODUCT_DIR)/libosmesa.so',
+ ],
+ },
+ }],
+ ['OS=="linux" and enable_plugins==1', {
+ 'variables': {
+ 'files': [
'<(PRODUCT_DIR)/libppapi_tests.so',
],
},
« no previous file with comments | « build/isolate.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698