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

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

Issue 1780523003: Rename platform/fonts/CharacterData.h to avoid conflict with core/dom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add TODO comment 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 | « third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.cpp ('k') | 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 ], 132 ],
133 'action': [ 133 'action': [
134 '<(gperf_exe)', 134 '<(gperf_exe)',
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': 'CharacterPropertyData',
143 'inputs': [ 143 'inputs': [
144 'fonts/CharacterDataGenerator.cpp', 144 'fonts/CharacterPropertyDataGenerator.cpp',
145 'fonts/CharacterData.h' 145 'fonts/CharacterPropertyDataGenerator.h'
146 ], 146 ],
147 'outputs': [ 147 'outputs': [
148 '<(blink_platform_output_dir)/CharacterData.cpp', 148 '<(blink_platform_output_dir)/CharacterPropertyData.cpp',
149 ], 149 ],
150 'conditions': [ 150 'conditions': [
151 ['generate_character_data==1', { 151 ['generate_character_data==1', {
152 'action': [ 152 'action': [
153 '<(PRODUCT_DIR)/character_data_generator', 153 '<(PRODUCT_DIR)/character_data_generator',
154 '<(blink_platform_output_dir)/CharacterData.cpp', 154 '<(blink_platform_output_dir)/CharacterPropertyData.cpp',
155 ], 155 ],
156 }, { 156 }, {
157 'action': [ 157 'action': [
158 'cp', 158 'cp',
159 'fonts/CharacterData.cpp', 159 'fonts/CharacterPropertyData.cpp',
160 '<(blink_platform_output_dir)/CharacterData.cpp', 160 '<(blink_platform_output_dir)/CharacterPropertyData.cpp',
161 ], 161 ],
162 }] 162 }]
163 ], 163 ],
164 }, 164 },
165 ] 165 ]
166 }, 166 },
167 { 167 {
168 'target_name': 'character_data_generator', 168 'target_name': 'character_data_generator',
169 'type': 'executable', 169 'type': 'executable',
170 'toolsets': ['host'], 170 'toolsets': ['host'],
171 'sources': [ 171 'sources': [
172 'fonts/CharacterDataGenerator.cpp', 172 'fonts/CharacterPropertyDataGenerator.cpp',
173 ], 173 ],
174 'dependencies': [ 174 'dependencies': [
175 '<(DEPTH)/third_party/icu/icu.gyp:icuuc#host', 175 '<(DEPTH)/third_party/icu/icu.gyp:icuuc#host',
176 ], 176 ],
177 }, 177 },
178 ], 178 ],
179 } 179 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698