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 1888 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1899 '../../src/debug/mirrors.js', | 1899 '../../src/debug/mirrors.js', |
1900 '../../src/debug/debug.js', | 1900 '../../src/debug/debug.js', |
1901 '../../src/debug/liveedit.js', | 1901 '../../src/debug/liveedit.js', |
1902 ], | 1902 ], |
1903 'experimental_library_files': [ | 1903 'experimental_library_files': [ |
1904 '../../src/js/macros.py', | 1904 '../../src/js/macros.py', |
1905 '../../src/messages.h', | 1905 '../../src/messages.h', |
1906 '../../src/js/proxy.js', | 1906 '../../src/js/proxy.js', |
1907 '../../src/js/generator.js', | 1907 '../../src/js/generator.js', |
1908 '../../src/js/harmony-atomics.js', | 1908 '../../src/js/harmony-atomics.js', |
1909 '../../src/js/harmony-array-includes.js', | |
1910 '../../src/js/harmony-regexp.js', | 1909 '../../src/js/harmony-regexp.js', |
1911 '../../src/js/harmony-reflect.js', | 1910 '../../src/js/harmony-reflect.js', |
1912 '../../src/js/harmony-object-observe.js', | 1911 '../../src/js/harmony-object-observe.js', |
1913 '../../src/js/harmony-sharedarraybuffer.js', | 1912 '../../src/js/harmony-sharedarraybuffer.js', |
1914 '../../src/js/harmony-simd.js', | 1913 '../../src/js/harmony-simd.js', |
1915 '../../src/js/promise-extra.js', | 1914 '../../src/js/promise-extra.js', |
1916 ], | 1915 ], |
1917 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', | 1916 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', |
1918 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', | 1917 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', |
1919 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra
s.bin', | 1918 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra
s.bin', |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2103 }], | 2102 }], |
2104 ['want_separate_host_toolset==1', { | 2103 ['want_separate_host_toolset==1', { |
2105 'toolsets': ['host'], | 2104 'toolsets': ['host'], |
2106 }, { | 2105 }, { |
2107 'toolsets': ['target'], | 2106 'toolsets': ['target'], |
2108 }], | 2107 }], |
2109 ], | 2108 ], |
2110 }, | 2109 }, |
2111 ], | 2110 ], |
2112 } | 2111 } |
OLD | NEW |