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

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

Issue 300283002: Introduce FieldIndex to unify and abstract property/field offset (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix nit 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
« src/stub-cache.cc ('K') | « 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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 '../../src/extensions/gc-extension.h', 420 '../../src/extensions/gc-extension.h',
421 '../../src/extensions/statistics-extension.cc', 421 '../../src/extensions/statistics-extension.cc',
422 '../../src/extensions/statistics-extension.h', 422 '../../src/extensions/statistics-extension.h',
423 '../../src/extensions/trigger-failure-extension.cc', 423 '../../src/extensions/trigger-failure-extension.cc',
424 '../../src/extensions/trigger-failure-extension.h', 424 '../../src/extensions/trigger-failure-extension.h',
425 '../../src/factory.cc', 425 '../../src/factory.cc',
426 '../../src/factory.h', 426 '../../src/factory.h',
427 '../../src/fast-dtoa.cc', 427 '../../src/fast-dtoa.cc',
428 '../../src/fast-dtoa.h', 428 '../../src/fast-dtoa.h',
429 '../../src/feedback-slots.h', 429 '../../src/feedback-slots.h',
430 '../../src/field-index.cc',
431 '../../src/field-index.h',
432 '../../src/field-index-inl.h',
430 '../../src/fixed-dtoa.cc', 433 '../../src/fixed-dtoa.cc',
431 '../../src/fixed-dtoa.h', 434 '../../src/fixed-dtoa.h',
432 '../../src/flag-definitions.h', 435 '../../src/flag-definitions.h',
433 '../../src/flags.cc', 436 '../../src/flags.cc',
434 '../../src/flags.h', 437 '../../src/flags.h',
435 '../../src/frames-inl.h', 438 '../../src/frames-inl.h',
436 '../../src/frames.cc', 439 '../../src/frames.cc',
437 '../../src/frames.h', 440 '../../src/frames.h',
438 '../../src/full-codegen.cc', 441 '../../src/full-codegen.cc',
439 '../../src/full-codegen.h', 442 '../../src/full-codegen.h',
(...skipping 910 matching lines...) Expand 10 before | Expand all | Expand 10 after
1350 }], 1353 }],
1351 ['v8_compress_startup_data=="bz2"', { 1354 ['v8_compress_startup_data=="bz2"', {
1352 'libraries': [ 1355 'libraries': [
1353 '-lbz2', 1356 '-lbz2',
1354 ] 1357 ]
1355 }], 1358 }],
1356 ], 1359 ],
1357 }, 1360 },
1358 ], 1361 ],
1359 } 1362 }
OLDNEW
« src/stub-cache.cc ('K') | « test/cctest/test-heap.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698