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

Unified Diff: test/builddir/gyptest-default.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
« no previous file with comments | « test/builddir/gyptest-all.py ('k') | test/intermediate_dir/gyptest-intermediate-dir.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/builddir/gyptest-default.py
===================================================================
--- test/builddir/gyptest-default.py (revision 1452)
+++ test/builddir/gyptest-default.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')
« no previous file with comments | « test/builddir/gyptest-all.py ('k') | test/intermediate_dir/gyptest-intermediate-dir.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698