Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Unified Diff: Source/core/ConvertFileToHeaderWithCharacterArray.gypi

Issue 23583012: Move xxd.pl script to core/scripts as its used by other core components like XMLTreeViewer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing! Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/core_derived_sources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)'
« no previous file with comments | « no previous file | Source/core/core_derived_sources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698