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

Side by Side Diff: src/v8.gyp

Issue 2158303002: Begin porting CallSite to C++ (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@remove-overflow-boilerplate
Patch Set: Eager CallSite import and rebase Created 4 years, 4 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
« no previous file with comments | « src/runtime/runtime-internal.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 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 'bignum-dtoa.h', 482 'bignum-dtoa.h',
483 'bignum.cc', 483 'bignum.cc',
484 'bignum.h', 484 'bignum.h',
485 'bit-vector.cc', 485 'bit-vector.cc',
486 'bit-vector.h', 486 'bit-vector.h',
487 'bootstrapper.cc', 487 'bootstrapper.cc',
488 'bootstrapper.h', 488 'bootstrapper.h',
489 'builtins/builtins-arraybuffer.cc', 489 'builtins/builtins-arraybuffer.cc',
490 'builtins/builtins-array.cc', 490 'builtins/builtins-array.cc',
491 'builtins/builtins-boolean.cc', 491 'builtins/builtins-boolean.cc',
492 'builtins/builtins-callsite.cc',
492 'builtins/builtins-dataview.cc', 493 'builtins/builtins-dataview.cc',
493 'builtins/builtins-date.cc', 494 'builtins/builtins-date.cc',
494 'builtins/builtins-error.cc', 495 'builtins/builtins-error.cc',
495 'builtins/builtins-function.cc', 496 'builtins/builtins-function.cc',
496 'builtins/builtins-global.cc', 497 'builtins/builtins-global.cc',
497 'builtins/builtins-internal.cc', 498 'builtins/builtins-internal.cc',
498 'builtins/builtins-json.cc', 499 'builtins/builtins-json.cc',
499 'builtins/builtins-math.cc', 500 'builtins/builtins-math.cc',
500 'builtins/builtins-number.cc', 501 'builtins/builtins-number.cc',
501 'builtins/builtins-object.cc', 502 'builtins/builtins-object.cc',
(...skipping 1871 matching lines...) Expand 10 before | Expand all | Expand 10 after
2373 'conditions': [ 2374 'conditions': [
2374 ['want_separate_host_toolset==1', { 2375 ['want_separate_host_toolset==1', {
2375 'toolsets': ['host'], 2376 'toolsets': ['host'],
2376 }, { 2377 }, {
2377 'toolsets': ['target'], 2378 'toolsets': ['target'],
2378 }], 2379 }],
2379 ], 2380 ],
2380 }, 2381 },
2381 ], 2382 ],
2382 } 2383 }
OLDNEW
« no previous file with comments | « src/runtime/runtime-internal.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698