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

Side by Side Diff: src/v8.gyp

Issue 2404243002: [modules] Move runtime functions into new file (runtime-module.cc). (Closed)
Patch Set: Created 4 years, 2 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-object.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 1131 matching lines...) Expand 10 before | Expand all | Expand 10 after
1142 'runtime/runtime-function.cc', 1142 'runtime/runtime-function.cc',
1143 'runtime/runtime-error.cc', 1143 'runtime/runtime-error.cc',
1144 'runtime/runtime-futex.cc', 1144 'runtime/runtime-futex.cc',
1145 'runtime/runtime-generator.cc', 1145 'runtime/runtime-generator.cc',
1146 'runtime/runtime-i18n.cc', 1146 'runtime/runtime-i18n.cc',
1147 'runtime/runtime-internal.cc', 1147 'runtime/runtime-internal.cc',
1148 'runtime/runtime-interpreter.cc', 1148 'runtime/runtime-interpreter.cc',
1149 'runtime/runtime-literals.cc', 1149 'runtime/runtime-literals.cc',
1150 'runtime/runtime-liveedit.cc', 1150 'runtime/runtime-liveedit.cc',
1151 'runtime/runtime-maths.cc', 1151 'runtime/runtime-maths.cc',
1152 'runtime/runtime-module.cc',
1152 'runtime/runtime-numbers.cc', 1153 'runtime/runtime-numbers.cc',
1153 'runtime/runtime-object.cc', 1154 'runtime/runtime-object.cc',
1154 'runtime/runtime-operators.cc', 1155 'runtime/runtime-operators.cc',
1155 'runtime/runtime-proxy.cc', 1156 'runtime/runtime-proxy.cc',
1156 'runtime/runtime-regexp.cc', 1157 'runtime/runtime-regexp.cc',
1157 'runtime/runtime-scopes.cc', 1158 'runtime/runtime-scopes.cc',
1158 'runtime/runtime-simd.cc', 1159 'runtime/runtime-simd.cc',
1159 'runtime/runtime-strings.cc', 1160 'runtime/runtime-strings.cc',
1160 'runtime/runtime-symbol.cc', 1161 'runtime/runtime-symbol.cc',
1161 'runtime/runtime-test.cc', 1162 'runtime/runtime-test.cc',
(...skipping 1307 matching lines...) Expand 10 before | Expand all | Expand 10 after
2469 'conditions': [ 2470 'conditions': [
2470 ['want_separate_host_toolset_mkpeephole==1', { 2471 ['want_separate_host_toolset_mkpeephole==1', {
2471 'toolsets': ['host'], 2472 'toolsets': ['host'],
2472 }, { 2473 }, {
2473 'toolsets': ['target'], 2474 'toolsets': ['target'],
2474 }], 2475 }],
2475 ], 2476 ],
2476 }, 2477 },
2477 ], 2478 ],
2478 } 2479 }
OLDNEW
« no previous file with comments | « src/runtime/runtime-object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698