 Chromium Code Reviews
 Chromium Code Reviews Issue 26414004:
  Move core/scripts to build/scripts so that platform can use them.  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk
    
  
    Issue 26414004:
  Move core/scripts to build/scripts so that platform can use them.  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk| Index: Source/core/ConvertFileToHeaderWithCharacterArray.gypi | 
| diff --git a/Source/core/ConvertFileToHeaderWithCharacterArray.gypi b/Source/core/ConvertFileToHeaderWithCharacterArray.gypi | 
| index 063e38c297fca7052b713411a10e7a55af0f6298..cfcb91b7294b691a3b9ebc8a09573be7adff397f 100644 | 
| --- a/Source/core/ConvertFileToHeaderWithCharacterArray.gypi | 
| +++ b/Source/core/ConvertFileToHeaderWithCharacterArray.gypi | 
| @@ -43,13 +43,13 @@ | 
| { | 
| 'action_name': 'ConvertFileToHeaderWithCharacterArray', | 
| 
abarth-chromium
2013/10/09 17:27:33
We should move this whole file into Source/build t
 | 
| 'inputs': [ | 
| - 'scripts/xxd.pl', | 
| + '../build/scripts/xxd.pl', | 
| '<(input_file_path)', | 
| ], | 
| 'outputs': [ '<@(output_file_path)', ], | 
| 'action': [ | 
| '<(perl_exe)', | 
| - 'scripts/xxd.pl', | 
| + '../build/scripts/xxd.pl', | 
| '<(character_array_name)', | 
| '<(input_file_path)', | 
| '<@(_outputs)' |