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

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

Issue 137403009: Adding a type vector to replace type cells. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Addressed feedback. Created 6 years, 10 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 | « test/cctest/test-heap.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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 '../../src/extensions/gc-extension.cc', 336 '../../src/extensions/gc-extension.cc',
337 '../../src/extensions/gc-extension.h', 337 '../../src/extensions/gc-extension.h',
338 '../../src/extensions/statistics-extension.cc', 338 '../../src/extensions/statistics-extension.cc',
339 '../../src/extensions/statistics-extension.h', 339 '../../src/extensions/statistics-extension.h',
340 '../../src/extensions/trigger-failure-extension.cc', 340 '../../src/extensions/trigger-failure-extension.cc',
341 '../../src/extensions/trigger-failure-extension.h', 341 '../../src/extensions/trigger-failure-extension.h',
342 '../../src/factory.cc', 342 '../../src/factory.cc',
343 '../../src/factory.h', 343 '../../src/factory.h',
344 '../../src/fast-dtoa.cc', 344 '../../src/fast-dtoa.cc',
345 '../../src/fast-dtoa.h', 345 '../../src/fast-dtoa.h',
346 '../../src/feedback-slots.h',
346 '../../src/fixed-dtoa.cc', 347 '../../src/fixed-dtoa.cc',
347 '../../src/fixed-dtoa.h', 348 '../../src/fixed-dtoa.h',
348 '../../src/flag-definitions.h', 349 '../../src/flag-definitions.h',
349 '../../src/flags.cc', 350 '../../src/flags.cc',
350 '../../src/flags.h', 351 '../../src/flags.h',
351 '../../src/frames-inl.h', 352 '../../src/frames-inl.h',
352 '../../src/frames.cc', 353 '../../src/frames.cc',
353 '../../src/frames.h', 354 '../../src/frames.h',
354 '../../src/full-codegen.cc', 355 '../../src/full-codegen.cc',
355 '../../src/full-codegen.h', 356 '../../src/full-codegen.h',
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after
1119 }], 1120 }],
1120 ['v8_compress_startup_data=="bz2"', { 1121 ['v8_compress_startup_data=="bz2"', {
1121 'libraries': [ 1122 'libraries': [
1122 '-lbz2', 1123 '-lbz2',
1123 ] 1124 ]
1124 }], 1125 }],
1125 ], 1126 ],
1126 }, 1127 },
1127 ], 1128 ],
1128 } 1129 }
OLDNEW
« no previous file with comments | « test/cctest/test-heap.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698