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

Unified Diff: test/msvs/filters/subdir/subdir.gyp

Issue 1188553003: MSVS: Normalize paths against gyp directory. (Closed) Base URL: http://chromium.googlesource.com/external/gyp@master
Patch Set: Fix last style change Created 5 years, 6 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/msvs/filters/gyptest-filters-2010.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/msvs/filters/subdir/subdir.gyp
diff --git a/test/build-option/hello.gyp b/test/msvs/filters/subdir/subdir.gyp
similarity index 53%
copy from test/build-option/hello.gyp
copy to test/msvs/filters/subdir/subdir.gyp
index 1974d51ccd1934cfc0841f26e7118448b2fb1c98..b93dc9117fda2f06e2201ec99bd15ba86d36d006 100644
--- a/test/build-option/hello.gyp
+++ b/test/msvs/filters/subdir/subdir.gyp
@@ -1,15 +1,16 @@
-# Copyright (c) 2009 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': 'hello',
- 'type': 'executable',
- 'sources': [
- 'hello.c',
- ],
- },
- ],
-}
+# Copyright (c) 2015 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': 'normalize',
+ 'type': 'executable',
+ 'sources': [
+ '../subdir/folder1/a.c',
+ '../subdir/folder2/b.c',
+ ],
+ },
+ ],
+}
« no previous file with comments | « test/msvs/filters/gyptest-filters-2010.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698