naiveproxy/tools/gyp/test/mac/unicode-settings/test.gyp
2018-01-29 00:30:36 +08:00

24 lines
529 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Copyright 2013 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': 'myapp',
'type': 'executable',
'mac_bundle': 1,
'sources': [ 'file.cc', ],
'xcode_settings': {
'BUNDLE_DISPLAY_NAME': 'α\011',
},
'postbuilds': [
{
'postbuild_name': 'envtest',
'action': [ './test_bundle_display_name.sh', ],
},
],
},
],
}