Index: build/android/pylib/gtest/setup.py |
diff --git a/build/android/pylib/gtest/setup.py b/build/android/pylib/gtest/setup.py |
index c691e412cbdb2e6e68d8e273a736fb799f2ef238..3787cfabf6b503843c02a64497754c57e09233af 100644 |
--- a/build/android/pylib/gtest/setup.py |
+++ b/build/android/pylib/gtest/setup.py |
@@ -131,6 +131,7 @@ def _GenerateDepsDirUsingIsolate(suite_name, isolate_file_path=None): |
'--outdir', constants.ISOLATE_DEPS_DIR, |
'--path-variable', 'PRODUCT_DIR', constants.GetOutDirectory(), |
+ '--path-variable', 'DEPTH', constants.DIR_SOURCE_ROOT, |
M-A Ruel
2014/06/11 18:21:22
please reverse the order so they are sorted.
kjellander_chromium
2014/06/11 18:33:30
Done.
|
'--config-variable', 'OS', 'android', |
'--config-variable', 'chromeos', '0', |