From e0177e56d91b6c24cc4a4e267ecb98c506487c34 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Wed, 10 Apr 2013 22:50:39 +0000 Subject: [PATCH] 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 --- cef3/tools/make_distrib.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cef3/tools/make_distrib.py b/cef3/tools/make_distrib.py index 1df48896c..53f3407de 100644 --- a/cef3/tools/make_distrib.py +++ b/cef3/tools/make_distrib.py @@ -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/'), \