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

Side by Side Diff: src/v8.gyp

Issue 2637523002: [promises] Clean up promise utils and remove dead code (Closed)
Patch Set: Fix nits Created 3 years, 11 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-promise.cc ('k') | test/cctest/test-code-stub-assembler.cc » ('j') | 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 1123 matching lines...) Expand 10 before | Expand all | Expand 10 after
1134 'profiler/sampling-heap-profiler.cc', 1134 'profiler/sampling-heap-profiler.cc',
1135 'profiler/sampling-heap-profiler.h', 1135 'profiler/sampling-heap-profiler.h',
1136 'profiler/strings-storage.cc', 1136 'profiler/strings-storage.cc',
1137 'profiler/strings-storage.h', 1137 'profiler/strings-storage.h',
1138 'profiler/tick-sample.cc', 1138 'profiler/tick-sample.cc',
1139 'profiler/tick-sample.h', 1139 'profiler/tick-sample.h',
1140 'profiler/tracing-cpu-profiler.cc', 1140 'profiler/tracing-cpu-profiler.cc',
1141 'profiler/tracing-cpu-profiler.h', 1141 'profiler/tracing-cpu-profiler.h',
1142 'profiler/unbound-queue-inl.h', 1142 'profiler/unbound-queue-inl.h',
1143 'profiler/unbound-queue.h', 1143 'profiler/unbound-queue.h',
1144 'promise-utils.h',
1145 'promise-utils.cc',
1146 'property-descriptor.cc', 1144 'property-descriptor.cc',
1147 'property-descriptor.h', 1145 'property-descriptor.h',
1148 'property-details.h', 1146 'property-details.h',
1149 'property.cc', 1147 'property.cc',
1150 'property.h', 1148 'property.h',
1151 'prototype.h', 1149 'prototype.h',
1152 'regexp/bytecodes-irregexp.h', 1150 'regexp/bytecodes-irregexp.h',
1153 'regexp/interpreter-irregexp.cc', 1151 'regexp/interpreter-irregexp.cc',
1154 'regexp/interpreter-irregexp.h', 1152 'regexp/interpreter-irregexp.h',
1155 'regexp/jsregexp-inl.h', 1153 'regexp/jsregexp-inl.h',
(...skipping 1341 matching lines...) Expand 10 before | Expand all | Expand 10 after
2497 'conditions': [ 2495 'conditions': [
2498 ['want_separate_host_toolset_mkpeephole==1', { 2496 ['want_separate_host_toolset_mkpeephole==1', {
2499 'toolsets': ['host'], 2497 'toolsets': ['host'],
2500 }, { 2498 }, {
2501 'toolsets': ['target'], 2499 'toolsets': ['target'],
2502 }], 2500 }],
2503 ], 2501 ],
2504 }, 2502 },
2505 ], 2503 ],
2506 } 2504 }
OLDNEW
« no previous file with comments | « src/runtime/runtime-promise.cc ('k') | test/cctest/test-code-stub-assembler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698