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

Unified Diff: content/content_browsertests.isolate

Issue 19040002: [Android] Convert more test targets to use isolate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add maruel/csharp as owners for isolate files Created 7 years, 5 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 | « components/components_unittests.isolate ('k') | content/content_unittests.isolate » ('j') | 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 2ed752384d6f00654eeeb66f000aa6f77b4b2abf..4c31a24096836509ad0cab145a70c3327fca0800 100644
--- a/content/content_browsertests.isolate
+++ b/content/content_browsertests.isolate
@@ -2,22 +2,25 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
- 'variables': {
- 'isolate_dependency_tracked': [
- '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)',
- ],
- 'isolate_dependency_untracked': [
- 'test/data/',
- '../net/data/',
- '../net/tools/testserver/',
- '../third_party/lighttpd/',
- '../third_party/pyftpdlib/',
- '../third_party/pywebsocket/',
- '../third_party/tlslite/',
- '../third_party/WebKit/Tools/Scripts/',
- ],
- },
'conditions': [
+ ['OS=="android"', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/content_shell/assets/content_shell.pak',
+ ],
+ 'isolate_dependency_untracked': [
+ '../third_party/webgl_conformance/',
+ ],
+ },
+ }],
+ ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
+ 'variables': {
+ 'isolate_dependency_untracked': [
+ '../net/data/',
+ 'test/data/',
+ ],
+ },
+ }],
['OS=="linux"', {
'variables': {
'command': [
@@ -32,29 +35,46 @@
'<(PRODUCT_DIR)/libclearkeycdm.so',
'<(PRODUCT_DIR)/libclearkeycdmadapter.so',
'<(PRODUCT_DIR)/libffmpegsumo.so',
- '<(PRODUCT_DIR)/plugins/libnpapi_test_plugin.so',
'<(PRODUCT_DIR)/plugins/libTestNetscapePlugin.so',
+ '<(PRODUCT_DIR)/plugins/libnpapi_test_plugin.so',
],
},
}],
- ['OS=="mac" or OS=="win"', {
+ ['OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
- 'command': [
- '../testing/test_env.py',
- '../tools/swarm_client/run_test_cases.py',
+ 'isolate_dependency_tracked': [
'<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)',
],
+ 'isolate_dependency_untracked': [
+ '../net/tools/testserver/',
+ '../third_party/WebKit/Tools/Scripts/',
+ '../third_party/lighttpd/',
+ '../third_party/pyftpdlib/',
+ '../third_party/pywebsocket/',
+ '../third_party/tlslite/',
+ ],
},
}],
['OS=="mac"', {
'variables': {
- 'isolate_dependency_untracked': [
+ 'isolate_dependency_tracked': [
'<(PRODUCT_DIR)/clearkeycdmadapter.plugin',
'<(PRODUCT_DIR)/content_resources.pak',
- '<(PRODUCT_DIR)/Content Shell.app/',
'<(PRODUCT_DIR)/ffmpegsumo.so',
- '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin',
'<(PRODUCT_DIR)/plugins/TestNestscapePlugin.plugin',
+ '<(PRODUCT_DIR)/plugins/npapi_test_plugin.plugin',
+ ],
+ 'isolate_dependency_untracked': [
+ '<(PRODUCT_DIR)/Content Shell.app/',
+ ],
+ },
+ }],
+ ['OS=="mac" or OS=="win"', {
+ 'variables': {
+ 'command': [
+ '../testing/test_env.py',
+ '../tools/swarm_client/run_test_cases.py',
+ '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)',
],
},
}],
@@ -62,6 +82,12 @@
'variables': {
'isolate_dependency_tracked': [
'<(PRODUCT_DIR)/ffmpegsumo.dll',
+ '<(PRODUCT_DIR)/chrome_100_percent.pak',
+ '<(PRODUCT_DIR)/clearkeycdm.dll',
+ '<(PRODUCT_DIR)/clearkeycdmadapter.dll',
+ '<(PRODUCT_DIR)/content_shell.pak',
+ '<(PRODUCT_DIR)/plugins/npTestNetscapePlugIn.dll',
+ '<(PRODUCT_DIR)/plugins/npapi_test_plugin.dll',
],
'isolate_dependency_untracked': [
# The two directories below are only needed for
@@ -69,12 +95,6 @@
#'../third_party/cygwin/',
#'../third_party/perl/perl/',
'../third_party/python_26/',
- '<(PRODUCT_DIR)/chrome_100_percent.pak',
- '<(PRODUCT_DIR)/clearkeycdm.dll',
- '<(PRODUCT_DIR)/clearkeycdmadapter.dll',
- '<(PRODUCT_DIR)/content_shell.pak',
- '<(PRODUCT_DIR)/plugins/npapi_test_plugin.dll',
- '<(PRODUCT_DIR)/plugins/npTestNetscapePlugIn.dll',
],
},
}],
« no previous file with comments | « components/components_unittests.isolate ('k') | content/content_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698