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 1067 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1078 '../../src/base/atomicops.h', | 1078 '../../src/base/atomicops.h', |
1079 '../../src/base/atomicops_internals_arm64_gcc.h', | 1079 '../../src/base/atomicops_internals_arm64_gcc.h', |
1080 '../../src/base/atomicops_internals_arm_gcc.h', | 1080 '../../src/base/atomicops_internals_arm_gcc.h', |
1081 '../../src/base/atomicops_internals_atomicword_compat.h', | 1081 '../../src/base/atomicops_internals_atomicword_compat.h', |
1082 '../../src/base/atomicops_internals_mac.h', | 1082 '../../src/base/atomicops_internals_mac.h', |
1083 '../../src/base/atomicops_internals_mips_gcc.h', | 1083 '../../src/base/atomicops_internals_mips_gcc.h', |
1084 '../../src/base/atomicops_internals_tsan.h', | 1084 '../../src/base/atomicops_internals_tsan.h', |
1085 '../../src/base/atomicops_internals_x86_gcc.cc', | 1085 '../../src/base/atomicops_internals_x86_gcc.cc', |
1086 '../../src/base/atomicops_internals_x86_gcc.h', | 1086 '../../src/base/atomicops_internals_x86_gcc.h', |
1087 '../../src/base/atomicops_internals_x86_msvc.h', | 1087 '../../src/base/atomicops_internals_x86_msvc.h', |
| 1088 '../../src/base/bits.h', |
1088 '../../src/base/build_config.h', | 1089 '../../src/base/build_config.h', |
1089 '../../src/base/cpu.cc', | 1090 '../../src/base/cpu.cc', |
1090 '../../src/base/cpu.h', | 1091 '../../src/base/cpu.h', |
1091 '../../src/base/lazy-instance.h', | 1092 '../../src/base/lazy-instance.h', |
1092 '../../src/base/logging.cc', | 1093 '../../src/base/logging.cc', |
1093 '../../src/base/logging.h', | 1094 '../../src/base/logging.h', |
1094 '../../src/base/macros.h', | 1095 '../../src/base/macros.h', |
1095 '../../src/base/once.cc', | 1096 '../../src/base/once.cc', |
1096 '../../src/base/once.h', | 1097 '../../src/base/once.h', |
1097 '../../src/base/platform/elapsed-timer.h', | 1098 '../../src/base/platform/elapsed-timer.h', |
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1528 }], | 1529 }], |
1529 ['v8_compress_startup_data=="bz2"', { | 1530 ['v8_compress_startup_data=="bz2"', { |
1530 'libraries': [ | 1531 'libraries': [ |
1531 '-lbz2', | 1532 '-lbz2', |
1532 ] | 1533 ] |
1533 }], | 1534 }], |
1534 ], | 1535 ], |
1535 }, | 1536 }, |
1536 ], | 1537 ], |
1537 } | 1538 } |
OLD | NEW |