| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 701f536 commit 2ce4b7c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -680,13 +680,13 @@ | |||
| 680 | 680 | 'toolsets': ['host'], | |
| 681 | 681 | 'conditions': [ | |
| 682 | 682 | [ 'v8_enable_inspector==1', { | |
| 683 | - 'actions': [ | ||
| 683 | + 'copies': [ | ||
| 684 | 684 | { | |
| 685 | - 'action_name': 'v8_inspector_copy_protocol_to_intermediate_folder', | ||
| 686 | - 'inputs': [ 'deps/v8/src/inspector/js_protocol.pdl' ], | ||
| 687 | - 'outputs': [ '<(SHARED_INTERMEDIATE_DIR)/js_protocol.pdl' ], | ||
| 688 | - 'action': [ 'cp', '<@(_inputs)', '<(SHARED_INTERMEDIATE_DIR)' ], | ||
| 689 | - }, | ||
| 685 | + 'destination': '<(SHARED_INTERMEDIATE_DIR)', | ||
| 686 | + 'files': ['deps/v8/src/inspector/js_protocol.pdl'] | ||
| 687 | + } | ||
| 688 | + ], | ||
| 689 | + 'actions': [ | ||
| 690 | 690 | { | |
| 691 | 691 | 'action_name': 'v8_inspector_convert_protocol_to_json', | |
| 692 | 692 | 'inputs': [ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments