| 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 15 matching lines...) Expand all Loading... |
| 26 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 26 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 27 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 27 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 28 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 28 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 29 # | 29 # |
| 30 | 30 |
| 31 { | 31 { |
| 32 'includes': [ | 32 'includes': [ |
| 33 'core.gypi', | 33 'core.gypi', |
| 34 '../bindings/bindings.gypi', | 34 '../bindings/bindings.gypi', |
| 35 '../build/features.gypi', | 35 '../build/features.gypi', |
| 36 '../build/scripts.gypi', |
| 36 ], | 37 ], |
| 37 | 38 |
| 38 'targets': [ | 39 'targets': [ |
| 39 { | 40 { |
| 40 'target_name': 'generate_test_support_idls', | 41 'target_name': 'generate_test_support_idls', |
| 41 'type': 'none', | 42 'type': 'none', |
| 42 'actions': [ | 43 'actions': [ |
| 43 { | 44 { |
| 44 'action_name': 'Settings', | 45 'action_name': 'Settings', |
| 45 'inputs': [ | 46 'inputs': [ |
| (...skipping 13 matching lines...) Expand all Loading... |
| 59 '--', | 60 '--', |
| 60 '<@(_inputs)', | 61 '<@(_inputs)', |
| 61 ], | 62 ], |
| 62 'msvs_cygwin_shell': 1, | 63 'msvs_cygwin_shell': 1, |
| 63 }, | 64 }, |
| 64 { | 65 { |
| 65 'action_name': 'InternalRuntimeFlags', | 66 'action_name': 'InternalRuntimeFlags', |
| 66 'inputs': [ | 67 'inputs': [ |
| 67 '<@(scripts_for_in_files)', | 68 '<@(scripts_for_in_files)', |
| 68 '../build/scripts/make_internal_runtime_flags.py', | 69 '../build/scripts/make_internal_runtime_flags.py', |
| 69 'page/RuntimeEnabledFeatures.in', | 70 '../platform/RuntimeEnabledFeatures.in', |
| 70 '../build/scripts/templates/InternalRuntimeFlags.h.tmpl', | 71 '../build/scripts/templates/InternalRuntimeFlags.h.tmpl', |
| 71 '../build/scripts/templates/InternalRuntimeFlags.idl.tmpl', | 72 '../build/scripts/templates/InternalRuntimeFlags.idl.tmpl', |
| 72 ], | 73 ], |
| 73 'outputs': [ | 74 'outputs': [ |
| 74 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.idl', | 75 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.idl', |
| 75 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.h', | 76 '<(SHARED_INTERMEDIATE_DIR)/blink/InternalRuntimeFlags.h', |
| 76 ], | 77 ], |
| 77 'action': [ | 78 'action': [ |
| 78 'python', | 79 'python', |
| 79 '../build/scripts/make_internal_runtime_flags.py', | 80 '../build/scripts/make_internal_runtime_flags.py', |
| 80 'page/RuntimeEnabledFeatures.in', | 81 '../platform/RuntimeEnabledFeatures.in', |
| 81 '--output_dir', | 82 '--output_dir', |
| 82 '<(SHARED_INTERMEDIATE_DIR)/blink', | 83 '<(SHARED_INTERMEDIATE_DIR)/blink', |
| 83 ], | 84 ], |
| 84 }, | 85 }, |
| 85 ] | 86 ] |
| 86 }, | 87 }, |
| 87 { | 88 { |
| 88 'target_name': 'make_derived_sources', | 89 'target_name': 'make_derived_sources', |
| 89 'type': 'none', | 90 'type': 'none', |
| 90 'hard_dependency': 1, | 91 'hard_dependency': 1, |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 ], | 164 ], |
| 164 'action': [ | 165 'action': [ |
| 165 'python', | 166 'python', |
| 166 'html/parser/create-html-entity-table', | 167 'html/parser/create-html-entity-table', |
| 167 '-o', | 168 '-o', |
| 168 '<@(_outputs)', | 169 '<@(_outputs)', |
| 169 '<@(_inputs)' | 170 '<@(_inputs)' |
| 170 ], | 171 ], |
| 171 }, | 172 }, |
| 172 { | 173 { |
| 173 'action_name': 'RuntimeEnabledFeatures', | |
| 174 'inputs': [ | |
| 175 '<@(scripts_for_in_files)', | |
| 176 '../build/scripts/make_runtime_features.py', | |
| 177 'page/RuntimeEnabledFeatures.in', | |
| 178 '../build/scripts/templates/RuntimeEnabledFeatures.cpp.tmpl', | |
| 179 '../build/scripts/templates/RuntimeEnabledFeatures.h.tmpl', | |
| 180 ], | |
| 181 'outputs': [ | |
| 182 '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.cpp', | |
| 183 '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.h', | |
| 184 ], | |
| 185 'action': [ | |
| 186 'python', | |
| 187 '../build/scripts/make_runtime_features.py', | |
| 188 'page/RuntimeEnabledFeatures.in', | |
| 189 '--output_dir', | |
| 190 '<(SHARED_INTERMEDIATE_DIR)/blink', | |
| 191 ], | |
| 192 }, | |
| 193 { | |
| 194 'action_name': 'CSSPropertyNames', | 174 'action_name': 'CSSPropertyNames', |
| 195 'variables': { | 175 'variables': { |
| 196 'in_files': [ | 176 'in_files': [ |
| 197 'css/CSSPropertyNames.in', | 177 'css/CSSPropertyNames.in', |
| 198 'css/SVGCSSPropertyNames.in', | 178 'css/SVGCSSPropertyNames.in', |
| 199 ], | 179 ], |
| 200 }, | 180 }, |
| 201 'inputs': [ | 181 'inputs': [ |
| 202 '<@(scripts_for_in_files)', | 182 '<@(scripts_for_in_files)', |
| 203 '../build/scripts/make_css_property_names.py', | 183 '../build/scripts/make_css_property_names.py', |
| (...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 662 '../build/scripts/make-hash-tools.pl', | 642 '../build/scripts/make-hash-tools.pl', |
| 663 '<(SHARED_INTERMEDIATE_DIR)/blink', | 643 '<(SHARED_INTERMEDIATE_DIR)/blink', |
| 664 '<(RULE_INPUT_PATH)', | 644 '<(RULE_INPUT_PATH)', |
| 665 '<(gperf_exe)', | 645 '<(gperf_exe)', |
| 666 ], | 646 ], |
| 667 }, | 647 }, |
| 668 ], | 648 ], |
| 669 }, | 649 }, |
| 670 ], | 650 ], |
| 671 } | 651 } |
| OLD | NEW |