Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Side by Side Diff: third_party/WebKit/Source/platform/platform_generated.gyp

Issue 1768083002: Add CharacterData.h to input for Character Data generation step (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698