| 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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 'python', | 173 'python', |
| 174 '../build/scripts/make_css_property_names.py', | 174 '../build/scripts/make_css_property_names.py', |
| 175 '<@(in_files)', | 175 '<@(in_files)', |
| 176 '--output_dir', | 176 '--output_dir', |
| 177 '<(SHARED_INTERMEDIATE_DIR)/blink', | 177 '<(SHARED_INTERMEDIATE_DIR)/blink', |
| 178 '--gperf', '<(gperf_exe)', | 178 '--gperf', '<(gperf_exe)', |
| 179 '--defines', '<(feature_defines)', | 179 '--defines', '<(feature_defines)', |
| 180 ], | 180 ], |
| 181 }, | 181 }, |
| 182 { | 182 { |
| 183 'action_name': 'MediaFeatureNames', |
| 184 'variables': { |
| 185 'in_files': [ |
| 186 'css/MediaFeatureNames.in', |
| 187 ], |
| 188 }, |
| 189 'inputs': [ |
| 190 '<@(scripts_for_in_files)', |
| 191 '../build/scripts/make_media_feature_names.py', |
| 192 '<@(in_files)' |
| 193 ], |
| 194 'outputs': [ |
| 195 '<(SHARED_INTERMEDIATE_DIR)/blink/MediaFeatureNames.cpp', |
| 196 '<(SHARED_INTERMEDIATE_DIR)/blink/MediaFeatureNames.h', |
| 197 ], |
| 198 'action': [ |
| 199 'python', |
| 200 '../build/scripts/make_media_feature_names.py', |
| 201 '<@(in_files)', |
| 202 '--output_dir', |
| 203 '<(SHARED_INTERMEDIATE_DIR)/blink', |
| 204 '--defines', '<(feature_defines)', |
| 205 ], |
| 206 }, |
| 207 { |
| 208 'action_name': 'MediaFeatures', |
| 209 'variables': { |
| 210 'in_files': [ |
| 211 'css/MediaFeatureNames.in', |
| 212 ], |
| 213 }, |
| 214 'inputs': [ |
| 215 '<@(scripts_for_in_files)', |
| 216 '../build/scripts/make_media_features.py', |
| 217 '<@(in_files)' |
| 218 ], |
| 219 'outputs': [ |
| 220 '<(SHARED_INTERMEDIATE_DIR)/blink/MediaFeatures.h', |
| 221 ], |
| 222 'action': [ |
| 223 'python', |
| 224 '../build/scripts/make_media_features.py', |
| 225 '<@(in_files)', |
| 226 '--output_dir', |
| 227 '<(SHARED_INTERMEDIATE_DIR)/blink', |
| 228 '--defines', '<(feature_defines)', |
| 229 ], |
| 230 }, |
| 231 { |
| 232 'action_name': 'MediaTypeNames', |
| 233 'variables': { |
| 234 'in_files': [ |
| 235 'css/MediaTypeNames.in', |
| 236 ], |
| 237 }, |
| 238 'inputs': [ |
| 239 '<@(scripts_for_in_files)', |
| 240 '../build/scripts/make_names.py', |
| 241 '<@(in_files)' |
| 242 ], |
| 243 'outputs': [ |
| 244 '<(SHARED_INTERMEDIATE_DIR)/blink/MediaTypeNames.cpp', |
| 245 '<(SHARED_INTERMEDIATE_DIR)/blink/MediaTypeNames.h', |
| 246 ], |
| 247 'action': [ |
| 248 'python', |
| 249 '../build/scripts/make_names.py', |
| 250 '<@(in_files)', |
| 251 '--output_dir', |
| 252 '<(SHARED_INTERMEDIATE_DIR)/blink', |
| 253 '--defines', '<(feature_defines)', |
| 254 ], |
| 255 }, |
| 256 { |
| 183 'action_name': 'StylePropertyShorthand', | 257 'action_name': 'StylePropertyShorthand', |
| 184 'inputs': [ | 258 'inputs': [ |
| 185 '<@(scripts_for_in_files)', | 259 '<@(scripts_for_in_files)', |
| 186 '../build/scripts/make_style_shorthands.py', | 260 '../build/scripts/make_style_shorthands.py', |
| 187 'css/CSSShorthands.in', | 261 'css/CSSShorthands.in', |
| 188 '../build/scripts/templates/StylePropertyShorthand.h.tmpl', | 262 '../build/scripts/templates/StylePropertyShorthand.h.tmpl', |
| 189 '../build/scripts/templates/StylePropertyShorthand.cpp.tmpl', | 263 '../build/scripts/templates/StylePropertyShorthand.cpp.tmpl', |
| 190 ], | 264 ], |
| 191 'outputs': [ | 265 'outputs': [ |
| 192 '<(SHARED_INTERMEDIATE_DIR)/blink/StylePropertyShorthand.cpp', | 266 '<(SHARED_INTERMEDIATE_DIR)/blink/StylePropertyShorthand.cpp', |
| (...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 651 '../build/scripts/rule_bison.py', | 725 '../build/scripts/rule_bison.py', |
| 652 '<(RULE_INPUT_PATH)', | 726 '<(RULE_INPUT_PATH)', |
| 653 '<(SHARED_INTERMEDIATE_DIR)/blink', | 727 '<(SHARED_INTERMEDIATE_DIR)/blink', |
| 654 '<(bison_exe)', | 728 '<(bison_exe)', |
| 655 ], | 729 ], |
| 656 }, | 730 }, |
| 657 ], | 731 ], |
| 658 }, | 732 }, |
| 659 ], | 733 ], |
| 660 } | 734 } |
| OLD | NEW |