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

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: Updated 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 4163ea630b20505b7cb7f738e4f164f89ded10b5..520c150d48af96eb0431fbc0603cc9404270cd73 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)',
@@ -239,6 +245,8 @@
'inputs': [
'../scripts/Hasher.pm',
'../scripts/StaticString.pm',
+ '../../bindings/scripts/idltopath.pm',
+ '../../bindings/scripts/idltopathgenerator.py',
'../scripts/make_names.pl',
'../css/WebKitFontFamilyNames.in',
],
@@ -249,6 +257,8 @@
'action': [
'python',
'scripts/action_makenames.py',
+ '--idlToPathFile',
+ '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
'<@(_outputs)',
'--',
'<@(_inputs)',
@@ -262,6 +272,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',
@@ -277,6 +289,8 @@
'action': [
'python',
'scripts/action_makenames.py',
+ '--idlToPathFile',
+ '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
'<@(_outputs)',
'--',
'<@(_inputs)',
@@ -292,6 +306,8 @@
'../scripts/InFilesCompiler.pm',
'../scripts/InFilesParser.pm',
'../scripts/make_event_factory.pl',
+ '../../bindings/scripts/idltopath.pm',
+ '../../bindings/scripts/idltopathgenerator.py',
'../dom/EventNames.in',
],
'outputs': [
@@ -302,6 +318,8 @@
'action': [
'python',
'scripts/action_makenames.py',
+ '--idlToPathFile',
+ '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
'<@(_outputs)',
'--',
'<@(_inputs)',
@@ -323,6 +341,8 @@
'action': [
'python',
'scripts/action_makenames.py',
+ '--idlToPathFile',
+ '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
'<@(_outputs)',
'--',
'<@(_inputs)',
@@ -334,6 +354,8 @@
'inputs': [
'../scripts/InFilesCompiler.pm',
'../scripts/InFilesParser.pm',
+ '../../bindings/scripts/idltopath.pm',
+ '../../bindings/scripts/idltopathgenerator.py',
'../scripts/make_dom_exceptions.pl',
'../dom/DOMExceptions.in',
],
@@ -346,6 +368,8 @@
'action': [
'python',
'scripts/action_makenames.py',
+ '--idlToPathFile',
+ '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
'<@(_outputs)',
'--',
'<@(_inputs)',
@@ -357,6 +381,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',
@@ -370,6 +396,8 @@
'action': [
'python',
'scripts/action_makenames.py',
+ '--idlToPathFile',
+ '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
'<@(_outputs)',
'--',
'<@(_inputs)',
@@ -492,6 +520,8 @@
'inputs': [
'../scripts/Hasher.pm',
'../scripts/StaticString.pm',
+ '../../bindings/scripts/idltopath.pm',
+ '../../bindings/scripts/idltopathgenerator.py',
'../scripts/make_names.pl',
'../svg/xlinkattrs.in',
],
@@ -502,6 +532,8 @@
'action': [
'python',
'scripts/action_makenames.py',
+ '--idlToPathFile',
+ '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
'<@(_outputs)',
'--',
'<@(_inputs)',
@@ -515,6 +547,8 @@
'inputs': [
'../scripts/Hasher.pm',
'../scripts/StaticString.pm',
+ '../../bindings/scripts/idltopath.pm',
+ '../../bindings/scripts/idltopathgenerator.py',
'../scripts/make_names.pl',
'../xml/xmlnsattrs.in',
],
@@ -525,6 +559,8 @@
'action': [
'python',
'scripts/action_makenames.py',
+ '--idlToPathFile',
+ '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
'<@(_outputs)',
'--',
'<@(_inputs)',
@@ -538,6 +574,8 @@
'inputs': [
'../scripts/Hasher.pm',
'../scripts/StaticString.pm',
+ '../../bindings/scripts/idltopath.pm',
+ '../../bindings/scripts/idltopathgenerator.py',
'../scripts/make_names.pl',
'../xml/xmlattrs.in',
],
@@ -548,6 +586,8 @@
'action': [
'python',
'scripts/action_makenames.py',
+ '--idlToPathFile',
+ '<(SHARED_INTERMEDIATE_DIR)/idltopath.tmp',
'<@(_outputs)',
'--',
'<@(_inputs)',

Powered by Google App Engine
This is Rietveld 408576698