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

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: 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
Index: content/content_browsertests.isolate
diff --git a/content/content_browsertests.isolate b/content/content_browsertests.isolate
index 2ed752384d6f00654eeeb66f000aa6f77b4b2abf..cd6d058f6e2dc103069290ae96775fcdb64d0939 100644
--- a/content/content_browsertests.isolate
+++ b/content/content_browsertests.isolate
@@ -2,22 +2,23 @@
# 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': [
M-A Ruel 2013/07/11 19:07:23 FYI, that file was in a previous format so this is
+ ['OS=="android"', {
+ 'variables': {
+ 'isolate_dependency_untracked': [
+ '../third_party/webgl_conformance/',
+ '<(PRODUCT_DIR)/content_shell/assets/content_shell.pak',
M-A Ruel 2013/07/11 19:07:23 Tracked
frankf 2013/07/11 20:32:25 Done.
+ ],
+ },
+ }],
+ ['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 +33,44 @@
'<(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': [
+ '<(PRODUCT_DIR)/Content Shell.app/',
'<(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',
+ ],
+ },
+ }],
+ ['OS=="mac" or OS=="win"', {
+ 'variables': {
+ 'command': [
+ '../testing/test_env.py',
+ '../tools/swarm_client/run_test_cases.py',
+ '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)',
],
},
}],
@@ -73,8 +89,8 @@
'<(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',
+ '<(PRODUCT_DIR)/plugins/npapi_test_plugin.dll',
],
},
}],

Powered by Google App Engine
This is Rietveld 408576698