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

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

Issue 348313002: Introduce a PrototypeIterator template and use it all over the place (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: rebase Created 6 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/stub-cache.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 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 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 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 '../../src/preparser.cc', 508 '../../src/preparser.cc',
509 '../../src/preparser.h', 509 '../../src/preparser.h',
510 '../../src/prettyprinter.cc', 510 '../../src/prettyprinter.cc',
511 '../../src/prettyprinter.h', 511 '../../src/prettyprinter.h',
512 '../../src/profile-generator-inl.h', 512 '../../src/profile-generator-inl.h',
513 '../../src/profile-generator.cc', 513 '../../src/profile-generator.cc',
514 '../../src/profile-generator.h', 514 '../../src/profile-generator.h',
515 '../../src/property-details.h', 515 '../../src/property-details.h',
516 '../../src/property.cc', 516 '../../src/property.cc',
517 '../../src/property.h', 517 '../../src/property.h',
518 '../../src/prototype-iterator.h',
518 '../../src/regexp-macro-assembler-irregexp-inl.h', 519 '../../src/regexp-macro-assembler-irregexp-inl.h',
519 '../../src/regexp-macro-assembler-irregexp.cc', 520 '../../src/regexp-macro-assembler-irregexp.cc',
520 '../../src/regexp-macro-assembler-irregexp.h', 521 '../../src/regexp-macro-assembler-irregexp.h',
521 '../../src/regexp-macro-assembler-tracer.cc', 522 '../../src/regexp-macro-assembler-tracer.cc',
522 '../../src/regexp-macro-assembler-tracer.h', 523 '../../src/regexp-macro-assembler-tracer.h',
523 '../../src/regexp-macro-assembler.cc', 524 '../../src/regexp-macro-assembler.cc',
524 '../../src/regexp-macro-assembler.h', 525 '../../src/regexp-macro-assembler.h',
525 '../../src/regexp-stack.cc', 526 '../../src/regexp-stack.cc',
526 '../../src/regexp-stack.h', 527 '../../src/regexp-stack.h',
527 '../../src/rewriter.cc', 528 '../../src/rewriter.cc',
(...skipping 713 matching lines...) Expand 10 before | Expand all | Expand 10 after
1241 }], 1242 }],
1242 ['v8_compress_startup_data=="bz2"', { 1243 ['v8_compress_startup_data=="bz2"', {
1243 'libraries': [ 1244 'libraries': [
1244 '-lbz2', 1245 '-lbz2',
1245 ] 1246 ]
1246 }], 1247 }],
1247 ], 1248 ],
1248 }, 1249 },
1249 ], 1250 ],
1250 } 1251 }
OLDNEW
« no previous file with comments | « src/stub-cache.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698