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 1763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1774 'variables': { | 1774 'variables': { |
1775 'optimize': 'max', | 1775 'optimize': 'max', |
1776 }, | 1776 }, |
1777 'include_dirs+': [ | 1777 'include_dirs+': [ |
1778 '..', | 1778 '..', |
1779 ], | 1779 ], |
1780 'sources': [ | 1780 'sources': [ |
1781 'base/adapters.h', | 1781 'base/adapters.h', |
1782 'base/atomic-utils.h', | 1782 'base/atomic-utils.h', |
1783 'base/atomicops.h', | 1783 'base/atomicops.h', |
| 1784 'base/atomicops_internals_arm64_gcc.h', |
| 1785 'base/atomicops_internals_arm_gcc.h', |
1784 'base/atomicops_internals_atomicword_compat.h', | 1786 'base/atomicops_internals_atomicword_compat.h', |
1785 'base/atomicops_internals_portable.h', | 1787 'base/atomicops_internals_mac.h', |
| 1788 'base/atomicops_internals_mips_gcc.h', |
| 1789 'base/atomicops_internals_mips64_gcc.h', |
| 1790 'base/atomicops_internals_ppc_gcc.h', |
| 1791 'base/atomicops_internals_s390_gcc.h', |
| 1792 'base/atomicops_internals_tsan.h', |
| 1793 'base/atomicops_internals_x86_gcc.cc', |
| 1794 'base/atomicops_internals_x86_gcc.h', |
1786 'base/atomicops_internals_x86_msvc.h', | 1795 'base/atomicops_internals_x86_msvc.h', |
1787 'base/base-export.h', | 1796 'base/base-export.h', |
1788 'base/bits.cc', | 1797 'base/bits.cc', |
1789 'base/bits.h', | 1798 'base/bits.h', |
1790 'base/build_config.h', | 1799 'base/build_config.h', |
1791 'base/compiler-specific.h', | 1800 'base/compiler-specific.h', |
1792 'base/cpu.cc', | 1801 'base/cpu.cc', |
1793 'base/cpu.h', | 1802 'base/cpu.h', |
1794 'base/division-by-constant.cc', | 1803 'base/division-by-constant.cc', |
1795 'base/division-by-constant.h', | 1804 'base/division-by-constant.h', |
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2471 'conditions': [ | 2480 'conditions': [ |
2472 ['want_separate_host_toolset_mkpeephole==1', { | 2481 ['want_separate_host_toolset_mkpeephole==1', { |
2473 'toolsets': ['host'], | 2482 'toolsets': ['host'], |
2474 }, { | 2483 }, { |
2475 'toolsets': ['target'], | 2484 'toolsets': ['target'], |
2476 }], | 2485 }], |
2477 ], | 2486 ], |
2478 }, | 2487 }, |
2479 ], | 2488 ], |
2480 } | 2489 } |
OLD | NEW |