Mac: Add support for building the 'Run cef_unittests' target from the command line.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@453 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
253dcf8cd4
commit
ad65bb8532
3
cef.gyp
3
cef.gyp
|
@ -356,6 +356,9 @@
|
|||
'variables': {
|
||||
'repack_path': '../tools/grit/grit/format/repack.py',
|
||||
},
|
||||
'run_as': {
|
||||
'action': ['${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.app/Contents/MacOS/${PRODUCT_NAME}'],
|
||||
},
|
||||
'actions': [
|
||||
{
|
||||
'action_name': 'repack_locales',
|
||||
|
|
|
@ -13,6 +13,6 @@ else
|
|||
make BUILDTYPE=$1 -j 16
|
||||
popd
|
||||
else
|
||||
xcodebuild -project ../cef.xcodeproj -configuration $1 -target $PROJECT_NAME
|
||||
xcodebuild -project ../cef.xcodeproj -configuration $1 -target "$PROJECT_NAME"
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue