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

Side by Side Diff: src/v8.gyp

Issue 2371833007: [wasm] Initial signal handler (Closed)
Patch Set: Addressing some of Jochen's feedback 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
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 1238 matching lines...) Expand 10 before | Expand all | Expand 10 after
1249 'ic/stub-cache.h', 1249 'ic/stub-cache.h',
1250 'tracing/trace-event.cc', 1250 'tracing/trace-event.cc',
1251 'tracing/trace-event.h', 1251 'tracing/trace-event.h',
1252 'tracing/traced-value.cc', 1252 'tracing/traced-value.cc',
1253 'tracing/traced-value.h', 1253 'tracing/traced-value.h',
1254 'tracing/tracing-category-observer.cc', 1254 'tracing/tracing-category-observer.cc',
1255 'tracing/tracing-category-observer.h', 1255 'tracing/tracing-category-observer.h',
1256 'transitions-inl.h', 1256 'transitions-inl.h',
1257 'transitions.cc', 1257 'transitions.cc',
1258 'transitions.h', 1258 'transitions.h',
1259 'trap-handler/signal-handler.cc',
1260 'trap-handler/trap-handler.cc',
1259 'trap-handler/trap-handler.h', 1261 'trap-handler/trap-handler.h',
1262 'trap-handler/trap-handler-internal.h',
1263 'trap-handler/v8-api.cc',
1260 'type-feedback-vector-inl.h', 1264 'type-feedback-vector-inl.h',
1261 'type-feedback-vector.cc', 1265 'type-feedback-vector.cc',
1262 'type-feedback-vector.h', 1266 'type-feedback-vector.h',
1263 'type-hints.cc', 1267 'type-hints.cc',
1264 'type-hints.h', 1268 'type-hints.h',
1265 'type-info.cc', 1269 'type-info.cc',
1266 'type-info.h', 1270 'type-info.h',
1267 'unicode-inl.h', 1271 'unicode-inl.h',
1268 'unicode.cc', 1272 'unicode.cc',
1269 'unicode.h', 1273 'unicode.h',
(...skipping 1223 matching lines...) Expand 10 before | Expand all | Expand 10 after
2493 'conditions': [ 2497 'conditions': [
2494 ['want_separate_host_toolset_mkpeephole==1', { 2498 ['want_separate_host_toolset_mkpeephole==1', {
2495 'toolsets': ['host'], 2499 'toolsets': ['host'],
2496 }, { 2500 }, {
2497 'toolsets': ['target'], 2501 'toolsets': ['target'],
2498 }], 2502 }],
2499 ], 2503 ],
2500 }, 2504 },
2501 ], 2505 ],
2502 } 2506 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698