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

Unified Diff: Source/bindings/derived_sources.gyp

Issue 16296004: JSON export/import in generate-bindings.pl (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: IDL: Perl to/from JSON export/import 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 | « no previous file | Source/bindings/scripts/IRToFromJSON.pm » ('j') | Source/bindings/scripts/IRToFromJSON.pm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/derived_sources.gyp
diff --git a/Source/bindings/derived_sources.gyp b/Source/bindings/derived_sources.gyp
index 646b6daa0fb7844a070439a57518d0863e99da40..0654ad1853f6595f1c28b5c29ca7195693b28d46 100644
--- a/Source/bindings/derived_sources.gyp
+++ b/Source/bindings/derived_sources.gyp
@@ -167,6 +167,7 @@
'scripts/generate-bindings.pl',
'scripts/CodeGeneratorV8.pm',
'scripts/IDLParser.pm',
+ 'scripts/IRToFromJSON.pm',
'scripts/IDLAttributes.txt',
'../core/scripts/preprocessor.pm',
'<!@pymod_do_main(supplemental_idl_files <@(idl_files))',
@@ -199,6 +200,7 @@
'-w',
'-Iscripts',
'-I../core/scripts',
+ '-I../../../JSON/out/lib/perl5',
'scripts/generate-bindings.pl',
'--outputHeadersDir',
'<(SHARED_INTERMEDIATE_DIR)/webkit/bindings',
« no previous file with comments | « no previous file | Source/bindings/scripts/IRToFromJSON.pm » ('j') | Source/bindings/scripts/IRToFromJSON.pm » ('J')

Powered by Google App Engine
This is Rietveld 408576698