| 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 'fastbuild%': 0, | 142 'fastbuild%': 0, |
| 143 | 143 |
| 144 # goma settings. | 144 # goma settings. |
| 145 # 1 to use goma. | 145 # 1 to use goma. |
| 146 # If no gomadir is set, it uses the default gomadir. | 146 # If no gomadir is set, it uses the default gomadir. |
| 147 'use_goma%': 0, | 147 'use_goma%': 0, |
| 148 'gomadir%': '', | 148 'gomadir%': '', |
| 149 | 149 |
| 150 'test_isolation_mode%': 'noop', | 150 'test_isolation_mode%': 'noop', |
| 151 | 151 |
| 152 # By default, use ICU data file (icudtl.dat). |
| 153 'icu_use_data_file_flag%': 1, |
| 154 |
| 152 'conditions': [ | 155 'conditions': [ |
| 153 # Set default gomadir. | 156 # Set default gomadir. |
| 154 ['OS=="win"', { | 157 ['OS=="win"', { |
| 155 'gomadir': 'c:\\goma\\goma-win', | 158 'gomadir': 'c:\\goma\\goma-win', |
| 156 }, { | 159 }, { |
| 157 'gomadir': '<!(/bin/echo -n ${HOME}/goma)', | 160 'gomadir': '<!(/bin/echo -n ${HOME}/goma)', |
| 158 }], | 161 }], |
| 159 ['host_arch!="ppc" and host_arch!="ppc64" and host_arch!="ppc64le" and h
ost_arch!="s390" and host_arch!="s390x"', { | 162 ['host_arch!="ppc" and host_arch!="ppc64" and host_arch!="ppc64le" and h
ost_arch!="s390" and host_arch!="s390x"', { |
| 160 'host_clang%': 1, | 163 'host_clang%': 1, |
| 161 }, { | 164 }, { |
| (...skipping 28 matching lines...) Expand all Loading... |
| 190 'use_custom_libcxx%': '<(use_custom_libcxx)', | 193 'use_custom_libcxx%': '<(use_custom_libcxx)', |
| 191 'linux_use_bundled_gold%': '<(linux_use_bundled_gold)', | 194 'linux_use_bundled_gold%': '<(linux_use_bundled_gold)', |
| 192 'use_lto%': '<(use_lto)', | 195 'use_lto%': '<(use_lto)', |
| 193 'cfi_vptr%': '<(cfi_vptr)', | 196 'cfi_vptr%': '<(cfi_vptr)', |
| 194 'cfi_diag%': '<(cfi_diag)', | 197 'cfi_diag%': '<(cfi_diag)', |
| 195 'cfi_blacklist%': '<(cfi_blacklist)', | 198 'cfi_blacklist%': '<(cfi_blacklist)', |
| 196 'test_isolation_mode%': '<(test_isolation_mode)', | 199 'test_isolation_mode%': '<(test_isolation_mode)', |
| 197 'fastbuild%': '<(fastbuild)', | 200 'fastbuild%': '<(fastbuild)', |
| 198 'coverage%': '<(coverage)', | 201 'coverage%': '<(coverage)', |
| 199 'sysroot%': '<(sysroot)', | 202 'sysroot%': '<(sysroot)', |
| 203 'icu_use_data_file_flag%': '<(icu_use_data_file_flag)', |
| 200 | 204 |
| 201 # Add a simple extras solely for the purpose of the cctests | 205 # Add a simple extras solely for the purpose of the cctests |
| 202 'v8_extra_library_files': ['../test/cctest/test-extra.js'], | 206 'v8_extra_library_files': ['../test/cctest/test-extra.js'], |
| 203 'v8_experimental_extra_library_files': ['../test/cctest/test-experimental-ex
tra.js'], | 207 'v8_experimental_extra_library_files': ['../test/cctest/test-experimental-ex
tra.js'], |
| 204 | 208 |
| 205 # .gyp files or targets should set v8_code to 1 if they build V8 specific | 209 # .gyp files or targets should set v8_code to 1 if they build V8 specific |
| 206 # code, as opposed to external code. This variable is used to control such | 210 # code, as opposed to external code. This variable is used to control such |
| 207 # things as the set of warnings to enable, and whether warnings are treated | 211 # things as the set of warnings to enable, and whether warnings are treated |
| 208 # as errors. | 212 # as errors. |
| 209 'v8_code%': 0, | 213 'v8_code%': 0, |
| (...skipping 1266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1476 '-fsanitize=cfi-vcall', | 1480 '-fsanitize=cfi-vcall', |
| 1477 '-fsanitize=cfi-derived-cast', | 1481 '-fsanitize=cfi-derived-cast', |
| 1478 '-fsanitize=cfi-unrelated-cast', | 1482 '-fsanitize=cfi-unrelated-cast', |
| 1479 ], | 1483 ], |
| 1480 }], | 1484 }], |
| 1481 ], | 1485 ], |
| 1482 }, | 1486 }, |
| 1483 }], | 1487 }], |
| 1484 ], | 1488 ], |
| 1485 } | 1489 } |
| OLD | NEW |