blob: 3049d84930b0e05d45c77d062db0d990101f2bde [file] [log] [blame]
# Copyright (c) 2012 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': 'mytarget',
'type': 'executable',
'sources': [ 'file.cc', ],
'xcode_settings': {
'SDKROOT': 'macosx10.6',
},
'postbuilds': [
{
'postbuild_name': 'envtest',
'action': [ './test_shorthand.sh', ],
},
],
},
],
}