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

Unified Diff: Source/core/core.gyp/core_derived_sources.gyp

Issue 14456006: Fixes to make scripts generate includes with paths. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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
Index: Source/core/core.gyp/core_derived_sources.gyp
diff --git a/Source/core/core.gyp/core_derived_sources.gyp b/Source/core/core.gyp/core_derived_sources.gyp
index 7a7dd11aa76fa88731ab3f62eef75c30b9a8eb82..986b32e6c3864d945fc072a6b72b692a95de2202 100644
--- a/Source/core/core.gyp/core_derived_sources.gyp
+++ b/Source/core/core.gyp/core_derived_sources.gyp
@@ -55,6 +55,8 @@
'action': [
'python',
'scripts/action_makenames.py',
+ '--idlToPathFile',
+ '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
'<@(_outputs)',
'--',
'<@(_inputs)',
@@ -211,6 +213,8 @@
'inputs': [
'../scripts/Hasher.pm',
'../scripts/StaticString.pm',
+ '../../bindings/scripts/idltopath.pm',
+ '../../bindings/scripts/idltopathgenerator.py',
'../scripts/make_names.pl',
'../html/HTMLTagNames.in',
'../html/HTMLAttributeNames.in',
@@ -225,6 +229,8 @@
'action': [
'python',
'scripts/action_makenames.py',
+ '--idlToPathFile',
+ '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
'<@(_outputs)',
'--',
'<@(_inputs)',
@@ -240,6 +246,8 @@
'inputs': [
'../scripts/Hasher.pm',
'../scripts/StaticString.pm',
+ '../../bindings/scripts/idltopath.pm',
+ '../../bindings/scripts/idltopathgenerator.py',
'../scripts/make_names.pl',
'../css/WebKitFontFamilyNames.in',
],
@@ -250,6 +258,8 @@
'action': [
'python',
'scripts/action_makenames.py',
+ '--idlToPathFile',
+ '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
'<@(_outputs)',
'--',
'<@(_inputs)',
@@ -263,6 +273,8 @@
'inputs': [
'../scripts/Hasher.pm',
'../scripts/StaticString.pm',
+ '../../bindings/scripts/idltopath.pm',
+ '../../bindings/scripts/idltopathgenerator.py',
'../scripts/make_names.pl',
'../svg/svgtags.in',
'../svg/svgattrs.in',
@@ -278,6 +290,8 @@
'action': [
'python',
'scripts/action_makenames.py',
+ '--idlToPathFile',
+ '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
'<@(_outputs)',
'--',
'<@(_inputs)',
@@ -294,6 +308,8 @@
'../scripts/InFilesCompiler.pm',
'../scripts/InFilesParser.pm',
'../scripts/make_event_factory.pl',
+ '../../bindings/scripts/idltopath.pm',
+ '../../bindings/scripts/idltopathgenerator.py',
'../dom/EventNames.in',
],
'outputs': [
@@ -304,6 +320,8 @@
'action': [
'python',
'scripts/action_makenames.py',
+ '--idlToPathFile',
+ '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
'<@(_outputs)',
'--',
'<@(_inputs)',
@@ -325,6 +343,8 @@
'action': [
'python',
'scripts/action_makenames.py',
+ '--idlToPathFile',
+ '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
'<@(_outputs)',
'--',
'<@(_inputs)',
@@ -336,6 +356,8 @@
'inputs': [
'../scripts/InFilesCompiler.pm',
'../scripts/InFilesParser.pm',
+ '../../bindings/scripts/idltopath.pm',
+ '../../bindings/scripts/idltopathgenerator.py',
'../scripts/make_dom_exceptions.pl',
'../dom/DOMExceptions.in',
],
@@ -348,6 +370,8 @@
'action': [
'python',
'scripts/action_makenames.py',
+ '--idlToPathFile',
+ '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
'<@(_outputs)',
'--',
'<@(_inputs)',
@@ -359,6 +383,8 @@
'inputs': [
'../scripts/Hasher.pm',
'../scripts/StaticString.pm',
+ '../../bindings/scripts/idltopath.pm',
+ '../../bindings/scripts/idltopathgenerator.py',
'../scripts/make_names.pl',
'../mathml/mathtags.in',
'../mathml/mathattrs.in',
@@ -372,6 +398,8 @@
'action': [
'python',
'scripts/action_makenames.py',
+ '--idlToPathFile',
+ '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
'<@(_outputs)',
'--',
'<@(_inputs)',
@@ -494,6 +522,8 @@
'inputs': [
'../scripts/Hasher.pm',
'../scripts/StaticString.pm',
+ '../../bindings/scripts/idltopath.pm',
+ '../../bindings/scripts/idltopathgenerator.py',
'../scripts/make_names.pl',
'../svg/xlinkattrs.in',
],
@@ -504,6 +534,8 @@
'action': [
'python',
'scripts/action_makenames.py',
+ '--idlToPathFile',
+ '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
'<@(_outputs)',
'--',
'<@(_inputs)',
@@ -517,6 +549,8 @@
'inputs': [
'../scripts/Hasher.pm',
'../scripts/StaticString.pm',
+ '../../bindings/scripts/idltopath.pm',
+ '../../bindings/scripts/idltopathgenerator.py',
'../scripts/make_names.pl',
'../xml/xmlnsattrs.in',
],
@@ -527,6 +561,8 @@
'action': [
'python',
'scripts/action_makenames.py',
+ '--idlToPathFile',
+ '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
'<@(_outputs)',
'--',
'<@(_inputs)',
@@ -540,6 +576,8 @@
'inputs': [
'../scripts/Hasher.pm',
'../scripts/StaticString.pm',
+ '../../bindings/scripts/idltopath.pm',
+ '../../bindings/scripts/idltopathgenerator.py',
'../scripts/make_names.pl',
'../xml/xmlattrs.in',
],
@@ -550,6 +588,8 @@
'action': [
'python',
'scripts/action_makenames.py',
+ '--idlToPathFile',
+ '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
'<@(_outputs)',
'--',
'<@(_inputs)',

Powered by Google App Engine
This is Rietveld 408576698