OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 # TODO(mark): Upstream this file to v8. | 5 # TODO(mark): Upstream this file to v8. |
6 { | 6 { |
7 'variables': { | 7 'variables': { |
8 'chromium_code': 1, | 8 'chromium_code': 1, |
9 'msvs_use_common_release': 0, | 9 'msvs_use_common_release': 0, |
10 'base_source_files': [ | 10 'base_source_files': [ |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 '../../v8/src/flag-definitions.h', | 85 '../../v8/src/flag-definitions.h', |
86 '../../v8/src/flags.cc', | 86 '../../v8/src/flags.cc', |
87 '../../v8/src/flags.h', | 87 '../../v8/src/flags.h', |
88 '../../v8/src/frames-arm.cc', | 88 '../../v8/src/frames-arm.cc', |
89 '../../v8/src/frames-arm.h', | 89 '../../v8/src/frames-arm.h', |
90 '../../v8/src/frames-ia32.cc', | 90 '../../v8/src/frames-ia32.cc', |
91 '../../v8/src/frames-ia32.h', | 91 '../../v8/src/frames-ia32.h', |
92 '../../v8/src/frames-inl.h', | 92 '../../v8/src/frames-inl.h', |
93 '../../v8/src/frames.cc', | 93 '../../v8/src/frames.cc', |
94 '../../v8/src/frames.h', | 94 '../../v8/src/frames.h', |
| 95 '../../v8/src/func-name-inferrer.cc', |
| 96 '../../v8/src/func-name-inferrer.h', |
95 '../../v8/src/global-handles.cc', | 97 '../../v8/src/global-handles.cc', |
96 '../../v8/src/global-handles.h', | 98 '../../v8/src/global-handles.h', |
97 '../../v8/src/globals.h', | 99 '../../v8/src/globals.h', |
98 '../../v8/src/handles-inl.h', | 100 '../../v8/src/handles-inl.h', |
99 '../../v8/src/handles.cc', | 101 '../../v8/src/handles.cc', |
100 '../../v8/src/handles.h', | 102 '../../v8/src/handles.h', |
101 '../../v8/src/hashmap.cc', | 103 '../../v8/src/hashmap.cc', |
102 '../../v8/src/hashmap.h', | 104 '../../v8/src/hashmap.h', |
103 '../../v8/src/heap-inl.h', | 105 '../../v8/src/heap-inl.h', |
104 '../../v8/src/heap.cc', | 106 '../../v8/src/heap.cc', |
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
673 ], | 675 ], |
674 'msvs_settings': { | 676 'msvs_settings': { |
675 'VCLinkerTool': { | 677 'VCLinkerTool': { |
676 'AdditionalOptions': '/IGNORE:4221 /NXCOMPAT', | 678 'AdditionalOptions': '/IGNORE:4221 /NXCOMPAT', |
677 }, | 679 }, |
678 }, | 680 }, |
679 }, | 681 }, |
680 }], | 682 }], |
681 ], | 683 ], |
682 } | 684 } |
OLD | NEW |