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

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

Issue 6698045: Update v8.gyp. (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/gc/
Patch Set: Created 9 years, 9 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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 '../../src/heap.h', 419 '../../src/heap.h',
420 '../../src/heap-profiler.cc', 420 '../../src/heap-profiler.cc',
421 '../../src/heap-profiler.h', 421 '../../src/heap-profiler.h',
422 '../../src/hydrogen.cc', 422 '../../src/hydrogen.cc',
423 '../../src/hydrogen.h', 423 '../../src/hydrogen.h',
424 '../../src/hydrogen-instructions.cc', 424 '../../src/hydrogen-instructions.cc',
425 '../../src/hydrogen-instructions.h', 425 '../../src/hydrogen-instructions.h',
426 '../../src/ic-inl.h', 426 '../../src/ic-inl.h',
427 '../../src/ic.cc', 427 '../../src/ic.cc',
428 '../../src/ic.h', 428 '../../src/ic.h',
429 '../../src/incremental-marking.cc',
430 '../../src/incremental-marking.h',
429 '../../src/inspector.cc', 431 '../../src/inspector.cc',
430 '../../src/inspector.h', 432 '../../src/inspector.h',
431 '../../src/interpreter-irregexp.cc', 433 '../../src/interpreter-irregexp.cc',
432 '../../src/interpreter-irregexp.h', 434 '../../src/interpreter-irregexp.h',
433 '../../src/jump-target-inl.h', 435 '../../src/jump-target-inl.h',
434 '../../src/jump-target.cc', 436 '../../src/jump-target.cc',
435 '../../src/jump-target.h', 437 '../../src/jump-target.h',
436 '../../src/jsregexp.cc', 438 '../../src/jsregexp.cc',
437 '../../src/jsregexp.h', 439 '../../src/jsregexp.h',
438 '../../src/list-inl.h', 440 '../../src/list-inl.h',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 '../../src/scopes.h', 512 '../../src/scopes.h',
511 '../../src/serialize.cc', 513 '../../src/serialize.cc',
512 '../../src/serialize.h', 514 '../../src/serialize.h',
513 '../../src/shell.h', 515 '../../src/shell.h',
514 '../../src/smart-pointer.h', 516 '../../src/smart-pointer.h',
515 '../../src/snapshot-common.cc', 517 '../../src/snapshot-common.cc',
516 '../../src/snapshot.h', 518 '../../src/snapshot.h',
517 '../../src/spaces-inl.h', 519 '../../src/spaces-inl.h',
518 '../../src/spaces.cc', 520 '../../src/spaces.cc',
519 '../../src/spaces.h', 521 '../../src/spaces.h',
522 '../../src/store-buffer-inl.h',
523 '../../src/store-buffer.cc',
524 '../../src/store-buffer.h',
520 '../../src/string-search.cc', 525 '../../src/string-search.cc',
521 '../../src/string-search.h', 526 '../../src/string-search.h',
522 '../../src/string-stream.cc', 527 '../../src/string-stream.cc',
523 '../../src/string-stream.h', 528 '../../src/string-stream.h',
524 '../../src/strtod.cc', 529 '../../src/strtod.cc',
525 '../../src/strtod.h', 530 '../../src/strtod.h',
526 '../../src/stub-cache.cc', 531 '../../src/stub-cache.cc',
527 '../../src/stub-cache.h', 532 '../../src/stub-cache.h',
528 '../../src/token.cc', 533 '../../src/token.cc',
529 '../../src/token.h', 534 '../../src/token.h',
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
860 'target_name': 'v8_shell', 865 'target_name': 'v8_shell',
861 'type': 'none', 866 'type': 'none',
862 'dependencies': [ 867 'dependencies': [
863 'v8' 868 'v8'
864 ], 869 ],
865 }, 870 },
866 ], 871 ],
867 }], 872 }],
868 ], 873 ],
869 } 874 }
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