| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'includes': [ | 6 'includes': [ |
| 7 '../../build/common.gypi', | 7 '../../build/common.gypi', |
| 8 ], | 8 ], |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 'action': ['python', '<@(_inputs)', '-o', '<(PRODUCT_DIR)/lib', '<
@(RULE_INPUT_PATH)'], | 92 'action': ['python', '<@(_inputs)', '-o', '<(PRODUCT_DIR)/lib', '<
@(RULE_INPUT_PATH)'], |
| 93 'message': 'Generating import libraries', | 93 'message': 'Generating import libraries', |
| 94 }, | 94 }, |
| 95 ], | 95 ], |
| 96 }], | 96 }], |
| 97 ], | 97 ], |
| 98 }, | 98 }, |
| 99 { | 99 { |
| 100 'target_name': 'ffmpeg_binaries', | 100 'target_name': 'ffmpeg_binaries', |
| 101 'type': 'none', | 101 'type': 'none', |
| 102 'msvs_guid': '4E4070E1-EFD9-4ef1-8634-3960956F6F10', | 102 'msvs_guid': '4E4070E1-EFD9-4EF1-8634-3960956F6F10', |
| 103 'conditions': [ | 103 'conditions': [ |
| 104 ['OS=="win"', { | 104 ['OS=="win"', { |
| 105 'sources': [ | 105 'sources': [ |
| 106 'binaries/avcodec-52.dll', | 106 'binaries/avcodec-52.dll', |
| 107 'binaries/avformat-52.dll', | 107 'binaries/avformat-52.dll', |
| 108 'binaries/avutil-50.dll', | 108 'binaries/avutil-50.dll', |
| 109 'binaries/pthreadGC2.dll', | 109 'binaries/pthreadGC2.dll', |
| 110 ], | 110 ], |
| 111 'dependencies': ['../../build/win/system.gyp:cygwin'], | 111 'dependencies': ['../../build/win/system.gyp:cygwin'], |
| 112 'rules': [ | 112 'rules': [ |
| 113 { | 113 { |
| 114 'rule_name': 'copy_binaries', | 114 'rule_name': 'copy_binaries', |
| 115 'extension': 'dll', | 115 'extension': 'dll', |
| 116 'inputs': [ | 116 'inputs': [ |
| 117 'copy_binaries.sh', | 117 'copy_binaries.sh', |
| 118 ], | 118 ], |
| 119 'outputs': [ | 119 'outputs': [ |
| 120 '<(PRODUCT_DIR)/<(RULE_INPUT_NAME)', | 120 '<(PRODUCT_DIR)/<(RULE_INPUT_NAME)', |
| 121 ], | 121 ], |
| 122 'action': ['./copy_binaries.sh', '"<@(RULE_INPUT_PATH)"', '"<@(PRO
DUCT_DIR)/<@(RULE_INPUT_NAME)"'], | 122 'action': ['./copy_binaries.sh', '"<@(RULE_INPUT_PATH)"', '"<@(PRO
DUCT_DIR)/<@(RULE_INPUT_NAME)"'], |
| 123 'message': 'Copying binaries...', | 123 'message': 'Copying binaries...', |
| 124 }, | 124 }, |
| 125 ], | 125 ], |
| 126 }], | 126 }], |
| 127 ], | 127 ], |
| 128 }, | 128 }, |
| 129 ], | 129 ], |
| 130 } | 130 } |
| OLD | NEW |