summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/android/pylib/utils/isolator.py1
-rw-r--r--build/isolate.gypi1
-rw-r--r--content/content_browsertests.isolate6
3 files changed, 8 insertions, 0 deletions
diff --git a/build/android/pylib/utils/isolator.py b/build/android/pylib/utils/isolator.py
index dbbef5c..8025b0f 100644
--- a/build/android/pylib/utils/isolator.py
+++ b/build/android/pylib/utils/isolator.py
@@ -30,6 +30,7 @@ def DefaultConfigVariables():
'asan': '0',
'chromeos': '0',
'component': 'static_library',
+ 'enable_plugins': '0',
'fastbuild': '0',
'icu_use_data_file_flag': '1',
'lsan': '0',
diff --git a/build/isolate.gypi b/build/isolate.gypi
index f66175a..c85585d 100644
--- a/build/isolate.gypi
+++ b/build/isolate.gypi
@@ -80,6 +80,7 @@
'--config-variable', 'chromeos=<(chromeos)',
'--config-variable', 'component=<(component)',
'--config-variable', 'disable_nacl=<(disable_nacl)',
+ '--config-variable', 'enable_plugins=<(enable_plugins)',
'--config-variable', 'fastbuild=<(fastbuild)',
'--config-variable', 'icu_use_data_file_flag=<(icu_use_data_file_flag)',
# TODO(kbr): move this to chrome_tests.gypi:gles2_conform_tests_run
diff --git a/content/content_browsertests.isolate b/content/content_browsertests.isolate
index aa24c23..2fcab67 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',
],
},