Index: Source/core/ConvertFileToHeaderWithCharacterArray.gypi |
diff --git a/Source/core/ConvertFileToHeaderWithCharacterArray.gypi b/Source/core/ConvertFileToHeaderWithCharacterArray.gypi |
index e41a20addef24930bd3f6afc81c7695f9dc46721..063e38c297fca7052b713411a10e7a55af0f6298 100644 |
--- a/Source/core/ConvertFileToHeaderWithCharacterArray.gypi |
+++ b/Source/core/ConvertFileToHeaderWithCharacterArray.gypi |
@@ -43,13 +43,13 @@ |
{ |
'action_name': 'ConvertFileToHeaderWithCharacterArray', |
'inputs': [ |
- 'inspector/xxd.pl', |
+ 'scripts/xxd.pl', |
'<(input_file_path)', |
], |
'outputs': [ '<@(output_file_path)', ], |
'action': [ |
'<(perl_exe)', |
- 'inspector/xxd.pl', |
+ 'scripts/xxd.pl', |
'<(character_array_name)', |
'<(input_file_path)', |
'<@(_outputs)' |