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

Side by Side Diff: Source/core/core_derived_sources.gyp

Issue 22546004: Remove .tmpl extension from Jinja templates in core Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/scripts/make_internal_runtime_flags.py » ('j') | 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 '<@(_inputs)', 60 '<@(_inputs)',
61 ], 61 ],
62 'msvs_cygwin_shell': 1, 62 'msvs_cygwin_shell': 1,
63 }, 63 },
64 { 64 {
65 'action_name': 'InternalRuntimeFlags', 65 'action_name': 'InternalRuntimeFlags',
66 'inputs': [ 66 'inputs': [
67 '<@(scripts_for_in_files)', 67 '<@(scripts_for_in_files)',
68 'scripts/make_internal_runtime_flags.py', 68 'scripts/make_internal_runtime_flags.py',
69 'page/RuntimeEnabledFeatures.in', 69 'page/RuntimeEnabledFeatures.in',
70 'scripts/templates/InternalRuntimeFlags.h.tmpl', 70 'scripts/templates/InternalRuntimeFlags.h',
71 'scripts/templates/InternalRuntimeFlags.idl.tmpl', 71 'scripts/templates/InternalRuntimeFlags.idl',
72 ], 72 ],
73 'outputs': [ 73 'outputs': [
74 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.idl', 74 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.idl',
75 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.h', 75 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.h',
76 ], 76 ],
77 'action': [ 77 'action': [
78 'python', 78 'python',
79 'scripts/make_internal_runtime_flags.py', 79 'scripts/make_internal_runtime_flags.py',
80 'page/RuntimeEnabledFeatures.in', 80 'page/RuntimeEnabledFeatures.in',
81 '--output_dir', 81 '--output_dir',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 '<@(_outputs)', 168 '<@(_outputs)',
169 '<@(_inputs)' 169 '<@(_inputs)'
170 ], 170 ],
171 }, 171 },
172 { 172 {
173 'action_name': 'RuntimeEnabledFeatures', 173 'action_name': 'RuntimeEnabledFeatures',
174 'inputs': [ 174 'inputs': [
175 '<@(scripts_for_in_files)', 175 '<@(scripts_for_in_files)',
176 'scripts/make_runtime_features.py', 176 'scripts/make_runtime_features.py',
177 'page/RuntimeEnabledFeatures.in', 177 'page/RuntimeEnabledFeatures.in',
178 'scripts/templates/RuntimeEnabledFeatures.cpp.tmpl', 178 'scripts/templates/RuntimeEnabledFeatures.cpp',
179 'scripts/templates/RuntimeEnabledFeatures.h.tmpl', 179 'scripts/templates/RuntimeEnabledFeatures.h',
180 ], 180 ],
181 'outputs': [ 181 'outputs': [
182 '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.cpp', 182 '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.cpp',
183 '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.h', 183 '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.h',
184 ], 184 ],
185 'action': [ 185 'action': [
186 'python', 186 'python',
187 'scripts/make_runtime_features.py', 187 'scripts/make_runtime_features.py',
188 'page/RuntimeEnabledFeatures.in', 188 'page/RuntimeEnabledFeatures.in',
189 '--output_dir', 189 '--output_dir',
(...skipping 26 matching lines...) Expand all
216 '--defines', '<(feature_defines)', 216 '--defines', '<(feature_defines)',
217 ], 217 ],
218 'msvs_cygwin_shell': 1, 218 'msvs_cygwin_shell': 1,
219 }, 219 },
220 { 220 {
221 'action_name': 'StylePropertyShorthand', 221 'action_name': 'StylePropertyShorthand',
222 'inputs': [ 222 'inputs': [
223 '<@(scripts_for_in_files)', 223 '<@(scripts_for_in_files)',
224 'scripts/make_style_shorthands.py', 224 'scripts/make_style_shorthands.py',
225 'css/CSSShorthands.in', 225 'css/CSSShorthands.in',
226 'scripts/templates/StylePropertyShorthand.h.tmpl', 226 'scripts/templates/StylePropertyShorthand.h',
227 'scripts/templates/StylePropertyShorthand.cpp.tmpl', 227 'scripts/templates/StylePropertyShorthand.cpp',
228 ], 228 ],
229 'outputs': [ 229 'outputs': [
230 '<(SHARED_INTERMEDIATE_DIR)/blink/StylePropertyShorthand.cpp', 230 '<(SHARED_INTERMEDIATE_DIR)/blink/StylePropertyShorthand.cpp',
231 '<(SHARED_INTERMEDIATE_DIR)/blink/StylePropertyShorthand.h', 231 '<(SHARED_INTERMEDIATE_DIR)/blink/StylePropertyShorthand.h',
232 ], 232 ],
233 'action': [ 233 'action': [
234 'python', 234 'python',
235 'scripts/make_style_shorthands.py', 235 'scripts/make_style_shorthands.py',
236 'css/CSSShorthands.in', 236 'css/CSSShorthands.in',
237 '--output_dir', 237 '--output_dir',
238 '<(SHARED_INTERMEDIATE_DIR)/blink', 238 '<(SHARED_INTERMEDIATE_DIR)/blink',
239 ], 239 ],
240 }, 240 },
241 { 241 {
242 'action_name': 'StyleBuilder', 242 'action_name': 'StyleBuilder',
243 'inputs': [ 243 'inputs': [
244 '<@(scripts_for_in_files)', 244 '<@(scripts_for_in_files)',
245 'scripts/make_style_builder.py', 245 'scripts/make_style_builder.py',
246 'css/CSSProperties.in', 246 'css/CSSProperties.in',
247 'scripts/templates/StyleBuilder.cpp.tmpl', 247 'scripts/templates/StyleBuilder.cpp',
248 'scripts/templates/StyleBuilderFunctions.h.tmpl', 248 'scripts/templates/StyleBuilderFunctions.h',
249 'scripts/templates/StyleBuilderFunctions.cpp.tmpl', 249 'scripts/templates/StyleBuilderFunctions.cpp',
250 ], 250 ],
251 'outputs': [ 251 'outputs': [
252 '<(SHARED_INTERMEDIATE_DIR)/blink/StyleBuilder.cpp', 252 '<(SHARED_INTERMEDIATE_DIR)/blink/StyleBuilder.cpp',
253 '<(SHARED_INTERMEDIATE_DIR)/blink/StyleBuilderFunctions.h', 253 '<(SHARED_INTERMEDIATE_DIR)/blink/StyleBuilderFunctions.h',
254 '<(SHARED_INTERMEDIATE_DIR)/blink/StyleBuilderFunctions.cpp', 254 '<(SHARED_INTERMEDIATE_DIR)/blink/StyleBuilderFunctions.cpp',
255 ], 255 ],
256 'action': [ 256 'action': [
257 'python', 257 'python',
258 'scripts/make_style_builder.py', 258 'scripts/make_style_builder.py',
259 'css/CSSProperties.in', 259 'css/CSSProperties.in',
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 'scripts/make-hash-tools.pl', 694 'scripts/make-hash-tools.pl',
695 '<(SHARED_INTERMEDIATE_DIR)/blink', 695 '<(SHARED_INTERMEDIATE_DIR)/blink',
696 '<(RULE_INPUT_PATH)', 696 '<(RULE_INPUT_PATH)',
697 '<(gperf_exe)', 697 '<(gperf_exe)',
698 ], 698 ],
699 }, 699 },
700 ], 700 ],
701 }, 701 },
702 ], 702 ],
703 } 703 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/scripts/make_internal_runtime_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698