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

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

Issue 19482016: Revert "Implement simple effect typing for variables" and "Handle switch effects". (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 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 | « src/zone-inl.h ('k') | no next file » | 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 '../../src/deoptimizer.cc', 283 '../../src/deoptimizer.cc',
284 '../../src/deoptimizer.h', 284 '../../src/deoptimizer.h',
285 '../../src/disasm.h', 285 '../../src/disasm.h',
286 '../../src/disassembler.cc', 286 '../../src/disassembler.cc',
287 '../../src/disassembler.h', 287 '../../src/disassembler.h',
288 '../../src/diy-fp.cc', 288 '../../src/diy-fp.cc',
289 '../../src/diy-fp.h', 289 '../../src/diy-fp.h',
290 '../../src/double.h', 290 '../../src/double.h',
291 '../../src/dtoa.cc', 291 '../../src/dtoa.cc',
292 '../../src/dtoa.h', 292 '../../src/dtoa.h',
293 '../../src/effects.h',
294 '../../src/elements-kind.cc', 293 '../../src/elements-kind.cc',
295 '../../src/elements-kind.h', 294 '../../src/elements-kind.h',
296 '../../src/elements.cc', 295 '../../src/elements.cc',
297 '../../src/elements.h', 296 '../../src/elements.h',
298 '../../src/execution.cc', 297 '../../src/execution.cc',
299 '../../src/execution.h', 298 '../../src/execution.h',
300 '../../src/extensions/externalize-string-extension.cc', 299 '../../src/extensions/externalize-string-extension.cc',
301 '../../src/extensions/externalize-string-extension.h', 300 '../../src/extensions/externalize-string-extension.h',
302 '../../src/extensions/gc-extension.cc', 301 '../../src/extensions/gc-extension.cc',
303 '../../src/extensions/gc-extension.h', 302 '../../src/extensions/gc-extension.h',
(...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 }], 1034 }],
1036 ['v8_compress_startup_data=="bz2"', { 1035 ['v8_compress_startup_data=="bz2"', {
1037 'libraries': [ 1036 'libraries': [
1038 '-lbz2', 1037 '-lbz2',
1039 ] 1038 ]
1040 }], 1039 }],
1041 ], 1040 ],
1042 }, 1041 },
1043 ], 1042 ],
1044 } 1043 }
OLDNEW
« no previous file with comments | « src/zone-inl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698