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

Unified Diff: test/win/generator-output-different-drive/prog.gyp

Issue 18991011: On Windows, don't try to create relative paths across different drives (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: remove .exe Created 7 years, 5 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/win/generator-output-different-drive/prog.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/win/generator-output-different-drive/prog.gyp
===================================================================
--- test/win/generator-output-different-drive/prog.gyp (revision 0)
+++ test/win/generator-output-different-drive/prog.gyp (working copy)
@@ -1,14 +1,14 @@
-# Copyright (c) 2009 Google Inc. All rights reserved.
+# Copyright (c) 2013 Google Inc. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'targets': [
{
- 'target_name': 'program1',
+ 'target_name': 'program',
'type': 'executable',
'sources': [
- 'prog1.c',
+ 'prog.c',
],
},
],
« no previous file with comments | « test/win/generator-output-different-drive/prog.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698