| OLD | NEW |
| 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 1112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1123 '../../src/base/atomicops_internals_mac.h', | 1123 '../../src/base/atomicops_internals_mac.h', |
| 1124 '../../src/base/atomicops_internals_mips_gcc.h', | 1124 '../../src/base/atomicops_internals_mips_gcc.h', |
| 1125 '../../src/base/atomicops_internals_tsan.h', | 1125 '../../src/base/atomicops_internals_tsan.h', |
| 1126 '../../src/base/atomicops_internals_x86_gcc.cc', | 1126 '../../src/base/atomicops_internals_x86_gcc.cc', |
| 1127 '../../src/base/atomicops_internals_x86_gcc.h', | 1127 '../../src/base/atomicops_internals_x86_gcc.h', |
| 1128 '../../src/base/atomicops_internals_x86_msvc.h', | 1128 '../../src/base/atomicops_internals_x86_msvc.h', |
| 1129 '../../src/base/bits.h', | 1129 '../../src/base/bits.h', |
| 1130 '../../src/base/build_config.h', | 1130 '../../src/base/build_config.h', |
| 1131 '../../src/base/cpu.cc', | 1131 '../../src/base/cpu.cc', |
| 1132 '../../src/base/cpu.h', | 1132 '../../src/base/cpu.h', |
| 1133 '../../src/base/flags.h', |
| 1133 '../../src/base/lazy-instance.h', | 1134 '../../src/base/lazy-instance.h', |
| 1134 '../../src/base/logging.cc', | 1135 '../../src/base/logging.cc', |
| 1135 '../../src/base/logging.h', | 1136 '../../src/base/logging.h', |
| 1136 '../../src/base/macros.h', | 1137 '../../src/base/macros.h', |
| 1137 '../../src/base/once.cc', | 1138 '../../src/base/once.cc', |
| 1138 '../../src/base/once.h', | 1139 '../../src/base/once.h', |
| 1139 '../../src/base/platform/elapsed-timer.h', | 1140 '../../src/base/platform/elapsed-timer.h', |
| 1140 '../../src/base/platform/time.cc', | 1141 '../../src/base/platform/time.cc', |
| 1141 '../../src/base/platform/time.h', | 1142 '../../src/base/platform/time.h', |
| 1142 '../../src/base/platform/condition-variable.cc', | 1143 '../../src/base/platform/condition-variable.cc', |
| (...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1573 }], | 1574 }], |
| 1574 ['v8_compress_startup_data=="bz2"', { | 1575 ['v8_compress_startup_data=="bz2"', { |
| 1575 'libraries': [ | 1576 'libraries': [ |
| 1576 '-lbz2', | 1577 '-lbz2', |
| 1577 ] | 1578 ] |
| 1578 }], | 1579 }], |
| 1579 ], | 1580 ], |
| 1580 }, | 1581 }, |
| 1581 ], | 1582 ], |
| 1582 } | 1583 } |
| OLD | NEW |