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

Side by Side Diff: src/v8.gyp

Issue 2165593002: [builtins] Move builtins into own files (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 years, 5 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
« src/builtins/builtins.h ('K') | « src/builtins/builtins-typedarray.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 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 'basic-block-profiler.cc', 479 'basic-block-profiler.cc',
480 'basic-block-profiler.h', 480 'basic-block-profiler.h',
481 'bignum-dtoa.cc', 481 'bignum-dtoa.cc',
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-array.cc', 490 'builtins/builtins-array.cc',
491 'builtins/builtins-boolean.cc',
492 'builtins/builtins-dataview.cc',
493 'builtins/builtins-date.cc',
494 'builtins/builtins-function.cc',
495 'builtins/builtins-global.cc',
496 'builtins/builtins-internal.cc',
497 'builtins/builtins-json.cc',
498 'builtins/builtins-math.cc',
499 'builtins/builtins-number.cc',
500 'builtins/builtins-object.cc',
501 'builtins/builtins-proxy.cc',
502 'builtins/builtins-reflect.cc',
503 'builtins/builtins-sharedarraybuffer.cc',
504 'builtins/builtins-string.cc',
505 'builtins/builtins-symbol.cc',
506 'builtins/builtins-typedarray.cc',
490 'builtins/builtins-utils.h', 507 'builtins/builtins-utils.h',
491 'builtins/builtins.cc', 508 'builtins/builtins.cc',
492 'builtins/builtins.h', 509 'builtins/builtins.h',
493 'cached-powers.cc', 510 'cached-powers.cc',
494 'cached-powers.h', 511 'cached-powers.h',
495 'cancelable-task.cc', 512 'cancelable-task.cc',
496 'cancelable-task.h', 513 'cancelable-task.h',
497 'char-predicates.cc', 514 'char-predicates.cc',
498 'char-predicates-inl.h', 515 'char-predicates-inl.h',
499 'char-predicates.h', 516 'char-predicates.h',
(...skipping 1855 matching lines...) Expand 10 before | Expand all | Expand 10 after
2355 'conditions': [ 2372 'conditions': [
2356 ['want_separate_host_toolset==1', { 2373 ['want_separate_host_toolset==1', {
2357 'toolsets': ['host'], 2374 'toolsets': ['host'],
2358 }, { 2375 }, {
2359 'toolsets': ['target'], 2376 'toolsets': ['target'],
2360 }], 2377 }],
2361 ], 2378 ],
2362 }, 2379 },
2363 ], 2380 ],
2364 } 2381 }
OLDNEW
« src/builtins/builtins.h ('K') | « src/builtins/builtins-typedarray.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698