Linux: Remove deleted key from make_distrib.py (issue #1403)

This commit is contained in:
Marshall Greenblatt 2016-08-25 13:20:07 +03:00
parent a9f5c8bfb2
commit 9f1bd36e74
1 changed files with 0 additions and 2 deletions

View File

@ -779,8 +779,6 @@ elif platform == 'linux':
# transfer cefclient files
transfer_gypi_files(cef_dir, cef_paths2['cefclient_sources_linux'], \
'tests/cefclient/', cefclient_dir, options.quiet)
transfer_gypi_files(cef_dir, cef_paths2['cefclient_bundle_resources_linux'], \
'tests/cefclient/', cefclient_dir, options.quiet)
# transfer cefsimple files
transfer_gypi_files(cef_dir, cef_paths2['cefsimple_sources_linux'], \