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

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

Issue 7066019: Update gyp files with json parser. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 '../../src/hydrogen.h', 477 '../../src/hydrogen.h',
478 '../../src/hydrogen-instructions.cc', 478 '../../src/hydrogen-instructions.cc',
479 '../../src/hydrogen-instructions.h', 479 '../../src/hydrogen-instructions.h',
480 '../../src/ic-inl.h', 480 '../../src/ic-inl.h',
481 '../../src/ic.cc', 481 '../../src/ic.cc',
482 '../../src/ic.h', 482 '../../src/ic.h',
483 '../../src/inspector.cc', 483 '../../src/inspector.cc',
484 '../../src/inspector.h', 484 '../../src/inspector.h',
485 '../../src/interpreter-irregexp.cc', 485 '../../src/interpreter-irregexp.cc',
486 '../../src/interpreter-irregexp.h', 486 '../../src/interpreter-irregexp.h',
487 '../../src/json-parser.cc',
488 '../../src/json-parser.h',
487 '../../src/jsregexp.cc', 489 '../../src/jsregexp.cc',
488 '../../src/jsregexp.h', 490 '../../src/jsregexp.h',
489 '../../src/isolate.cc', 491 '../../src/isolate.cc',
490 '../../src/isolate.h', 492 '../../src/isolate.h',
491 '../../src/list-inl.h', 493 '../../src/list-inl.h',
492 '../../src/list.h', 494 '../../src/list.h',
493 '../../src/lithium.cc', 495 '../../src/lithium.cc',
494 '../../src/lithium.h', 496 '../../src/lithium.h',
495 '../../src/lithium-allocator.cc', 497 '../../src/lithium-allocator.cc',
496 '../../src/lithium-allocator.h', 498 '../../src/lithium-allocator.h',
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 'target_name': 'v8_shell', 921 'target_name': 'v8_shell',
920 'type': 'none', 922 'type': 'none',
921 'dependencies': [ 923 'dependencies': [
922 'v8' 924 'v8'
923 ], 925 ],
924 }, 926 },
925 ], 927 ],
926 }], 928 }],
927 ], 929 ],
928 } 930 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698