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

Side by Side Diff: trunk/test/generator-output/copies/subdir/subdir.gyp

Issue 306051: Add AUTHORS and LICENSE files, and copyright headers to relevant source files... (Closed) Base URL: http://gyp.googlecode.com/svn/
Patch Set: '' Created 11 years, 1 month 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
OLDNEW
1 # Copyright (c) 2009 Google Inc. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
1 { 5 {
2 'targets': [ 6 'targets': [
3 { 7 {
4 'target_name': 'copies3', 8 'target_name': 'copies3',
5 'type': 'none', 9 'type': 'none',
6 'copies': [ 10 'copies': [
7 { 11 {
8 'destination': 'copies-out', 12 'destination': 'copies-out',
9 'files': [ 13 'files': [
10 'file3', 14 'file3',
11 ], 15 ],
12 }, 16 },
13 ], 17 ],
14 }, 18 },
15 { 19 {
16 'target_name': 'copies4', 20 'target_name': 'copies4',
17 'type': 'none', 21 'type': 'none',
18 'copies': [ 22 'copies': [
19 { 23 {
20 'destination': '<(PRODUCT_DIR)/copies-out', 24 'destination': '<(PRODUCT_DIR)/copies-out',
21 'files': [ 25 'files': [
22 'file4', 26 'file4',
23 ], 27 ],
24 }, 28 },
25 ], 29 ],
26 }, 30 },
27 ], 31 ],
28 } 32 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698