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

Side by Side Diff: src/v8.gyp

Issue 2452833003: [promises] Create runtime-promise.cc (Closed)
Patch Set: adding dependency Created 4 years, 1 month 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
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 1140 matching lines...) Expand 10 before | Expand all | Expand 10 after
1151 'runtime/runtime-i18n.cc', 1151 'runtime/runtime-i18n.cc',
1152 'runtime/runtime-internal.cc', 1152 'runtime/runtime-internal.cc',
1153 'runtime/runtime-interpreter.cc', 1153 'runtime/runtime-interpreter.cc',
1154 'runtime/runtime-literals.cc', 1154 'runtime/runtime-literals.cc',
1155 'runtime/runtime-liveedit.cc', 1155 'runtime/runtime-liveedit.cc',
1156 'runtime/runtime-maths.cc', 1156 'runtime/runtime-maths.cc',
1157 'runtime/runtime-module.cc', 1157 'runtime/runtime-module.cc',
1158 'runtime/runtime-numbers.cc', 1158 'runtime/runtime-numbers.cc',
1159 'runtime/runtime-object.cc', 1159 'runtime/runtime-object.cc',
1160 'runtime/runtime-operators.cc', 1160 'runtime/runtime-operators.cc',
1161 'runtime/runtime-promise.cc',
1161 'runtime/runtime-proxy.cc', 1162 'runtime/runtime-proxy.cc',
1162 'runtime/runtime-regexp.cc', 1163 'runtime/runtime-regexp.cc',
1163 'runtime/runtime-scopes.cc', 1164 'runtime/runtime-scopes.cc',
1164 'runtime/runtime-simd.cc', 1165 'runtime/runtime-simd.cc',
1165 'runtime/runtime-strings.cc', 1166 'runtime/runtime-strings.cc',
1166 'runtime/runtime-symbol.cc', 1167 'runtime/runtime-symbol.cc',
1167 'runtime/runtime-test.cc', 1168 'runtime/runtime-test.cc',
1168 'runtime/runtime-typedarray.cc', 1169 'runtime/runtime-typedarray.cc',
1169 'runtime/runtime-utils.h', 1170 'runtime/runtime-utils.h',
1170 'runtime/runtime-wasm.cc', 1171 'runtime/runtime-wasm.cc',
(...skipping 1294 matching lines...) Expand 10 before | Expand all | Expand 10 after
2465 'conditions': [ 2466 'conditions': [
2466 ['want_separate_host_toolset_mkpeephole==1', { 2467 ['want_separate_host_toolset_mkpeephole==1', {
2467 'toolsets': ['host'], 2468 'toolsets': ['host'],
2468 }, { 2469 }, {
2469 'toolsets': ['target'], 2470 'toolsets': ['target'],
2470 }], 2471 }],
2471 ], 2472 ],
2472 }, 2473 },
2473 ], 2474 ],
2474 } 2475 }
OLDNEW
« src/runtime/runtime-promise.cc ('K') | « src/runtime/runtime-promise.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698