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

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 mutable boxed double runtime function 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 | « test/mjsunit/outobject-double-for-in.js ('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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 '../../src/extensions/gc-extension.h', 338 '../../src/extensions/gc-extension.h',
339 '../../src/extensions/statistics-extension.cc', 339 '../../src/extensions/statistics-extension.cc',
340 '../../src/extensions/statistics-extension.h', 340 '../../src/extensions/statistics-extension.h',
341 '../../src/extensions/trigger-failure-extension.cc', 341 '../../src/extensions/trigger-failure-extension.cc',
342 '../../src/extensions/trigger-failure-extension.h', 342 '../../src/extensions/trigger-failure-extension.h',
343 '../../src/factory.cc', 343 '../../src/factory.cc',
344 '../../src/factory.h', 344 '../../src/factory.h',
345 '../../src/fast-dtoa.cc', 345 '../../src/fast-dtoa.cc',
346 '../../src/fast-dtoa.h', 346 '../../src/fast-dtoa.h',
347 '../../src/feedback-slots.h', 347 '../../src/feedback-slots.h',
348 '../../src/field-index.cc',
349 '../../src/field-index.h',
350 '../../src/field-index-inl.h',
348 '../../src/fixed-dtoa.cc', 351 '../../src/fixed-dtoa.cc',
349 '../../src/fixed-dtoa.h', 352 '../../src/fixed-dtoa.h',
350 '../../src/flag-definitions.h', 353 '../../src/flag-definitions.h',
351 '../../src/flags.cc', 354 '../../src/flags.cc',
352 '../../src/flags.h', 355 '../../src/flags.h',
353 '../../src/frames-inl.h', 356 '../../src/frames-inl.h',
354 '../../src/frames.cc', 357 '../../src/frames.cc',
355 '../../src/frames.h', 358 '../../src/frames.h',
356 '../../src/full-codegen.cc', 359 '../../src/full-codegen.cc',
357 '../../src/full-codegen.h', 360 '../../src/full-codegen.h',
(...skipping 877 matching lines...) Expand 10 before | Expand all | Expand 10 after
1235 }], 1238 }],
1236 ['v8_compress_startup_data=="bz2"', { 1239 ['v8_compress_startup_data=="bz2"', {
1237 'libraries': [ 1240 'libraries': [
1238 '-lbz2', 1241 '-lbz2',
1239 ] 1242 ]
1240 }], 1243 }],
1241 ], 1244 ],
1242 }, 1245 },
1243 ], 1246 ],
1244 } 1247 }
OLDNEW
« no previous file with comments | « test/mjsunit/outobject-double-for-in.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698