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

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

Issue 532003004: Generalized division via multiplication. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased Created 6 years, 3 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/x87/macro-assembler-x87.cc ('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 1149 matching lines...) Expand 10 before | Expand all | Expand 10 after
1160 '../../src/base/atomicops_internals_tsan.h', 1160 '../../src/base/atomicops_internals_tsan.h',
1161 '../../src/base/atomicops_internals_x86_gcc.cc', 1161 '../../src/base/atomicops_internals_x86_gcc.cc',
1162 '../../src/base/atomicops_internals_x86_gcc.h', 1162 '../../src/base/atomicops_internals_x86_gcc.h',
1163 '../../src/base/atomicops_internals_x86_msvc.h', 1163 '../../src/base/atomicops_internals_x86_msvc.h',
1164 '../../src/base/bits.cc', 1164 '../../src/base/bits.cc',
1165 '../../src/base/bits.h', 1165 '../../src/base/bits.h',
1166 '../../src/base/build_config.h', 1166 '../../src/base/build_config.h',
1167 '../../src/base/compiler-specific.h', 1167 '../../src/base/compiler-specific.h',
1168 '../../src/base/cpu.cc', 1168 '../../src/base/cpu.cc',
1169 '../../src/base/cpu.h', 1169 '../../src/base/cpu.h',
1170 '../../src/base/division-by-constant.cc',
1171 '../../src/base/division-by-constant.h',
1170 '../../src/base/flags.h', 1172 '../../src/base/flags.h',
1171 '../../src/base/lazy-instance.h', 1173 '../../src/base/lazy-instance.h',
1172 '../../src/base/logging.cc', 1174 '../../src/base/logging.cc',
1173 '../../src/base/logging.h', 1175 '../../src/base/logging.h',
1174 '../../src/base/macros.h', 1176 '../../src/base/macros.h',
1175 '../../src/base/once.cc', 1177 '../../src/base/once.cc',
1176 '../../src/base/once.h', 1178 '../../src/base/once.h',
1177 '../../src/base/platform/elapsed-timer.h', 1179 '../../src/base/platform/elapsed-timer.h',
1178 '../../src/base/platform/time.cc', 1180 '../../src/base/platform/time.cc',
1179 '../../src/base/platform/time.h', 1181 '../../src/base/platform/time.h',
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
1641 }], 1643 }],
1642 ['v8_compress_startup_data=="bz2"', { 1644 ['v8_compress_startup_data=="bz2"', {
1643 'libraries': [ 1645 'libraries': [
1644 '-lbz2', 1646 '-lbz2',
1645 ] 1647 ]
1646 }], 1648 }],
1647 ], 1649 ],
1648 }, 1650 },
1649 ], 1651 ],
1650 } 1652 }
OLDNEW
« no previous file with comments | « src/x87/macro-assembler-x87.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698