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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 # Copyright (c) 2010 Google Inc. All rights reserved.
Mark Mentovai 2010/07/07 17:45:28 Is there anything MSVS-specific about these tests?
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'targets': [
7 {
8 'target_name': 'prebuild',
9 'msvs_guid': 'B4D59AE8-97E1-A8E9-8D2F-6D2826729530',
Mark Mentovai 2010/07/07 17:45:28 Not needed.
10 'type': 'executable',
11 'dependencies': [
12 'base/base.gyp:a',
13 'base/base.gyp:b',
14 'base/base.gyp:c',
15 ],
16 'sources': [
17 'main.c',
18 ],
19 },
20 ],
21 }
OLDNEW
« 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