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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 '../../src/bootstrapper.cc', | 227 '../../src/bootstrapper.cc', |
228 '../../src/bootstrapper.h', | 228 '../../src/bootstrapper.h', |
229 '../../src/builtins.cc', | 229 '../../src/builtins.cc', |
230 '../../src/builtins.h', | 230 '../../src/builtins.h', |
231 '../../src/bytecodes-irregexp.h', | 231 '../../src/bytecodes-irregexp.h', |
232 '../../src/cached_powers.h', | 232 '../../src/cached_powers.h', |
233 '../../src/char-predicates-inl.h', | 233 '../../src/char-predicates-inl.h', |
234 '../../src/char-predicates.h', | 234 '../../src/char-predicates.h', |
235 '../../src/checks.cc', | 235 '../../src/checks.cc', |
236 '../../src/checks.h', | 236 '../../src/checks.h', |
| 237 '../../src/circular-queue.cc', |
237 '../../src/code-stubs.cc', | 238 '../../src/code-stubs.cc', |
238 '../../src/code-stubs.h', | 239 '../../src/code-stubs.h', |
239 '../../src/code.h', | 240 '../../src/code.h', |
240 '../../src/codegen-inl.h', | 241 '../../src/codegen-inl.h', |
241 '../../src/codegen.cc', | 242 '../../src/codegen.cc', |
242 '../../src/codegen.h', | 243 '../../src/codegen.h', |
243 '../../src/compilation-cache.cc', | 244 '../../src/compilation-cache.cc', |
244 '../../src/compilation-cache.h', | 245 '../../src/compilation-cache.h', |
245 '../../src/compiler.cc', | 246 '../../src/compiler.cc', |
246 '../../src/compiler.h', | 247 '../../src/compiler.h', |
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
631 ], | 632 ], |
632 'conditions': [ | 633 'conditions': [ |
633 [ 'OS=="win"', { | 634 [ 'OS=="win"', { |
634 # This could be gotten by not setting chromium_code, if that's OK. | 635 # This could be gotten by not setting chromium_code, if that's OK. |
635 'defines': ['_CRT_SECURE_NO_WARNINGS'], | 636 'defines': ['_CRT_SECURE_NO_WARNINGS'], |
636 }], | 637 }], |
637 ], | 638 ], |
638 }, | 639 }, |
639 ], | 640 ], |
640 } | 641 } |
OLD | NEW |