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

Unified Diff: chrome/unit_tests.isolate

Issue 18233018: [Android] Use isolate remap instead of check. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: webkit_unit_tests depend on third_party/hyphen/hyph_en_US.dic 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 | « build/android/pylib/instrumentation/test_runner.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/unit_tests.isolate
diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate
index 82afe34835a1c64c58fc134020539332f8b0be2c..96e982bb7384634595e50161a18c145917689fef 100644
--- a/chrome/unit_tests.isolate
+++ b/chrome/unit_tests.isolate
@@ -3,6 +3,42 @@
# found in the LICENSE file.
{
'conditions': [
+ ['OS=="android" or OS=="linux"', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/chrome.pak',
+ ],
+ 'isolate_dependency_untracked': [
+ '<(PRODUCT_DIR)/test_data/',
+ ],
+ },
+ }],
+ ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/resources.pak',
+ ],
+ 'isolate_dependency_untracked': [
+ '../base/test/data/',
+ '../components/test/data/',
+ '../extensions/test/data/',
+ '../net/data/',
+ '../third_party/accessibility-developer-tools/gen/',
+ '../third_party/hunspell_dictionaries/',
+ '../third_party/zlib/google/test/data/',
+ 'test/data/',
+ 'third_party/mock4js/',
+ ],
+ },
+ }],
+ ['OS=="android" or OS=="linux" or OS=="win"', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/chrome_100_percent.pak',
+ '<(PRODUCT_DIR)/locales/en-US.pak',
+ ],
+ },
+ }],
['OS=="linux"', {
'variables': {
'command': [
@@ -13,14 +49,10 @@
],
'isolate_dependency_tracked': [
'../testing/xvfb.py',
- '<(PRODUCT_DIR)/chrome.pak',
'<(PRODUCT_DIR)/libffmpegsumo.so',
'<(PRODUCT_DIR)/locales/fr.pak',
'<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
],
- 'isolate_dependency_untracked': [
- '<(PRODUCT_DIR)/test_data/',
- ],
'isolate_dependency_touched': [
'<(PRODUCT_DIR)/libppGoogleNaClPluginChrome.so',
],
@@ -30,34 +62,16 @@
'variables': {
'isolate_dependency_tracked': [
'../testing/test_env.py',
- '<(PRODUCT_DIR)/resources.pak',
'<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)',
'browser/safe_browsing/two_phase_testserver.py',
],
'isolate_dependency_untracked': [
- '../base/test/data/',
- '../components/test/data/',
- '../extensions/test/data/',
- '../net/data/',
'../net/tools/testserver/',
- '../third_party/accessibility-developer-tools/gen/',
- '../third_party/hunspell_dictionaries/',
'../third_party/pyftpdlib/',
'../third_party/pywebsocket/',
'../third_party/tlslite/',
- '../third_party/zlib/google/test/data/',
'../tools/swarm_client/',
'<(PRODUCT_DIR)/pyproto/',
- 'test/data/',
- 'third_party/mock4js/',
- ],
- },
- }],
- ['OS=="linux" or OS=="win"', {
- 'variables': {
- 'isolate_dependency_tracked': [
- '<(PRODUCT_DIR)/chrome_100_percent.pak',
- '<(PRODUCT_DIR)/locales/en-US.pak',
],
},
}],
« no previous file with comments | « build/android/pylib/instrumentation/test_runner.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698