mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
cefbuilds: Add tools distribution (see #3734)
This commit is contained in:
@@ -52,10 +52,11 @@ def make_fake_file_info(platform, version, type):
|
||||
def create_fake_files(platform, version):
|
||||
files = []
|
||||
|
||||
# All platforms create standard, minimal and client distributions.
|
||||
# All platforms create standard, minimal, client and tools distributions.
|
||||
files.append(make_fake_file_info(platform, version, 'standard'))
|
||||
files.append(make_fake_file_info(platform, version, 'minimal'))
|
||||
files.append(make_fake_file_info(platform, version, 'client'))
|
||||
files.append(make_fake_file_info(platform, version, 'tools'))
|
||||
|
||||
# Windows and OS X platforms create debug and release symbols.
|
||||
if platform.find('windows') == 0 or platform.find('macosx') == 0:
|
||||
|
Reference in New Issue
Block a user