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

Unified Diff: test/builddir/gyptest-all.py

Issue 10831183: Fixes an issue where OutputDirectory and IntermediateDirectory were being (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: Created 8 years, 4 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
Index: test/builddir/gyptest-all.py
===================================================================
--- test/builddir/gyptest-all.py (revision 1452)
+++ test/builddir/gyptest-all.py (working copy)
@@ -33,7 +33,7 @@
'<OutDir>..\\builddir\\Default\\</OutDir>')
else:
test.must_contain('src/prog1.vcproj',
- 'OutputDirectory="..\\builddir\\Default"')
+ 'OutputDirectory="..\\builddir\\Default\\"')
test.relocate('src', 'relocate/src')

Powered by Google App Engine
This is Rietveld 408576698