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

Unified Diff: base/base_unittests.isolate

Issue 322403003: Pass GYP DEPTH variable to isolate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated build/android/pylib/gtest/setup.py and restored space for PRODUCT_DIR Created 6 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/setup.py » ('j') | build/android/pylib/gtest/setup.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 b5464be8e3734367d1684a9e01b852f810ada6a3..9e199cd56e892a771e7e8df5e3377459c634e226 100644
--- a/base/base_unittests.isolate
+++ b/base/base_unittests.isolate
@@ -14,7 +14,7 @@
['OS=="linux"', {
'variables': {
'command': [
- '../testing/xvfb.py',
+ '<(DEPTH)/testing/xvfb.py',
'<(PRODUCT_DIR)',
'<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)',
'--brave-new-test-launcher',
@@ -29,7 +29,7 @@
['OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
'isolate_dependency_tracked': [
- '../testing/test_env.py',
+ '<(DEPTH)/testing/test_env.py',
'<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)',
],
'read_only': 1,
@@ -38,7 +38,7 @@
['OS=="mac" or OS=="win"', {
'variables': {
'command': [
- '../testing/test_env.py',
+ '<(DEPTH)/testing/test_env.py',
'<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
« no previous file with comments | « no previous file | build/android/pylib/gtest/setup.py » ('j') | build/android/pylib/gtest/setup.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698