media/webrtc/trunk/build/some.gyp

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/media/webrtc/trunk/build/some.gyp	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +# Copyright (c) 2011 The Chromium Authors. All rights reserved.
     1.5 +# Use of this source code is governed by a BSD-style license that can be
     1.6 +# found in the LICENSE file.
     1.7 +{
     1.8 +  'targets': [
     1.9 +    {
    1.10 +      'target_name': 'some',
    1.11 +      'type': 'none',
    1.12 +      'dependencies': [
    1.13 +        # This file is intended to be locally modified. List the targets you use
    1.14 +        # regularly. The generated some.sln will contains projects for only
    1.15 +        # those targets and the targets they are transitively dependent on. This
    1.16 +        # can result in a solution that loads and unloads faster in Visual
    1.17 +        # Studio.
    1.18 +        #
    1.19 +        # Tip: Create a dummy CL to hold your local edits to this file, so they
    1.20 +        # don't accidentally get added to another CL that you are editing.
    1.21 +        #
    1.22 +        # Example:
    1.23 +        # '../chrome/chrome.gyp:chrome',
    1.24 +      ],
    1.25 +    },
    1.26 +  ],
    1.27 +}

mercurial