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 b89329b0fa
commit da314f12fb
1 changed files with 0 additions and 2 deletions

View File

@ -749,8 +749,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'], \