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

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

Issue 895053002: Move the contents of api-natives.js to c++ (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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
« no previous file with comments | « test/cctest/test-api.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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 '../../src/accessors.cc', 351 '../../src/accessors.cc',
352 '../../src/accessors.h', 352 '../../src/accessors.h',
353 '../../src/allocation.cc', 353 '../../src/allocation.cc',
354 '../../src/allocation.h', 354 '../../src/allocation.h',
355 '../../src/allocation-site-scopes.cc', 355 '../../src/allocation-site-scopes.cc',
356 '../../src/allocation-site-scopes.h', 356 '../../src/allocation-site-scopes.h',
357 '../../src/allocation-tracker.cc', 357 '../../src/allocation-tracker.cc',
358 '../../src/allocation-tracker.h', 358 '../../src/allocation-tracker.h',
359 '../../src/api.cc', 359 '../../src/api.cc',
360 '../../src/api.h', 360 '../../src/api.h',
361 '../../src/api-natives.cc',
362 '../../src/api-natives.h',
361 '../../src/arguments.cc', 363 '../../src/arguments.cc',
362 '../../src/arguments.h', 364 '../../src/arguments.h',
363 '../../src/assembler.cc', 365 '../../src/assembler.cc',
364 '../../src/assembler.h', 366 '../../src/assembler.h',
365 '../../src/assert-scope.h', 367 '../../src/assert-scope.h',
366 '../../src/assert-scope.cc', 368 '../../src/assert-scope.cc',
367 '../../src/ast-this-access-visitor.cc', 369 '../../src/ast-this-access-visitor.cc',
368 '../../src/ast-this-access-visitor.h', 370 '../../src/ast-this-access-visitor.h',
369 '../../src/ast-value-factory.cc', 371 '../../src/ast-value-factory.cc',
370 '../../src/ast-value-factory.h', 372 '../../src/ast-value-factory.h',
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 '../../src/regexp-macro-assembler-tracer.cc', 791 '../../src/regexp-macro-assembler-tracer.cc',
790 '../../src/regexp-macro-assembler-tracer.h', 792 '../../src/regexp-macro-assembler-tracer.h',
791 '../../src/regexp-macro-assembler.cc', 793 '../../src/regexp-macro-assembler.cc',
792 '../../src/regexp-macro-assembler.h', 794 '../../src/regexp-macro-assembler.h',
793 '../../src/regexp-stack.cc', 795 '../../src/regexp-stack.cc',
794 '../../src/regexp-stack.h', 796 '../../src/regexp-stack.h',
795 '../../src/rewriter.cc', 797 '../../src/rewriter.cc',
796 '../../src/rewriter.h', 798 '../../src/rewriter.h',
797 '../../src/runtime-profiler.cc', 799 '../../src/runtime-profiler.cc',
798 '../../src/runtime-profiler.h', 800 '../../src/runtime-profiler.h',
799 '../../src/runtime/runtime-api.cc',
800 '../../src/runtime/runtime-array.cc', 801 '../../src/runtime/runtime-array.cc',
801 '../../src/runtime/runtime-classes.cc', 802 '../../src/runtime/runtime-classes.cc',
802 '../../src/runtime/runtime-collections.cc', 803 '../../src/runtime/runtime-collections.cc',
803 '../../src/runtime/runtime-compiler.cc', 804 '../../src/runtime/runtime-compiler.cc',
804 '../../src/runtime/runtime-date.cc', 805 '../../src/runtime/runtime-date.cc',
805 '../../src/runtime/runtime-debug.cc', 806 '../../src/runtime/runtime-debug.cc',
806 '../../src/runtime/runtime-function.cc', 807 '../../src/runtime/runtime-function.cc',
807 '../../src/runtime/runtime-generator.cc', 808 '../../src/runtime/runtime-generator.cc',
808 '../../src/runtime/runtime-i18n.cc', 809 '../../src/runtime/runtime-i18n.cc',
809 '../../src/runtime/runtime-internal.cc', 810 '../../src/runtime/runtime-internal.cc',
(...skipping 860 matching lines...) Expand 10 before | Expand all | Expand 10 after
1670 'variables': { 1671 'variables': {
1671 'library_files': [ 1672 'library_files': [
1672 '../../src/runtime.js', 1673 '../../src/runtime.js',
1673 '../../src/v8natives.js', 1674 '../../src/v8natives.js',
1674 '../../src/symbol.js', 1675 '../../src/symbol.js',
1675 '../../src/array.js', 1676 '../../src/array.js',
1676 '../../src/string.js', 1677 '../../src/string.js',
1677 '../../src/uri.js', 1678 '../../src/uri.js',
1678 '../../src/third_party/fdlibm/fdlibm.js', 1679 '../../src/third_party/fdlibm/fdlibm.js',
1679 '../../src/math.js', 1680 '../../src/math.js',
1680 '../../src/apinatives.js',
1681 '../../src/date.js', 1681 '../../src/date.js',
1682 '../../src/regexp.js', 1682 '../../src/regexp.js',
1683 '../../src/arraybuffer.js', 1683 '../../src/arraybuffer.js',
1684 '../../src/typedarray.js', 1684 '../../src/typedarray.js',
1685 '../../src/generator.js', 1685 '../../src/generator.js',
1686 '../../src/object-observe.js', 1686 '../../src/object-observe.js',
1687 '../../src/collection.js', 1687 '../../src/collection.js',
1688 '../../src/weak-collection.js', 1688 '../../src/weak-collection.js',
1689 '../../src/collection-iterator.js', 1689 '../../src/collection-iterator.js',
1690 '../../src/promise.js', 1690 '../../src/promise.js',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1815 }], 1815 }],
1816 ['want_separate_host_toolset==1', { 1816 ['want_separate_host_toolset==1', {
1817 'toolsets': ['host'], 1817 'toolsets': ['host'],
1818 }, { 1818 }, {
1819 'toolsets': ['target'], 1819 'toolsets': ['target'],
1820 }], 1820 }],
1821 ], 1821 ],
1822 }, 1822 },
1823 ], 1823 ],
1824 } 1824 }
OLDNEW
« no previous file with comments | « test/cctest/test-api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698