Merge revision 1200 changes:

- Mac: Fix inclusion of resource files in binary distributions.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1453@1201 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2013-04-10 22:50:39 +00:00
parent b83ebd027a
commit e0177e56d9

View File

@ -397,6 +397,8 @@ elif platform == 'macosx':
'tests/cefclient/', cefclient_dir, options.quiet)
transfer_gypi_files(cef_dir, cef_paths2['cefclient_sources_mac_helper'], \
'tests/cefclient/', cefclient_dir, options.quiet)
transfer_gypi_files(cef_dir, cef_paths2['cefclient_bundle_resources_mac'], \
'tests/cefclient/', cefclient_dir, options.quiet)
# transfer cefclient/mac files
copy_dir(os.path.join(cef_dir, 'tests/cefclient/mac/'), os.path.join(output_dir, 'cefclient/mac/'), \