| OLD | NEW |
| 1 # Copyright 2009 the V8 project authors. All rights reserved. | 1 # Copyright 2009 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 '../../src/execution.cc', | 128 '../../src/execution.cc', |
| 129 '../../src/execution.h', | 129 '../../src/execution.h', |
| 130 '../../src/factory.cc', | 130 '../../src/factory.cc', |
| 131 '../../src/factory.h', | 131 '../../src/factory.h', |
| 132 '../../src/flag-definitions.h', | 132 '../../src/flag-definitions.h', |
| 133 '../../src/flags.cc', | 133 '../../src/flags.cc', |
| 134 '../../src/flags.h', | 134 '../../src/flags.h', |
| 135 '../../src/frames-inl.h', | 135 '../../src/frames-inl.h', |
| 136 '../../src/frames.cc', | 136 '../../src/frames.cc', |
| 137 '../../src/frames.h', | 137 '../../src/frames.h', |
| 138 '../../src/frame-element.h', |
| 138 '../../src/func-name-inferrer.cc', | 139 '../../src/func-name-inferrer.cc', |
| 139 '../../src/func-name-inferrer.h', | 140 '../../src/func-name-inferrer.h', |
| 140 '../../src/global-handles.cc', | 141 '../../src/global-handles.cc', |
| 141 '../../src/global-handles.h', | 142 '../../src/global-handles.h', |
| 142 '../../src/globals.h', | 143 '../../src/globals.h', |
| 143 '../../src/handles-inl.h', | 144 '../../src/handles-inl.h', |
| 144 '../../src/handles.cc', | 145 '../../src/handles.cc', |
| 145 '../../src/handles.h', | 146 '../../src/handles.h', |
| 146 '../../src/hashmap.cc', | 147 '../../src/hashmap.cc', |
| 147 '../../src/hashmap.h', | 148 '../../src/hashmap.h', |
| 148 '../../src/heap-inl.h', | 149 '../../src/heap-inl.h', |
| 149 '../../src/heap.cc', | 150 '../../src/heap.cc', |
| 150 '../../src/heap.h', | 151 '../../src/heap.h', |
| 151 '../../src/ic-inl.h', | 152 '../../src/ic-inl.h', |
| 152 '../../src/ic.cc', | 153 '../../src/ic.cc', |
| 153 '../../src/ic.h', | 154 '../../src/ic.h', |
| 154 '../../src/interpreter-irregexp.cc', | 155 '../../src/interpreter-irregexp.cc', |
| 155 '../../src/interpreter-irregexp.h', | 156 '../../src/interpreter-irregexp.h', |
| 156 '../../src/jump-target.cc', | 157 '../../src/jump-target.cc', |
| 157 '../../src/jump-target.h', | 158 '../../src/jump-target.h', |
| 159 '../../src/jump-target-inl.h', |
| 158 '../../src/jsregexp-inl.h', | 160 '../../src/jsregexp-inl.h', |
| 159 '../../src/jsregexp.cc', | 161 '../../src/jsregexp.cc', |
| 160 '../../src/jsregexp.h', | 162 '../../src/jsregexp.h', |
| 161 '../../src/list-inl.h', | 163 '../../src/list-inl.h', |
| 162 '../../src/list.h', | 164 '../../src/list.h', |
| 163 '../../src/log.cc', | 165 '../../src/log.cc', |
| 164 '../../src/log.h', | 166 '../../src/log.h', |
| 165 '../../src/macro-assembler.h', | 167 '../../src/macro-assembler.h', |
| 166 '../../src/mark-compact.cc', | 168 '../../src/mark-compact.cc', |
| 167 '../../src/mark-compact.h', | 169 '../../src/mark-compact.h', |
| (...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 717 ], | 719 ], |
| 718 'msvs_settings': { | 720 'msvs_settings': { |
| 719 'VCLinkerTool': { | 721 'VCLinkerTool': { |
| 720 'AdditionalOptions': '/IGNORE:4221 /NXCOMPAT', | 722 'AdditionalOptions': '/IGNORE:4221 /NXCOMPAT', |
| 721 }, | 723 }, |
| 722 }, | 724 }, |
| 723 }, | 725 }, |
| 724 }], | 726 }], |
| 725 ], | 727 ], |
| 726 } | 728 } |
| OLD | NEW |