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 'base_source_files': [ | 9 'base_source_files': [ |
10 '../../v8/src/third_party/dtoa/dtoa.c', | 10 '../../v8/src/third_party/dtoa/dtoa.c', |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 '../../v8/src/objects.cc', | 135 '../../v8/src/objects.cc', |
136 '../../v8/src/objects.h', | 136 '../../v8/src/objects.h', |
137 '../../v8/src/oprofile-agent.h', | 137 '../../v8/src/oprofile-agent.h', |
138 '../../v8/src/oprofile-agent.cc', | 138 '../../v8/src/oprofile-agent.cc', |
139 '../../v8/src/parser.cc', | 139 '../../v8/src/parser.cc', |
140 '../../v8/src/parser.h', | 140 '../../v8/src/parser.h', |
141 '../../v8/src/platform-freebsd.cc', | 141 '../../v8/src/platform-freebsd.cc', |
142 '../../v8/src/platform-linux.cc', | 142 '../../v8/src/platform-linux.cc', |
143 '../../v8/src/platform-macos.cc', | 143 '../../v8/src/platform-macos.cc', |
144 '../../v8/src/platform-nullos.cc', | 144 '../../v8/src/platform-nullos.cc', |
| 145 '../../v8/src/platform-posix.cc', |
145 '../../v8/src/platform-win32.cc', | 146 '../../v8/src/platform-win32.cc', |
146 '../../v8/src/platform.h', | 147 '../../v8/src/platform.h', |
147 '../../v8/src/prettyprinter.cc', | 148 '../../v8/src/prettyprinter.cc', |
148 '../../v8/src/prettyprinter.h', | 149 '../../v8/src/prettyprinter.h', |
149 '../../v8/src/property.cc', | 150 '../../v8/src/property.cc', |
150 '../../v8/src/property.h', | 151 '../../v8/src/property.h', |
151 '../../v8/src/regexp-macro-assembler-arm.cc', | 152 '../../v8/src/regexp-macro-assembler-arm.cc', |
152 '../../v8/src/regexp-macro-assembler-arm.h', | 153 '../../v8/src/regexp-macro-assembler-arm.h', |
153 '../../v8/src/regexp-macro-assembler-ia32.cc', | 154 '../../v8/src/regexp-macro-assembler-ia32.cc', |
154 '../../v8/src/regexp-macro-assembler-ia32.h', | 155 '../../v8/src/regexp-macro-assembler-ia32.h', |
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
550 ]}, | 551 ]}, |
551 }], | 552 }], |
552 [ 'OS=="win"', { | 553 [ 'OS=="win"', { |
553 'sources!': [ '../../v8/src/d8-readline.cc' ], | 554 'sources!': [ '../../v8/src/d8-readline.cc' ], |
554 }], | 555 }], |
555 ], | 556 ], |
556 }, | 557 }, |
557 ]}], # OS != "linux" (temporary, TODO(sgk)) | 558 ]}], # OS != "linux" (temporary, TODO(sgk)) |
558 ], | 559 ], |
559 } | 560 } |
OLD | NEW |