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

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: 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_unittests.isolate
diff --git a/content/content_unittests.isolate b/content/content_unittests.isolate
index 9689f02ebe9d9d19856af4199cd5bce678bea86a..b60003866a1c04c5c82ba9093ca55b7068effddf 100644
--- a/content/content_unittests.isolate
+++ b/content/content_unittests.isolate
@@ -3,6 +3,23 @@
# found in the LICENSE file.
{
'conditions': [
+ ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
+ 'variables': {
+ 'isolate_dependency_untracked': [
+ '../media/test/data/',
+ '../third_party/hyphen/hyph_en_US.dic',
M-A Ruel 2013/07/11 19:07:23 This one is tracked.
frankf 2013/07/11 20:32:25 Done.
+ '../webkit/data/',
+ 'test/data/',
+ ],
+ },
+ }],
+ ['OS=="android" or OS=="mac"', {
+ 'variables': {
+ 'isolate_dependency_untracked': [
+ '<(PRODUCT_DIR)/content_resources.pak',
+ ],
+ },
+ }],
['OS=="linux"', {
'variables': {
'command': [
@@ -22,17 +39,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': [
M-A Ruel 2013/07/11 19:07:23 That's weird that it was in untracked in the first
frankf 2013/07/11 20:32:25 Done.
- '<(PRODUCT_DIR)/content_resources.pak',
'<(PRODUCT_DIR)/ffmpegsumo.so',
],
},

Powered by Google App Engine
This is Rietveld 408576698