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

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: Add JSON.pm directory to include paths Created 7 years, 7 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 6f56264be3606211f2d2d402b5cf92833ca43fb0..4170537f1c1b4557092c8c6d09d4b20056340327 100644
--- a/Source/bindings/derived_sources.gyp
+++ b/Source/bindings/derived_sources.gyp
@@ -195,6 +195,7 @@
'-w',
'-Iscripts',
'-I../core/scripts',
+ '-I../../../JSON/out/lib/perl5',
haraken 2013/06/03 06:49:14 Nit: You can remove this line once JSON.pm is land
Nils Barth (inactive) 2013/06/03 07:27:16 Actually, this line is only useful *after* JSON.pm
'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