Reviewers: Erik Corry, Description: Update gyp files with json parser.
Please review this at http://codereview.chromium.org/7066019/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M tools/gyp/v8.gyp Index: tools/gyp/v8.gyp =================================================================== --- tools/gyp/v8.gyp (revision 8026) +++ tools/gyp/v8.gyp (working copy) @@ -484,6 +484,8 @@ '../../src/inspector.h', '../../src/interpreter-irregexp.cc', '../../src/interpreter-irregexp.h', + '../../src/json-parser.cc', + '../../src/json-parser.h', '../../src/jsregexp.cc', '../../src/jsregexp.h', '../../src/isolate.cc', -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
