| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2013 Google Inc. All rights reserved. | 2 # Copyright (C) 2013 Google Inc. All rights reserved. |
| 3 # | 3 # |
| 4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
| 5 # modification, are permitted provided that the following conditions are | 5 # modification, are permitted provided that the following conditions are |
| 6 # met: | 6 # met: |
| 7 # | 7 # |
| 8 # * Redistributions of source code must retain the above copyright | 8 # * Redistributions of source code must retain the above copyright |
| 9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
| 10 # * Redistributions in binary form must reproduce the above | 10 # * Redistributions in binary form must reproduce the above |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 '--key-positions=*', | 135 '--key-positions=*', |
| 136 '-D', '-s', '2', | 136 '-D', '-s', '2', |
| 137 '<@(_inputs)', | 137 '<@(_inputs)', |
| 138 '--output-file=<(blink_platform_output_dir)/ColorData.cpp', | 138 '--output-file=<(blink_platform_output_dir)/ColorData.cpp', |
| 139 ], | 139 ], |
| 140 }, | 140 }, |
| 141 { | 141 { |
| 142 'action_name': 'CharacterData', | 142 'action_name': 'CharacterData', |
| 143 'inputs': [ | 143 'inputs': [ |
| 144 'fonts/CharacterDataGenerator.cpp', | 144 'fonts/CharacterDataGenerator.cpp', |
| 145 'fonts/CharacterData.h' |
| 145 ], | 146 ], |
| 146 'outputs': [ | 147 'outputs': [ |
| 147 '<(blink_platform_output_dir)/CharacterData.cpp', | 148 '<(blink_platform_output_dir)/CharacterData.cpp', |
| 148 ], | 149 ], |
| 149 'conditions': [ | 150 'conditions': [ |
| 150 ['generate_character_data==1', { | 151 ['generate_character_data==1', { |
| 151 'action': [ | 152 'action': [ |
| 152 '<(PRODUCT_DIR)/character_data_generator', | 153 '<(PRODUCT_DIR)/character_data_generator', |
| 153 '<(blink_platform_output_dir)/CharacterData.cpp', | 154 '<(blink_platform_output_dir)/CharacterData.cpp', |
| 154 ], | 155 ], |
| (...skipping 14 matching lines...) Expand all Loading... |
| 169 'toolsets': ['host'], | 170 'toolsets': ['host'], |
| 170 'sources': [ | 171 'sources': [ |
| 171 'fonts/CharacterDataGenerator.cpp', | 172 'fonts/CharacterDataGenerator.cpp', |
| 172 ], | 173 ], |
| 173 'dependencies': [ | 174 'dependencies': [ |
| 174 '<(DEPTH)/third_party/icu/icu.gyp:icuuc#host', | 175 '<(DEPTH)/third_party/icu/icu.gyp:icuuc#host', |
| 175 ], | 176 ], |
| 176 }, | 177 }, |
| 177 ], | 178 ], |
| 178 } | 179 } |
| OLD | NEW |