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

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

Issue 15095002: Use jinja2 for make_runtime_features and make_internal_runtime_flags (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Updated for Eric's suggestions Created 7 years, 7 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 | « Source/core/core.gypi ('k') | Source/core/scripts/in_generator.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',
71 '../scripts/templates/InternalRuntimeFlags.idl.tmpl',
70 ], 72 ],
71 'outputs': [ 73 'outputs': [
72 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalRuntimeFlags.idl', 74 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalRuntimeFlags.idl',
73 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalRuntimeFlags.h', 75 '<(SHARED_INTERMEDIATE_DIR)/webkit/InternalRuntimeFlags.h',
74 ], 76 ],
75 'action': [ 77 'action': [
76 'python', 78 'python',
77 '../scripts/make_internal_runtime_flags.py', 79 '../scripts/make_internal_runtime_flags.py',
78 '../page/RuntimeEnabledFeatures.in', 80 '../page/RuntimeEnabledFeatures.in',
79 '<(SHARED_INTERMEDIATE_DIR)/webkit/', 81 '<(SHARED_INTERMEDIATE_DIR)/webkit/',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 '<@(_outputs)', 167 '<@(_outputs)',
166 '<@(_inputs)' 168 '<@(_inputs)'
167 ], 169 ],
168 }, 170 },
169 { 171 {
170 'action_name': 'RuntimeEnabledFeatures', 172 'action_name': 'RuntimeEnabledFeatures',
171 'inputs': [ 173 'inputs': [
172 '<@(scripts_for_in_files)', 174 '<@(scripts_for_in_files)',
173 '../scripts/make_runtime_features.py', 175 '../scripts/make_runtime_features.py',
174 '../page/RuntimeEnabledFeatures.in', 176 '../page/RuntimeEnabledFeatures.in',
177 '../scripts/templates/RuntimeEnabledFeatures.cpp.tmpl',
178 '../scripts/templates/RuntimeEnabledFeatures.h.tmpl',
175 ], 179 ],
176 'outputs': [ 180 'outputs': [
177 '<(SHARED_INTERMEDIATE_DIR)/webkit/RuntimeEnabledFeatures.cpp', 181 '<(SHARED_INTERMEDIATE_DIR)/webkit/RuntimeEnabledFeatures.cpp',
178 '<(SHARED_INTERMEDIATE_DIR)/webkit/RuntimeEnabledFeatures.h', 182 '<(SHARED_INTERMEDIATE_DIR)/webkit/RuntimeEnabledFeatures.h',
179 ], 183 ],
180 'action': [ 184 'action': [
181 'python', 185 'python',
182 '../scripts/make_runtime_features.py', 186 '../scripts/make_runtime_features.py',
183 '../page/RuntimeEnabledFeatures.in', 187 '../page/RuntimeEnabledFeatures.in',
184 '<(SHARED_INTERMEDIATE_DIR)/webkit/', 188 '<(SHARED_INTERMEDIATE_DIR)/webkit/',
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 '../scripts/make-hash-tools.pl', 649 '../scripts/make-hash-tools.pl',
646 '<(SHARED_INTERMEDIATE_DIR)/webkit', 650 '<(SHARED_INTERMEDIATE_DIR)/webkit',
647 '<(RULE_INPUT_PATH)', 651 '<(RULE_INPUT_PATH)',
648 '<(gperf_exe)', 652 '<(gperf_exe)',
649 ], 653 ],
650 }, 654 },
651 ], 655 ],
652 }, 656 },
653 ], 657 ],
654 } 658 }
OLDNEW
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/scripts/in_generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698