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

Unified Diff: content/content_unittests.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 | « content/content_browsertests.isolate ('k') | media/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_unittests.isolate
diff --git a/content/content_unittests.isolate b/content/content_unittests.isolate
index 9689f02ebe9d9d19856af4199cd5bce678bea86a..a3bd8e8e1c737889b905385bb210eda85ec241c5 100644
--- a/content/content_unittests.isolate
+++ b/content/content_unittests.isolate
@@ -3,6 +3,25 @@
# found in the LICENSE file.
{
'conditions': [
+ ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '../third_party/hyphen/hyph_en_US.dic',
+ ],
+ 'isolate_dependency_untracked': [
+ '../media/test/data/',
+ '../webkit/data/',
+ 'test/data/',
+ ],
+ },
+ }],
+ ['OS=="android" or OS=="mac"', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/content_resources.pak',
+ ],
+ },
+ }],
['OS=="linux"', {
'variables': {
'command': [
@@ -11,8 +30,10 @@
'../tools/swarm_client/run_test_cases.py',
'<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)',
],
- 'isolate_dependency_untracked': [
+ 'isolate_dependency_tracked': [
'<(PRODUCT_DIR)/libffmpegsumo.so',
+ ],
+ 'isolate_dependency_untracked': [
'<(PRODUCT_DIR)/test_data/',
],
},
@@ -22,17 +43,11 @@
'isolate_dependency_tracked': [
'<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)',
],
- 'isolate_dependency_untracked': [
- '../third_party/hyphen/hyph_en_US.dic',
- '../webkit/data/',
- 'test/data/',
- ],
},
}],
['OS=="mac"', {
'variables': {
- 'isolate_dependency_untracked': [
- '<(PRODUCT_DIR)/content_resources.pak',
+ 'isolate_dependency_tracked': [
'<(PRODUCT_DIR)/ffmpegsumo.so',
],
},
@@ -48,7 +63,7 @@
}],
['OS=="win"', {
'variables': {
- 'isolate_dependency_untracked': [
+ 'isolate_dependency_tracked': [
'<(PRODUCT_DIR)/ffmpegsumo.dll',
'<(PRODUCT_DIR)/icudt.dll',
],
« no previous file with comments | « content/content_browsertests.isolate ('k') | media/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698