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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 'type': 'static_library', | 202 'type': 'static_library', |
203 'dependencies': [ | 203 'dependencies': [ |
204 'v8_base', | 204 'v8_base', |
205 ], | 205 ], |
206 'include_dirs+': [ | 206 'include_dirs+': [ |
207 '../..', | 207 '../..', |
208 ], | 208 ], |
209 'sources': [ | 209 'sources': [ |
210 '<(SHARED_INTERMEDIATE_DIR)/libraries.cc', | 210 '<(SHARED_INTERMEDIATE_DIR)/libraries.cc', |
211 '<(SHARED_INTERMEDIATE_DIR)/experimental-libraries.cc', | 211 '<(SHARED_INTERMEDIATE_DIR)/experimental-libraries.cc', |
212 '../../src/snapshot-empty.cc', | 212 '../../src/snapshot/snapshot-empty.cc', |
213 ], | 213 ], |
214 'conditions': [ | 214 'conditions': [ |
215 ['want_separate_host_toolset==1', { | 215 ['want_separate_host_toolset==1', { |
216 'toolsets': ['host', 'target'], | 216 'toolsets': ['host', 'target'], |
217 'dependencies': ['js2c#host'], | 217 'dependencies': ['js2c#host'], |
218 }, { | 218 }, { |
219 'toolsets': ['target'], | 219 'toolsets': ['target'], |
220 'dependencies': ['js2c'], | 220 'dependencies': ['js2c'], |
221 }], | 221 }], |
222 ['component=="shared_library"', { | 222 ['component=="shared_library"', { |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
260 }, | 260 }, |
261 }], | 261 }], |
262 ], | 262 ], |
263 'dependencies': [ | 263 'dependencies': [ |
264 'v8_base', | 264 'v8_base', |
265 ], | 265 ], |
266 'include_dirs+': [ | 266 'include_dirs+': [ |
267 '../..', | 267 '../..', |
268 ], | 268 ], |
269 'sources': [ | 269 'sources': [ |
270 '../../src/natives-external.cc', | 270 '../../src/snapshot/natives-external.cc', |
271 '../../src/snapshot-external.cc', | 271 '../../src/snapshot/snapshot-external.cc', |
272 ], | 272 ], |
273 'actions': [ | 273 'actions': [ |
274 { | 274 { |
275 'action_name': 'run_mksnapshot (external)', | 275 'action_name': 'run_mksnapshot (external)', |
276 'inputs': [ | 276 'inputs': [ |
277 '<(mksnapshot_exec)', | 277 '<(mksnapshot_exec)', |
278 ], | 278 ], |
279 'variables': { | 279 'variables': { |
280 'mksnapshot_flags': [ | 280 'mksnapshot_flags': [ |
281 '--log-snapshot-positions', | 281 '--log-snapshot-positions', |
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
754 '../../src/log.h', | 754 '../../src/log.h', |
755 '../../src/lookup-inl.h', | 755 '../../src/lookup-inl.h', |
756 '../../src/lookup.cc', | 756 '../../src/lookup.cc', |
757 '../../src/lookup.h', | 757 '../../src/lookup.h', |
758 '../../src/macro-assembler.h', | 758 '../../src/macro-assembler.h', |
759 '../../src/messages.cc', | 759 '../../src/messages.cc', |
760 '../../src/messages.h', | 760 '../../src/messages.h', |
761 '../../src/modules.cc', | 761 '../../src/modules.cc', |
762 '../../src/modules.h', | 762 '../../src/modules.h', |
763 '../../src/msan.h', | 763 '../../src/msan.h', |
764 '../../src/natives.h', | |
765 '../../src/objects-debug.cc', | 764 '../../src/objects-debug.cc', |
766 '../../src/objects-inl.h', | 765 '../../src/objects-inl.h', |
767 '../../src/objects-printer.cc', | 766 '../../src/objects-printer.cc', |
768 '../../src/objects.cc', | 767 '../../src/objects.cc', |
769 '../../src/objects.h', | 768 '../../src/objects.h', |
770 '../../src/optimizing-compiler-thread.cc', | 769 '../../src/optimizing-compiler-thread.cc', |
771 '../../src/optimizing-compiler-thread.h', | 770 '../../src/optimizing-compiler-thread.h', |
772 '../../src/ostreams.cc', | 771 '../../src/ostreams.cc', |
773 '../../src/ostreams.h', | 772 '../../src/ostreams.h', |
774 '../../src/parser.cc', | 773 '../../src/parser.cc', |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
837 '../../src/sampler.cc', | 836 '../../src/sampler.cc', |
838 '../../src/sampler.h', | 837 '../../src/sampler.h', |
839 '../../src/scanner-character-streams.cc', | 838 '../../src/scanner-character-streams.cc', |
840 '../../src/scanner-character-streams.h', | 839 '../../src/scanner-character-streams.h', |
841 '../../src/scanner.cc', | 840 '../../src/scanner.cc', |
842 '../../src/scanner.h', | 841 '../../src/scanner.h', |
843 '../../src/scopeinfo.cc', | 842 '../../src/scopeinfo.cc', |
844 '../../src/scopeinfo.h', | 843 '../../src/scopeinfo.h', |
845 '../../src/scopes.cc', | 844 '../../src/scopes.cc', |
846 '../../src/scopes.h', | 845 '../../src/scopes.h', |
847 '../../src/serialize.cc', | |
848 '../../src/serialize.h', | |
849 '../../src/small-pointer-list.h', | 846 '../../src/small-pointer-list.h', |
850 '../../src/smart-pointers.h', | 847 '../../src/smart-pointers.h', |
851 '../../src/snapshot.h', | 848 '../../src/snapshot/natives.h', |
852 '../../src/snapshot-common.cc', | 849 '../../src/snapshot/serialize.cc', |
853 '../../src/snapshot-source-sink.cc', | 850 '../../src/snapshot/serialize.h', |
854 '../../src/snapshot-source-sink.h', | 851 '../../src/snapshot/snapshot.h', |
| 852 '../../src/snapshot/snapshot-common.cc', |
| 853 '../../src/snapshot/snapshot-source-sink.cc', |
| 854 '../../src/snapshot/snapshot-source-sink.h', |
855 '../../src/string-builder.cc', | 855 '../../src/string-builder.cc', |
856 '../../src/string-builder.h', | 856 '../../src/string-builder.h', |
857 '../../src/string-search.cc', | 857 '../../src/string-search.cc', |
858 '../../src/string-search.h', | 858 '../../src/string-search.h', |
859 '../../src/string-stream.cc', | 859 '../../src/string-stream.cc', |
860 '../../src/string-stream.h', | 860 '../../src/string-stream.h', |
861 '../../src/strings-storage.cc', | 861 '../../src/strings-storage.cc', |
862 '../../src/strings-storage.h', | 862 '../../src/strings-storage.h', |
863 '../../src/strtod.cc', | 863 '../../src/strtod.cc', |
864 '../../src/strtod.h', | 864 '../../src/strtod.h', |
(...skipping 945 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1810 ] | 1810 ] |
1811 }, | 1811 }, |
1812 { | 1812 { |
1813 'target_name': 'mksnapshot', | 1813 'target_name': 'mksnapshot', |
1814 'type': 'executable', | 1814 'type': 'executable', |
1815 'dependencies': ['v8_base', 'v8_nosnapshot', 'v8_libplatform'], | 1815 'dependencies': ['v8_base', 'v8_nosnapshot', 'v8_libplatform'], |
1816 'include_dirs+': [ | 1816 'include_dirs+': [ |
1817 '../..', | 1817 '../..', |
1818 ], | 1818 ], |
1819 'sources': [ | 1819 'sources': [ |
1820 '../../src/mksnapshot.cc', | 1820 '../../src/snapshot/mksnapshot.cc', |
1821 ], | 1821 ], |
1822 'conditions': [ | 1822 'conditions': [ |
1823 ['v8_enable_i18n_support==1', { | 1823 ['v8_enable_i18n_support==1', { |
1824 'dependencies': [ | 1824 'dependencies': [ |
1825 '<(icu_gyp_path):icui18n', | 1825 '<(icu_gyp_path):icui18n', |
1826 '<(icu_gyp_path):icuuc', | 1826 '<(icu_gyp_path):icuuc', |
1827 ] | 1827 ] |
1828 }], | 1828 }], |
1829 ['want_separate_host_toolset==1', { | 1829 ['want_separate_host_toolset==1', { |
1830 'toolsets': ['host'], | 1830 'toolsets': ['host'], |
1831 }, { | 1831 }, { |
1832 'toolsets': ['target'], | 1832 'toolsets': ['target'], |
1833 }], | 1833 }], |
1834 ], | 1834 ], |
1835 }, | 1835 }, |
1836 ], | 1836 ], |
1837 } | 1837 } |
OLD | NEW |