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

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

Issue 19054006: Implement simple effect typing for variables (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Comments 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',
293 '../../src/elements-kind.cc', 294 '../../src/elements-kind.cc',
294 '../../src/elements-kind.h', 295 '../../src/elements-kind.h',
295 '../../src/elements.cc', 296 '../../src/elements.cc',
296 '../../src/elements.h', 297 '../../src/elements.h',
297 '../../src/execution.cc', 298 '../../src/execution.cc',
298 '../../src/execution.h', 299 '../../src/execution.h',
299 '../../src/extensions/externalize-string-extension.cc', 300 '../../src/extensions/externalize-string-extension.cc',
300 '../../src/extensions/externalize-string-extension.h', 301 '../../src/extensions/externalize-string-extension.h',
301 '../../src/extensions/gc-extension.cc', 302 '../../src/extensions/gc-extension.cc',
302 '../../src/extensions/gc-extension.h', 303 '../../src/extensions/gc-extension.h',
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
1032 }], 1033 }],
1033 ['v8_compress_startup_data=="bz2"', { 1034 ['v8_compress_startup_data=="bz2"', {
1034 'libraries': [ 1035 'libraries': [
1035 '-lbz2', 1036 '-lbz2',
1036 ] 1037 ]
1037 }], 1038 }],
1038 ], 1039 ],
1039 }, 1040 },
1040 ], 1041 ],
1041 } 1042 }
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