| 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 1153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1164 '../../src/base/atomicops.h', | 1164 '../../src/base/atomicops.h', |
| 1165 '../../src/base/atomicops_internals_arm64_gcc.h', | 1165 '../../src/base/atomicops_internals_arm64_gcc.h', |
| 1166 '../../src/base/atomicops_internals_arm_gcc.h', | 1166 '../../src/base/atomicops_internals_arm_gcc.h', |
| 1167 '../../src/base/atomicops_internals_atomicword_compat.h', | 1167 '../../src/base/atomicops_internals_atomicword_compat.h', |
| 1168 '../../src/base/atomicops_internals_mac.h', | 1168 '../../src/base/atomicops_internals_mac.h', |
| 1169 '../../src/base/atomicops_internals_mips_gcc.h', | 1169 '../../src/base/atomicops_internals_mips_gcc.h', |
| 1170 '../../src/base/atomicops_internals_tsan.h', | 1170 '../../src/base/atomicops_internals_tsan.h', |
| 1171 '../../src/base/atomicops_internals_x86_gcc.cc', | 1171 '../../src/base/atomicops_internals_x86_gcc.cc', |
| 1172 '../../src/base/atomicops_internals_x86_gcc.h', | 1172 '../../src/base/atomicops_internals_x86_gcc.h', |
| 1173 '../../src/base/atomicops_internals_x86_msvc.h', | 1173 '../../src/base/atomicops_internals_x86_msvc.h', |
| 1174 '../../src/base/bits.cc', |
| 1174 '../../src/base/bits.h', | 1175 '../../src/base/bits.h', |
| 1175 '../../src/base/build_config.h', | 1176 '../../src/base/build_config.h', |
| 1176 '../../src/base/compiler-specific.h', | 1177 '../../src/base/compiler-specific.h', |
| 1177 '../../src/base/cpu.cc', | 1178 '../../src/base/cpu.cc', |
| 1178 '../../src/base/cpu.h', | 1179 '../../src/base/cpu.h', |
| 1179 '../../src/base/flags.h', | 1180 '../../src/base/flags.h', |
| 1180 '../../src/base/lazy-instance.h', | 1181 '../../src/base/lazy-instance.h', |
| 1181 '../../src/base/logging.cc', | 1182 '../../src/base/logging.cc', |
| 1182 '../../src/base/logging.h', | 1183 '../../src/base/logging.h', |
| 1183 '../../src/base/macros.h', | 1184 '../../src/base/macros.h', |
| (...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1650 }], | 1651 }], |
| 1651 ['v8_compress_startup_data=="bz2"', { | 1652 ['v8_compress_startup_data=="bz2"', { |
| 1652 'libraries': [ | 1653 'libraries': [ |
| 1653 '-lbz2', | 1654 '-lbz2', |
| 1654 ] | 1655 ] |
| 1655 }], | 1656 }], |
| 1656 ], | 1657 ], |
| 1657 }, | 1658 }, |
| 1658 ], | 1659 ], |
| 1659 } | 1660 } |
| OLD | NEW |