media/webrtc/trunk/tools/gyp/test/generator-output/mac-bundle/test.gyp

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/media/webrtc/trunk/tools/gyp/test/generator-output/mac-bundle/test.gyp	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +# Copyright (c) 2012 Google Inc. 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': 'test_app',
    1.11 +      'product_name': 'Test App Gyp',
    1.12 +      'type': 'executable',
    1.13 +      'mac_bundle': 1,
    1.14 +      'sources': [
    1.15 +        'main.c',
    1.16 +      ],
    1.17 +      'mac_bundle_resources': [
    1.18 +        'resource.sb',
    1.19 +      ],
    1.20 +      'xcode_settings': {
    1.21 +        'INFOPLIST_FILE': 'Info.plist',
    1.22 +        'ORDER_FILE': 'app.order',
    1.23 +        'GCC_PREFIX_HEADER': 'header.h',
    1.24 +        'GCC_PRECOMPILE_PREFIX_HEADER': 'YES',
    1.25 +      },
    1.26 +    },
    1.27 +  ],
    1.28 +}

mercurial