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

Side by Side Diff: tools/gyp/v8.gyp

Issue 7134010: Specialize JSON parser to only check for SequentialAsciiString once. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « src/runtime.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 '../../src/hydrogen.h', 518 '../../src/hydrogen.h',
519 '../../src/hydrogen-instructions.cc', 519 '../../src/hydrogen-instructions.cc',
520 '../../src/hydrogen-instructions.h', 520 '../../src/hydrogen-instructions.h',
521 '../../src/ic-inl.h', 521 '../../src/ic-inl.h',
522 '../../src/ic.cc', 522 '../../src/ic.cc',
523 '../../src/ic.h', 523 '../../src/ic.h',
524 '../../src/inspector.cc', 524 '../../src/inspector.cc',
525 '../../src/inspector.h', 525 '../../src/inspector.h',
526 '../../src/interpreter-irregexp.cc', 526 '../../src/interpreter-irregexp.cc',
527 '../../src/interpreter-irregexp.h', 527 '../../src/interpreter-irregexp.h',
528 '../../src/json-parser.cc',
529 '../../src/json-parser.h', 528 '../../src/json-parser.h',
530 '../../src/jsregexp.cc', 529 '../../src/jsregexp.cc',
531 '../../src/jsregexp.h', 530 '../../src/jsregexp.h',
532 '../../src/isolate.cc', 531 '../../src/isolate.cc',
533 '../../src/isolate.h', 532 '../../src/isolate.h',
534 '../../src/list-inl.h', 533 '../../src/list-inl.h',
535 '../../src/list.h', 534 '../../src/list.h',
536 '../../src/lithium.cc', 535 '../../src/lithium.cc',
537 '../../src/lithium.h', 536 '../../src/lithium.h',
538 '../../src/lithium-allocator.cc', 537 '../../src/lithium-allocator.cc',
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 'target_name': 'v8_shell', 987 'target_name': 'v8_shell',
989 'type': 'none', 988 'type': 'none',
990 'dependencies': [ 989 'dependencies': [
991 'v8' 990 'v8'
992 ], 991 ],
993 }, 992 },
994 ], 993 ],
995 }], 994 }],
996 ], 995 ],
997 } 996 }
OLDNEW
« no previous file with comments | « src/runtime.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698