# This file is part of Telegram Desktop, # the official desktop application for the Telegram messaging service. # # For license and copyright information please follow this link: # https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL { 'actions': [{ 'action_name': 'update_dependent_styles', 'inputs': [ '<(DEPTH)/update_dependent.py', '<@(style_files)', ], 'outputs': [ '<(SHARED_INTERMEDIATE_DIR)/update_dependent_styles.timestamp', ], 'action': [ 'python', '<(DEPTH)/update_dependent.py', '--styles', '-I', '<(res_loc)', '-I', '<(src_loc)', '-o', '<(SHARED_INTERMEDIATE_DIR)/update_dependent_styles.timestamp', '<@(style_files)', ], 'message': 'Updating dependent style files..', }, { 'action_name': 'update_dependent_qrc', 'inputs': [ '<(DEPTH)/update_dependent.py', '<@(qrc_files)', '