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

Unified Diff: Source/core/ConvertFileToHeaderWithCharacterArray.gypi

Issue 16357021: Move core.gyp up one directory to Source/core/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing Created 7 years, 6 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 | « Source/core/.gitignore ('k') | Source/core/core.gyp/.gitignore » ('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/core.gyp/ConvertFileToHeaderWithCharacterArray.gypi b/Source/core/ConvertFileToHeaderWithCharacterArray.gypi
similarity index 94%
rename from Source/core/core.gyp/ConvertFileToHeaderWithCharacterArray.gypi
rename to Source/core/ConvertFileToHeaderWithCharacterArray.gypi
index 076dc610e86a87e03479858c438e9029372cb50b..bd6f110a807e0c048af5dbe274eb58c2813a8797 100644
--- a/Source/core/core.gyp/ConvertFileToHeaderWithCharacterArray.gypi
+++ b/Source/core/ConvertFileToHeaderWithCharacterArray.gypi
@@ -32,7 +32,7 @@
# 'target_name': 'GenerateInjectedScriptSource',
# 'type': 'none',
# 'variables': {
-# 'input_file_path': '../inspector/InjectedScriptSource.js'',
+# 'input_file_path': 'inspector/InjectedScriptSource.js'',
# 'output_file_path': '<(SHARED_INTERMEDIATE_DIR)/WebCore/InjectedScriptSource.h',
# 'character_array_name': 'InjectedScriptSource_js',
# },
@@ -43,13 +43,13 @@
{
'action_name': 'ConvertFileToHeaderWithCharacterArray',
'inputs': [
- '../inspector/xxd.pl',
+ 'inspector/xxd.pl',
'<(input_file_path)',
],
'outputs': [ '<@(output_file_path)', ],
'action': [
'<(perl_exe)',
- '../inspector/xxd.pl',
+ 'inspector/xxd.pl',
'<(character_array_name)',
'<(input_file_path)',
'<@(_outputs)'
« no previous file with comments | « Source/core/.gitignore ('k') | Source/core/core.gyp/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698