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

Unified Diff: build/isolate.gypi

Issue 12457024: test_isolation_outdir must be considered an opaque string, it could be an url. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/isolate.gypi
diff --git a/build/isolate.gypi b/build/isolate.gypi
index d7523fdfb389028747bca14cc61ceb2d82ca407b..75b09926f8b8c1f27d95051aa4f5f0b9d1b01793 100644
--- a/build/isolate.gypi
+++ b/build/isolate.gypi
@@ -69,7 +69,7 @@
'conditions': [
["test_isolation_outdir!=''", {
'action': [
- '--outdir', '<(PRODUCT_DIR)/<(test_isolation_outdir)',
+ '--outdir', '<(test_isolation_outdir)',
csharp 2013/03/13 19:16:58 Add back and change if to be == instead of !=
],
}],
['test_isolation_fail_on_missing == 0', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698