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

Side by Side Diff: gypfiles/all.gyp

Issue 2695653005: Revert of Remove SIMD.js from V8. (Closed)
Patch Set: Created 3 years, 10 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 | « DEPS ('k') | include/v8.h » ('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 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 the V8 project authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'dependencies': [ 10 'dependencies': [
(...skipping 29 matching lines...) Expand all
40 '../test/bot_default.gyp:*', 40 '../test/bot_default.gyp:*',
41 '../test/benchmarks/benchmarks.gyp:*', 41 '../test/benchmarks/benchmarks.gyp:*',
42 '../test/default.gyp:*', 42 '../test/default.gyp:*',
43 '../test/intl/intl.gyp:*', 43 '../test/intl/intl.gyp:*',
44 '../test/message/message.gyp:*', 44 '../test/message/message.gyp:*',
45 '../test/mjsunit/mjsunit.gyp:*', 45 '../test/mjsunit/mjsunit.gyp:*',
46 '../test/mozilla/mozilla.gyp:*', 46 '../test/mozilla/mozilla.gyp:*',
47 '../test/optimize_for_size.gyp:*', 47 '../test/optimize_for_size.gyp:*',
48 '../test/perf.gyp:*', 48 '../test/perf.gyp:*',
49 '../test/preparser/preparser.gyp:*', 49 '../test/preparser/preparser.gyp:*',
50 '../test/simdjs/simdjs.gyp:*',
50 '../test/test262/test262.gyp:*', 51 '../test/test262/test262.gyp:*',
51 '../test/webkit/webkit.gyp:*', 52 '../test/webkit/webkit.gyp:*',
52 '../tools/check-static-initializers.gyp:*', 53 '../tools/check-static-initializers.gyp:*',
53 '../tools/gcmole/run_gcmole.gyp:*', 54 '../tools/gcmole/run_gcmole.gyp:*',
54 '../tools/jsfunfuzz/jsfunfuzz.gyp:*', 55 '../tools/jsfunfuzz/jsfunfuzz.gyp:*',
55 '../tools/run-deopt-fuzzer.gyp:*', 56 '../tools/run-deopt-fuzzer.gyp:*',
56 '../tools/run-valgrind.gyp:*', 57 '../tools/run-valgrind.gyp:*',
57 ], 58 ],
58 }], 59 }],
59 ] 60 ]
60 } 61 }
61 ] 62 ]
62 } 63 }
OLDNEW
« no previous file with comments | « DEPS ('k') | include/v8.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698