| Index: test/analyzer/subdir/subdir2/subdir2.gyp
 | 
| ===================================================================
 | 
| --- test/analyzer/subdir/subdir2/subdir2.gyp	(revision 0)
 | 
| +++ test/analyzer/subdir/subdir2/subdir2.gyp	(revision 0)
 | 
| @@ -0,0 +1,15 @@
 | 
| +# Copyright (c) 2014 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': 'subdir2',
 | 
| +      'type': 'static_library',
 | 
| +      'sources': [
 | 
| +        '../subdir_source.h',
 | 
| +      ],
 | 
| +    },
 | 
| +  ],
 | 
| +}
 | 
| 
 | 
| Property changes on: test/analyzer/subdir/subdir2/subdir2.gyp
 | 
| ___________________________________________________________________
 | 
| Added: svn:eol-style
 | 
|    + LF
 | 
| 
 | 
| 
 |