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 10442015: Rollback of r11638, r11636 on trunk branch. (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Created 8 years, 7 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/mjsunit/unbox-double-arrays.js ('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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 '../../src/disasm.h', 288 '../../src/disasm.h',
289 '../../src/disassembler.cc', 289 '../../src/disassembler.cc',
290 '../../src/disassembler.h', 290 '../../src/disassembler.h',
291 '../../src/diy-fp.cc', 291 '../../src/diy-fp.cc',
292 '../../src/diy-fp.h', 292 '../../src/diy-fp.h',
293 '../../src/double.h', 293 '../../src/double.h',
294 '../../src/dtoa.cc', 294 '../../src/dtoa.cc',
295 '../../src/dtoa.h', 295 '../../src/dtoa.h',
296 '../../src/elements.cc', 296 '../../src/elements.cc',
297 '../../src/elements.h', 297 '../../src/elements.h',
298 '../../src/elements-kind.cc',
299 '../../src/elements-kind.h',
300 '../../src/execution.cc', 298 '../../src/execution.cc',
301 '../../src/execution.h', 299 '../../src/execution.h',
302 '../../src/factory.cc', 300 '../../src/factory.cc',
303 '../../src/factory.h', 301 '../../src/factory.h',
304 '../../src/fast-dtoa.cc', 302 '../../src/fast-dtoa.cc',
305 '../../src/fast-dtoa.h', 303 '../../src/fast-dtoa.h',
306 '../../src/flag-definitions.h', 304 '../../src/flag-definitions.h',
307 '../../src/fixed-dtoa.cc', 305 '../../src/fixed-dtoa.cc',
308 '../../src/fixed-dtoa.h', 306 '../../src/fixed-dtoa.h',
309 '../../src/flags.cc', 307 '../../src/flags.cc',
(...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 }], 986 }],
989 ], 987 ],
990 'dependencies': [ 988 'dependencies': [
991 'v8' 989 'v8'
992 ], 990 ],
993 }, 991 },
994 ], 992 ],
995 }], 993 }],
996 ], 994 ],
997 } 995 }
OLDNEW
« no previous file with comments | « test/mjsunit/unbox-double-arrays.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698