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:
Marshall Greenblatt 2012-01-03 17:55:08 +00:00
parent 253dcf8cd4
commit ad65bb8532
2 changed files with 4 additions and 1 deletions

View File

@ -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',

View File

@ -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