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

Unified Diff: base/base_unittests.isolate

Issue 17267004: [Android] Enable using isolate files to get a list of data dependencies to push to the device. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove the apk since crbug.com/252785 is fixed Created 7 years, 6 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 | « no previous file | build/android/pylib/gtest/test_runner.py » ('j') | build/android/pylib/gtest/test_runner.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_unittests.isolate
diff --git a/base/base_unittests.isolate b/base/base_unittests.isolate
index 929b146492439f1a83ce4b175392997b8b03de50..483d6f24b59519e757f4f8608d13572e4632d367 100644
--- a/base/base_unittests.isolate
+++ b/base/base_unittests.isolate
@@ -3,6 +3,14 @@
# found in the LICENSE file.
{
'conditions': [
+ ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
+ 'variables': {
+ 'isolate_dependency_untracked': [
+ 'data/',
+ 'test/data/',
+ ],
+ },
+ }],
['OS=="linux"', {
'variables': {
'command': [
@@ -25,10 +33,6 @@
'../tools/swarm_client/run_test_cases.py',
'<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)',
],
- 'isolate_dependency_untracked': [
- 'data/',
- 'test/data/',
- ],
},
}],
['OS=="mac" or OS=="win"', {
« no previous file with comments | « no previous file | build/android/pylib/gtest/test_runner.py » ('j') | build/android/pylib/gtest/test_runner.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698