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

Side by Side Diff: tools/gyp/v8.gyp

Issue 196133017: Experimental parser: merge r19949 (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « test/webkit/webkit.status ('k') | tools/push-to-trunk/auto_roll.py » ('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 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 '../../src/hydrogen-infer-representation.cc', 487 '../../src/hydrogen-infer-representation.cc',
488 '../../src/hydrogen-infer-representation.h', 488 '../../src/hydrogen-infer-representation.h',
489 '../../src/hydrogen-infer-types.cc', 489 '../../src/hydrogen-infer-types.cc',
490 '../../src/hydrogen-infer-types.h', 490 '../../src/hydrogen-infer-types.h',
491 '../../src/hydrogen-load-elimination.cc', 491 '../../src/hydrogen-load-elimination.cc',
492 '../../src/hydrogen-load-elimination.h', 492 '../../src/hydrogen-load-elimination.h',
493 '../../src/hydrogen-mark-deoptimize.cc', 493 '../../src/hydrogen-mark-deoptimize.cc',
494 '../../src/hydrogen-mark-deoptimize.h', 494 '../../src/hydrogen-mark-deoptimize.h',
495 '../../src/hydrogen-mark-unreachable.cc', 495 '../../src/hydrogen-mark-unreachable.cc',
496 '../../src/hydrogen-mark-unreachable.h', 496 '../../src/hydrogen-mark-unreachable.h',
497 '../../src/hydrogen-minus-zero.cc',
498 '../../src/hydrogen-minus-zero.h',
499 '../../src/hydrogen-osr.cc', 497 '../../src/hydrogen-osr.cc',
500 '../../src/hydrogen-osr.h', 498 '../../src/hydrogen-osr.h',
501 '../../src/hydrogen-range-analysis.cc', 499 '../../src/hydrogen-range-analysis.cc',
502 '../../src/hydrogen-range-analysis.h', 500 '../../src/hydrogen-range-analysis.h',
503 '../../src/hydrogen-redundant-phi.cc', 501 '../../src/hydrogen-redundant-phi.cc',
504 '../../src/hydrogen-redundant-phi.h', 502 '../../src/hydrogen-redundant-phi.h',
505 '../../src/hydrogen-removable-simulates.cc', 503 '../../src/hydrogen-removable-simulates.cc',
506 '../../src/hydrogen-removable-simulates.h', 504 '../../src/hydrogen-removable-simulates.h',
507 '../../src/hydrogen-representation-changes.cc', 505 '../../src/hydrogen-representation-changes.cc',
508 '../../src/hydrogen-representation-changes.h', 506 '../../src/hydrogen-representation-changes.h',
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 '../../src/a64/assembler-a64-inl.h', 743 '../../src/a64/assembler-a64-inl.h',
746 '../../src/a64/builtins-a64.cc', 744 '../../src/a64/builtins-a64.cc',
747 '../../src/a64/codegen-a64.cc', 745 '../../src/a64/codegen-a64.cc',
748 '../../src/a64/codegen-a64.h', 746 '../../src/a64/codegen-a64.h',
749 '../../src/a64/code-stubs-a64.cc', 747 '../../src/a64/code-stubs-a64.cc',
750 '../../src/a64/code-stubs-a64.h', 748 '../../src/a64/code-stubs-a64.h',
751 '../../src/a64/constants-a64.h', 749 '../../src/a64/constants-a64.h',
752 '../../src/a64/cpu-a64.cc', 750 '../../src/a64/cpu-a64.cc',
753 '../../src/a64/cpu-a64.h', 751 '../../src/a64/cpu-a64.h',
754 '../../src/a64/debug-a64.cc', 752 '../../src/a64/debug-a64.cc',
755 '../../src/a64/debugger-a64.cc',
756 '../../src/a64/debugger-a64.h',
757 '../../src/a64/decoder-a64.cc', 753 '../../src/a64/decoder-a64.cc',
758 '../../src/a64/decoder-a64.h', 754 '../../src/a64/decoder-a64.h',
759 '../../src/a64/decoder-a64-inl.h', 755 '../../src/a64/decoder-a64-inl.h',
760 '../../src/a64/deoptimizer-a64.cc', 756 '../../src/a64/deoptimizer-a64.cc',
761 '../../src/a64/disasm-a64.cc', 757 '../../src/a64/disasm-a64.cc',
762 '../../src/a64/disasm-a64.h', 758 '../../src/a64/disasm-a64.h',
763 '../../src/a64/frames-a64.cc', 759 '../../src/a64/frames-a64.cc',
764 '../../src/a64/frames-a64.h', 760 '../../src/a64/frames-a64.h',
765 '../../src/a64/full-codegen-a64.cc', 761 '../../src/a64/full-codegen-a64.cc',
766 '../../src/a64/ic-a64.cc', 762 '../../src/a64/ic-a64.cc',
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
1147 '../../src/messages.js', 1143 '../../src/messages.js',
1148 '../../src/apinatives.js', 1144 '../../src/apinatives.js',
1149 '../../src/debug-debugger.js', 1145 '../../src/debug-debugger.js',
1150 '../../src/mirror-debugger.js', 1146 '../../src/mirror-debugger.js',
1151 '../../src/liveedit-debugger.js', 1147 '../../src/liveedit-debugger.js',
1152 '../../src/date.js', 1148 '../../src/date.js',
1153 '../../src/json.js', 1149 '../../src/json.js',
1154 '../../src/regexp.js', 1150 '../../src/regexp.js',
1155 '../../src/arraybuffer.js', 1151 '../../src/arraybuffer.js',
1156 '../../src/typedarray.js', 1152 '../../src/typedarray.js',
1153 '../../src/object-observe.js',
1157 '../../src/macros.py', 1154 '../../src/macros.py',
1158 ], 1155 ],
1159 'experimental_library_files': [ 1156 'experimental_library_files': [
1160 '../../src/macros.py', 1157 '../../src/macros.py',
1161 '../../src/symbol.js', 1158 '../../src/symbol.js',
1162 '../../src/proxy.js', 1159 '../../src/proxy.js',
1163 '../../src/collection.js', 1160 '../../src/collection.js',
1164 '../../src/object-observe.js',
1165 '../../src/promise.js', 1161 '../../src/promise.js',
1166 '../../src/generator.js', 1162 '../../src/generator.js',
1167 '../../src/array-iterator.js', 1163 '../../src/array-iterator.js',
1168 '../../src/harmony-string.js', 1164 '../../src/harmony-string.js',
1169 '../../src/harmony-array.js', 1165 '../../src/harmony-array.js',
1170 '../../src/harmony-math.js' 1166 '../../src/harmony-math.js'
1171 ], 1167 ],
1172 }, 1168 },
1173 'actions': [ 1169 'actions': [
1174 { 1170 {
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
1260 }], 1256 }],
1261 ['v8_compress_startup_data=="bz2"', { 1257 ['v8_compress_startup_data=="bz2"', {
1262 'libraries': [ 1258 'libraries': [
1263 '-lbz2', 1259 '-lbz2',
1264 ] 1260 ]
1265 }], 1261 }],
1266 ], 1262 ],
1267 }, 1263 },
1268 ], 1264 ],
1269 } 1265 }
OLDNEW
« no previous file with comments | « test/webkit/webkit.status ('k') | tools/push-to-trunk/auto_roll.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698