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 1656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1667 { | 1667 { |
1668 'target_name': 'v8_libbase', | 1668 'target_name': 'v8_libbase', |
1669 'type': 'static_library', | 1669 'type': 'static_library', |
1670 'variables': { | 1670 'variables': { |
1671 'optimize': 'max', | 1671 'optimize': 'max', |
1672 }, | 1672 }, |
1673 'include_dirs+': [ | 1673 'include_dirs+': [ |
1674 '../..', | 1674 '../..', |
1675 ], | 1675 ], |
1676 'sources': [ | 1676 'sources': [ |
| 1677 '../../src/base/accounting-allocator.cc', |
| 1678 '../../src/base/accounting-allocator.h', |
1677 '../../src/base/adapters.h', | 1679 '../../src/base/adapters.h', |
1678 '../../src/base/atomicops.h', | 1680 '../../src/base/atomicops.h', |
1679 '../../src/base/atomicops_internals_arm64_gcc.h', | 1681 '../../src/base/atomicops_internals_arm64_gcc.h', |
1680 '../../src/base/atomicops_internals_arm_gcc.h', | 1682 '../../src/base/atomicops_internals_arm_gcc.h', |
1681 '../../src/base/atomicops_internals_atomicword_compat.h', | 1683 '../../src/base/atomicops_internals_atomicword_compat.h', |
1682 '../../src/base/atomicops_internals_mac.h', | 1684 '../../src/base/atomicops_internals_mac.h', |
1683 '../../src/base/atomicops_internals_mips_gcc.h', | 1685 '../../src/base/atomicops_internals_mips_gcc.h', |
1684 '../../src/base/atomicops_internals_mips64_gcc.h', | 1686 '../../src/base/atomicops_internals_mips64_gcc.h', |
1685 '../../src/base/atomicops_internals_portable.h', | 1687 '../../src/base/atomicops_internals_portable.h', |
1686 '../../src/base/atomicops_internals_ppc_gcc.h', | 1688 '../../src/base/atomicops_internals_ppc_gcc.h', |
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2279 }], | 2281 }], |
2280 ['want_separate_host_toolset==1', { | 2282 ['want_separate_host_toolset==1', { |
2281 'toolsets': ['host'], | 2283 'toolsets': ['host'], |
2282 }, { | 2284 }, { |
2283 'toolsets': ['target'], | 2285 'toolsets': ['target'], |
2284 }], | 2286 }], |
2285 ], | 2287 ], |
2286 }, | 2288 }, |
2287 ], | 2289 ], |
2288 } | 2290 } |
OLD | NEW |