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

Side by Side Diff: src/v8.gyp

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

Powered by Google App Engine
This is Rietveld 408576698