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

Unified Diff: test/msvs/prebuild/prebuild.gyp

Issue 2866042: Effectively duplicates targets that contain rules/actions, therefore enabling... (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: '' Created 10 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
« test/msvs/prebuild/base/base.gyp ('K') | « test/msvs/prebuild/gyptest-prebuild.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/msvs/prebuild/prebuild.gyp
===================================================================
--- test/msvs/prebuild/prebuild.gyp (revision 0)
+++ test/msvs/prebuild/prebuild.gyp (revision 0)
@@ -0,0 +1,21 @@
+# Copyright (c) 2010 Google Inc. All rights reserved.
Mark Mentovai 2010/07/07 17:45:28 Is there anything MSVS-specific about these tests?
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'targets': [
+ {
+ 'target_name': 'prebuild',
+ 'msvs_guid': 'B4D59AE8-97E1-A8E9-8D2F-6D2826729530',
Mark Mentovai 2010/07/07 17:45:28 Not needed.
+ 'type': 'executable',
+ 'dependencies': [
+ 'base/base.gyp:a',
+ 'base/base.gyp:b',
+ 'base/base.gyp:c',
+ ],
+ 'sources': [
+ 'main.c',
+ ],
+ },
+ ],
+}
Property changes on: test/msvs/prebuild/prebuild.gyp
___________________________________________________________________
Added: svn:eol-style
+ LF
« test/msvs/prebuild/base/base.gyp ('K') | « test/msvs/prebuild/gyptest-prebuild.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698